Color spaces of #aa413e
RGB | 170 | 65 | 62 |
---|---|---|---|
HSL | 0.00 | 0.47 | 0.45 |
HSV | 2° | 64° | 67° |
CMYK | 0.00 | 0.62 | 0.64 0.33 |
XYZ | 19.3374 | 12.6744 | 5.9846 |
Yxy | 12.6744 | 0.5089 | 0.3336 |
Hunter Lab | 35.6011 | 34.6536 | 14.9541 |
CIE-Lab | 42.2685 | 42.9167 | 24.4207 |
#aa413e color RGB value is (170,65,62).
#aa413e hex color red value is 170, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aa413e hue: 0.00 , saturation: 0.47 and the lightness value of aa413e is 0.45.
The process color (four color CMYK) of #aa413e color hex is 0.00, 0.62, 0.64, 0.33. Web safe color of #aa413e is #993333. Color #aa413e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01000001 | 00111110 |
Octal | 252 | 101 | 76 |
Decimal | 170 | 65 | 62 |
Hex | AA | 41 | 3E |
Shades of #aa413e
Tints of #aa413e
RGB Percentages of Color #aa413e
CMYK Percentages of Color #aa413e
Complementary Color
#aa413e | #3ea7aa |
#aa413e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa413e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa413e Color CSS Codes
.mybgcolor {background-color:#aa413e; } .myforecolor {color:#aa413e; } .mybordercolor {border:3px solid #aa413e; }
#aa413e Text Font Color
<p style="color:#aa413e">Text here</p>
This sample text font color is #aa413e
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.
#aa413e Background Color
<div style="background-color:#aa413e">
Div content here</div>
This div background color is #aa413e
#aa413e Border Color
<div style="border:3px solid #aa413e">
Div here</div>
This div border color is #aa413e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,65,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa413e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa413e; -webkit-box-shadow: 1px 1px 3px 2px #aa413e; box-shadow: 1px 1px 3px 2px #aa413e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,65,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa413e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa413e; -webkit-box-shadow: 1px 1px 3px 2px #aa413e; box-shadow: 1px 1px 3px 2px #aa413e;">
Div content here</div>
This div box has shadow with color #aa413e
Comments
No comments written yet.
Please login to write comment.