Color spaces of #aa072a
RGB | 170 | 7 | 42 |
---|---|---|---|
HSL | 0.96 | 0.92 | 0.35 |
HSV | 347° | 96° | 67° |
CMYK | 0.00 | 0.96 | 0.75 0.33 |
XYZ | 17.0715 | 8.8652 | 3.0019 |
Yxy | 8.8652 | 0.5899 | 0.3063 |
Hunter Lab | 29.7745 | 50.2394 | 14.8644 |
CIE-Lab | 35.7235 | 59.1615 | 28.7591 |
#aa072a color RGB value is (170,7,42).
#aa072a hex color red value is 170, green value is 7 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aa072a hue: 0.96 , saturation: 0.92 and the lightness value of aa072a is 0.35.
The process color (four color CMYK) of #aa072a color hex is 0.00, 0.96, 0.75, 0.33. Web safe color of #aa072a is #990033. Color #aa072a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00000111 | 00101010 |
Octal | 252 | 7 | 52 |
Decimal | 170 | 7 | 42 |
Hex | AA | 7 | 2A |
Shades of #aa072a
Tints of #aa072a
RGB Percentages of Color #aa072a
CMYK Percentages of Color #aa072a
Complementary Color
#aa072a | #07aa87 |
#aa072a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa072a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa072a Color CSS Codes
.mybgcolor {background-color:#aa072a; } .myforecolor {color:#aa072a; } .mybordercolor {border:3px solid #aa072a; }
#aa072a Text Font Color
<p style="color:#aa072a">Text here</p>
This sample text font color is #aa072a
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.
#aa072a Background Color
<div style="background-color:#aa072a">
Div content here</div>
This div background color is #aa072a
#aa072a Border Color
<div style="border:3px solid #aa072a">
Div here</div>
This div border color is #aa072a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,7,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa072a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa072a; -webkit-box-shadow: 1px 1px 3px 2px #aa072a; box-shadow: 1px 1px 3px 2px #aa072a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,7,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa072a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa072a; -webkit-box-shadow: 1px 1px 3px 2px #aa072a; box-shadow: 1px 1px 3px 2px #aa072a;">
Div content here</div>
This div box has shadow with color #aa072a
Comments
No comments written yet.
Please login to write comment.