Color Hex Logo

#aaa227 Color Hex

#AAA227
(170,162,39)
0 Favorites   0 Comments

Color spaces of #aaa227

RGB 17016239
HSL0.160.630.41
HSV56°77°67°
CMYK 0.000.050.77   0.33
XYZ29.864134.53327.0110
Yxy34.53320.41820.4836
Hunter Lab58.7650-12.125734.0618
CIE-Lab65.3836-10.873860.1543

#aaa227 color RGB value is (170,162,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 00100111
Octal 252 242 47
Decimal 170 162 39
Hex AA A2 27

RGB Percentages of Color #aaa227

%45.82
%43.67
%10.51

CMYK Percentages of Color #aaa227

%0
%5
%77
%33

Triadic Colors of #aaa227

#aaa227 #27aaa2 #a227aa

Analogous Colors of #aaa227

#aaa227 #71aa27 #aa6127

Monochromatic Colors of #aaa227

#aaa227

Complementary Color

#aaa227 #272faa

#aaa227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa227 Color CSS Codes

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

#aaa227 Text Font Color

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

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


#aaa227 Background Color

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

This div background color is #aaa227


#aaa227 Border Color

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

This div border color is #aaa227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa227


Comments

No comments written yet.

Please login to write comment.