Color spaces of #ae603a
RGB | 174 | 96 | 58 |
---|---|---|---|
HSL | 0.05 | 0.50 | 0.45 |
HSV | 20° | 67° | 68° |
CMYK | 0.00 | 0.45 | 0.67 0.32 |
XYZ | 22.4022 | 17.6699 | 6.2329 |
Yxy | 17.6699 | 0.4838 | 0.3816 |
Hunter Lab | 42.0356 | 21.5665 | 20.6336 |
CIE-Lab | 49.0933 | 28.2802 | 35.1501 |
#ae603a color RGB value is (174,96,58).
#ae603a hex color red value is 174, green value is 96 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae603a hue: 0.05 , saturation: 0.50 and the lightness value of ae603a is 0.45.
The process color (four color CMYK) of #ae603a color hex is 0.00, 0.45, 0.67, 0.32. Web safe color of #ae603a is #996633. Color #ae603a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01100000 | 00111010 |
Octal | 256 | 140 | 72 |
Decimal | 174 | 96 | 58 |
Hex | AE | 60 | 3A |
Shades of #ae603a
Tints of #ae603a
RGB Percentages of Color #ae603a
CMYK Percentages of Color #ae603a
Complementary Color
#ae603a | #3a88ae |
#ae603a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae603a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae603a Color CSS Codes
.mybgcolor {background-color:#ae603a; } .myforecolor {color:#ae603a; } .mybordercolor {border:3px solid #ae603a; }
#ae603a Text Font Color
<p style="color:#ae603a">Text here</p>
This sample text font color is #ae603a
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.
#ae603a Background Color
<div style="background-color:#ae603a">
Div content here</div>
This div background color is #ae603a
#ae603a Border Color
<div style="border:3px solid #ae603a">
Div here</div>
This div border color is #ae603a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,96,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae603a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae603a; -webkit-box-shadow: 1px 1px 3px 2px #ae603a; box-shadow: 1px 1px 3px 2px #ae603a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,96,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 #ae603a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae603a; -webkit-box-shadow: 1px 1px 3px 2px #ae603a; box-shadow: 1px 1px 3px 2px #ae603a;">
Div content here</div>
This div box has shadow with color #ae603a
Comments
No comments written yet.
Please login to write comment.