Color Hex Logo

#aaa237 Color Hex

#AAA237
(170,162,55)
0 Favorites   0 Comments

Color spaces of #aaa237

RGB 17016255
HSL0.160.510.44
HSV56°68°67°
CMYK 0.000.050.68   0.33
XYZ30.187534.66258.7139
Yxy34.66250.41040.4712
Hunter Lab58.8749-11.506932.4371
CIE-Lab65.4851-10.088554.3033

#aaa237 color RGB value is (170,162,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 00110111
Octal 252 242 67
Decimal 170 162 55
Hex AA A2 37

RGB Percentages of Color #aaa237

%43.93
%41.86
%14.21

CMYK Percentages of Color #aaa237

%0
%5
%68
%33

Triadic Colors of #aaa237

#aaa237 #37aaa2 #a237aa

Analogous Colors of #aaa237

#aaa237 #79aa37 #aa6937

Monochromatic Colors of #aaa237

#aaa237

Complementary Color

#aaa237 #373faa

#aaa237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa237 Color CSS Codes

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

#aaa237 Text Font Color

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

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


#aaa237 Background Color

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

This div background color is #aaa237


#aaa237 Border Color

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

This div border color is #aaa237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa237


Comments

No comments written yet.

Please login to write comment.