Color spaces of #aa360e
RGB | 170 | 54 | 14 |
---|---|---|---|
HSL | 0.04 | 0.85 | 0.36 |
HSV | 15° | 92° | 67° |
CMYK | 0.00 | 0.68 | 0.92 0.33 |
XYZ | 17.9760 | 11.2161 | 1.6329 |
Yxy | 11.2161 | 0.5832 | 0.3639 |
Hunter Lab | 33.4904 | 37.2016 | 20.5525 |
CIE-Lab | 39.9421 | 45.8745 | 47.1311 |
#aa360e color RGB value is (170,54,14).
#aa360e hex color red value is 170, green value is 54 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa360e hue: 0.04 , saturation: 0.85 and the lightness value of aa360e is 0.36.
The process color (four color CMYK) of #aa360e color hex is 0.00, 0.68, 0.92, 0.33. Web safe color of #aa360e is #993300. Color #aa360e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00110110 | 00001110 |
Octal | 252 | 66 | 16 |
Decimal | 170 | 54 | 14 |
Hex | AA | 36 | E |
Shades of #aa360e
Tints of #aa360e
RGB Percentages of Color #aa360e
CMYK Percentages of Color #aa360e
Complementary Color
#aa360e | #0e82aa |
#aa360e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa360e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa360e Color CSS Codes
.mybgcolor {background-color:#aa360e; } .myforecolor {color:#aa360e; } .mybordercolor {border:3px solid #aa360e; }
#aa360e Text Font Color
<p style="color:#aa360e">Text here</p>
This sample text font color is #aa360e
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.
#aa360e Background Color
<div style="background-color:#aa360e">
Div content here</div>
This div background color is #aa360e
#aa360e Border Color
<div style="border:3px solid #aa360e">
Div here</div>
This div border color is #aa360e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,54,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa360e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa360e; -webkit-box-shadow: 1px 1px 3px 2px #aa360e; box-shadow: 1px 1px 3px 2px #aa360e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,54,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa360e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa360e; -webkit-box-shadow: 1px 1px 3px 2px #aa360e; box-shadow: 1px 1px 3px 2px #aa360e;">
Div content here</div>
This div box has shadow with color #aa360e
Comments
No comments written yet.
Please login to write comment.