Color spaces of #aaa135
RGB | 170 | 161 | 53 |
---|---|---|---|
HSL | 0.15 | 0.52 | 0.44 |
HSV | 55° | 69° | 67° |
CMYK | 0.00 | 0.05 | 0.69 0.33 |
XYZ | 29.9650 | 34.2928 | 8.4080 |
Yxy | 34.2928 | 0.4124 | 0.4719 |
Hunter Lab | 58.5601 | -11.1422 | 32.4792 |
CIE-Lab | 65.1943 | -9.6755 | 54.8226 |
#aaa135 color RGB value is (170,161,53).
#aaa135 hex color red value is 170, green value is 161 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aaa135 hue: 0.15 , saturation: 0.52 and the lightness value of aaa135 is 0.44.
The process color (four color CMYK) of #aaa135 color hex is 0.00, 0.05, 0.69, 0.33. Web safe color of #aaa135 is #999933. Color #aaa135 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10100001 | 00110101 |
Octal | 252 | 241 | 65 |
Decimal | 170 | 161 | 53 |
Hex | AA | A1 | 35 |
Shades of #aaa135
Tints of #aaa135
RGB Percentages of Color #aaa135
CMYK Percentages of Color #aaa135
Complementary Color
#aaa135 | #353eaa |
#aaa135 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa135 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa135 Color CSS Codes
.mybgcolor {background-color:#aaa135; } .myforecolor {color:#aaa135; } .mybordercolor {border:3px solid #aaa135; }
#aaa135 Text Font Color
<p style="color:#aaa135">Text here</p>
This sample text font color is #aaa135
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.
#aaa135 Background Color
<div style="background-color:#aaa135">
Div content here</div>
This div background color is #aaa135
#aaa135 Border Color
<div style="border:3px solid #aaa135">
Div here</div>
This div border color is #aaa135
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,161,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa135; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa135; -webkit-box-shadow: 1px 1px 3px 2px #aaa135; box-shadow: 1px 1px 3px 2px #aaa135; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,161,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa135">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa135; -webkit-box-shadow: 1px 1px 3px 2px #aaa135; box-shadow: 1px 1px 3px 2px #aaa135;">
Div content here</div>
This div box has shadow with color #aaa135
Comments
No comments written yet.
Please login to write comment.