Color spaces of #ae542f
RGB | 174 | 84 | 47 |
---|---|---|---|
HSL | 0.05 | 0.57 | 0.43 |
HSV | 17° | 73° | 68° |
CMYK | 0.00 | 0.52 | 0.73 0.32 |
XYZ | 21.1390 | 15.5446 | 4.5756 |
Yxy | 15.5446 | 0.5123 | 0.3768 |
Hunter Lab | 39.4266 | 26.7080 | 20.7178 |
CIE-Lab | 46.3713 | 34.0952 | 38.0034 |
#ae542f color RGB value is (174,84,47).
#ae542f hex color red value is 174, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ae542f hue: 0.05 , saturation: 0.57 and the lightness value of ae542f is 0.43.
The process color (four color CMYK) of #ae542f color hex is 0.00, 0.52, 0.73, 0.32. Web safe color of #ae542f is #996633. Color #ae542f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01010100 | 00101111 |
Octal | 256 | 124 | 57 |
Decimal | 174 | 84 | 47 |
Hex | AE | 54 | 2F |
Shades of #ae542f
Tints of #ae542f
RGB Percentages of Color #ae542f
CMYK Percentages of Color #ae542f
Complementary Color
#ae542f | #2f89ae |
#ae542f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae542f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae542f Color CSS Codes
.mybgcolor {background-color:#ae542f; } .myforecolor {color:#ae542f; } .mybordercolor {border:3px solid #ae542f; }
#ae542f Text Font Color
<p style="color:#ae542f">Text here</p>
This sample text font color is #ae542f
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.
#ae542f Background Color
<div style="background-color:#ae542f">
Div content here</div>
This div background color is #ae542f
#ae542f Border Color
<div style="border:3px solid #ae542f">
Div here</div>
This div border color is #ae542f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,84,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae542f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae542f; -webkit-box-shadow: 1px 1px 3px 2px #ae542f; box-shadow: 1px 1px 3px 2px #ae542f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,84,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae542f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae542f; -webkit-box-shadow: 1px 1px 3px 2px #ae542f; box-shadow: 1px 1px 3px 2px #ae542f;">
Div content here</div>
This div box has shadow with color #ae542f
Comments
No comments written yet.
Please login to write comment.