Color Hex Logo

#aaa25f Color Hex

#AAA25F
(170,162,95)
0 Favorites   0 Comments

Color spaces of #aaa25f

RGB 17016295
HSL0.150.310.52
HSV54°44°67°
CMYK 0.000.050.44   0.33
XYZ31.563535.212915.9597
Yxy35.21290.38150.4256
Hunter Lab59.3405-8.900725.5922
CIE-Lab65.9141-6.831335.7800

#aaa25f color RGB value is (170,162,95).

#aaa25f hex color red value is 170, green value is 162 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aaa25f hue: 0.15 , saturation: 0.31 and the lightness value of aaa25f is 0.52.

The process color (four color CMYK) of #aaa25f color hex is 0.00, 0.05, 0.44, 0.33. Web safe color of #aaa25f is #999966. Color #aaa25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 01011111
Octal 252 242 137
Decimal 170 162 95
Hex AA A2 5F

RGB Percentages of Color #aaa25f

%39.81
%37.94
%22.25

CMYK Percentages of Color #aaa25f

%0
%5
%44
%33

Triadic Colors of #aaa25f

#aaa25f #5faaa2 #a25faa

Analogous Colors of #aaa25f

#aaa25f #8daa5f #aa7d5f

Monochromatic Colors of #aaa25f

#aaa25f

Complementary Color

#aaa25f #5f67aa

#aaa25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa25f Color CSS Codes

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

#aaa25f Text Font Color

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

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


#aaa25f Background Color

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

This div background color is #aaa25f


#aaa25f Border Color

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

This div border color is #aaa25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa25f


Comments

No comments written yet.

Please login to write comment.