Color Hex Logo

#aaa736 Color Hex

#AAA736
(170,167,54)
0 Favorites   0 Comments

Color spaces of #aaa736

RGB 17016754
HSL0.160.520.44
HSV58°68°67°
CMYK 0.000.020.68   0.33
XYZ31.062136.44988.8884
Yxy36.44980.40660.4771
Hunter Lab60.3737-13.816133.5327
CIE-Lab66.8622-12.761256.1062

#aaa736 color RGB value is (170,167,54).

#aaa736 hex color red value is 170, green value is 167 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aaa736 hue: 0.16 , saturation: 0.52 and the lightness value of aaa736 is 0.44.

The process color (four color CMYK) of #aaa736 color hex is 0.00, 0.02, 0.68, 0.33. Web safe color of #aaa736 is #999933. Color #aaa736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 00110110
Octal 252 247 66
Decimal 170 167 54
Hex AA A7 36

RGB Percentages of Color #aaa736

%43.48
%42.71
%13.81

CMYK Percentages of Color #aaa736

%0
%2
%68
%33

Triadic Colors of #aaa736

#aaa736 #36aaa7 #a736aa

Analogous Colors of #aaa736

#aaa736 #73aa36 #aa6d36

Monochromatic Colors of #aaa736

#aaa736

Complementary Color

#aaa736 #3639aa

#aaa736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa736 Color CSS Codes

.mybgcolor {background-color:#aaa736; } 
.myforecolor {color:#aaa736; }
.mybordercolor {border:3px solid #aaa736; }

#aaa736 Text Font Color

<p style="color:#aaa736">Text here</p>

This sample text font color is #aaa736
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.


#aaa736 Background Color

<div style="background-color:#aaa736">
Div content here</div>

This div background color is #aaa736


#aaa736 Border Color

<div style="border:3px solid #aaa736">
Div here</div>

This div border color is #aaa736


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,167,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaa736; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaa736;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa736;
  box-shadow:         1px 1px 3px 2px #aaa736; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,167,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aaa736">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa736;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa736;
  box-shadow:         1px 1px 3px 2px #aaa736;">
Div content here</div>

This div box has shadow with color #aaa736


Comments

No comments written yet.

Please login to write comment.