Hex #ae634c Color
equivalent to
RGB
(174, 99, 76)Details of #ae634c
|
|
|
|
Color HEX #ae634c matches (174, 99, 76) in RGB.
#ae634c hex color red value is 174, green value is 99 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ae634c hue: 0.04, saturation: 0.39 and the lightness value of ae634c is 0.49.
The process color (four color CMYK) of #ae634c color hex is 0.00, 0.43, 0.56, 0.32. Web safe color of #ae634c is #996633. Color #ae634c contains mainly RED color.
Base Numbers
|
|
|
|
#ae634c tints
#ae634c shades
RGB in % of #ae634c
CMYK in % of #ae634c
Preview Color #ae634c on black ground
Very nice color.
Preview Color #ae634c on white ground
Very nice color.
CSS Codes #ae634c color
.mybgcolor {background-color:#ae634c; } .myforecolor {color:#ae634c; } .mybordercolor {border:3px solid #ae634c; }
Text Font Color #ae634c
<p style="color:#ae634c">Text here</p>
This sample text font color is #ae634c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #ae634c
<div style="background-color:#ae634c">
Div content here</div>
This div background color is #ae634c
Border Color #ae634c
<div style="border:3px solid #ae634c">
Div here</div>
The color of this border is #ae634c
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae634c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae634c; -webkit-box-shadow: 1px 1px 3px 2px #ae634c; box-shadow: 1px 1px 3px 2px #ae634c; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #ae634c">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae634c; -webkit-box-shadow: 1px 1px 3px 2px #ae634c; box-shadow: 1px 1px 3px 2px #ae634c;">
Div content here</div>
The shadow of div box using color #ae634c