Color spaces of #ae733a
RGB | 174 | 115 | 58 |
---|---|---|---|
HSL | 0.08 | 0.50 | 0.45 |
HSV | 29° | 67° | 68° |
CMYK | 0.00 | 0.34 | 0.67 0.32 |
XYZ | 24.3500 | 21.5656 | 6.8822 |
Yxy | 21.5656 | 0.4612 | 0.4085 |
Hunter Lab | 46.4388 | 12.3280 | 23.7204 |
CIE-Lab | 53.5630 | 17.7177 | 40.2679 |
#ae733a color RGB value is (174,115,58).
#ae733a hex color red value is 174, green value is 115 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae733a hue: 0.08 , saturation: 0.50 and the lightness value of ae733a is 0.45.
The process color (four color CMYK) of #ae733a color hex is 0.00, 0.34, 0.67, 0.32. Web safe color of #ae733a is #996633. Color #ae733a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01110011 | 00111010 |
Octal | 256 | 163 | 72 |
Decimal | 174 | 115 | 58 |
Hex | AE | 73 | 3A |
Shades of #ae733a
Tints of #ae733a
RGB Percentages of Color #ae733a
CMYK Percentages of Color #ae733a
Complementary Color
#ae733a | #3a75ae |
#ae733a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae733a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae733a Color CSS Codes
.mybgcolor {background-color:#ae733a; } .myforecolor {color:#ae733a; } .mybordercolor {border:3px solid #ae733a; }
#ae733a Text Font Color
<p style="color:#ae733a">Text here</p>
This sample text font color is #ae733a
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.
#ae733a Background Color
<div style="background-color:#ae733a">
Div content here</div>
This div background color is #ae733a
#ae733a Border Color
<div style="border:3px solid #ae733a">
Div here</div>
This div border color is #ae733a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,115,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae733a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae733a; -webkit-box-shadow: 1px 1px 3px 2px #ae733a; box-shadow: 1px 1px 3px 2px #ae733a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,115,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae733a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae733a; -webkit-box-shadow: 1px 1px 3px 2px #ae733a; box-shadow: 1px 1px 3px 2px #ae733a;">
Div content here</div>
This div box has shadow with color #ae733a
Comments
No comments written yet.
Please login to write comment.