Color Hex Logo

#aaa260 Color Hex

#AAA260
(170,162,96)
0 Favorites   0 Comments

Color spaces of #aaa260

RGB 17016296
HSL0.150.300.52
HSV54°44°67°
CMYK 0.000.050.44   0.33
XYZ31.609235.231216.2007
Yxy35.23120.38060.4243
Hunter Lab59.3559-8.814925.3664
CIE-Lab65.9283-6.725435.2763

#aaa260 color RGB value is (170,162,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 01100000
Octal 252 242 140
Decimal 170 162 96
Hex AA A2 60

RGB Percentages of Color #aaa260

%39.72
%37.85
%22.43

CMYK Percentages of Color #aaa260

%0
%5
%44
%33

Triadic Colors of #aaa260

#aaa260 #60aaa2 #a260aa

Analogous Colors of #aaa260

#aaa260 #8daa60 #aa7d60

Monochromatic Colors of #aaa260

#aaa260

Complementary Color

#aaa260 #6068aa

#aaa260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa260 Color CSS Codes

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

#aaa260 Text Font Color

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

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


#aaa260 Background Color

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

This div background color is #aaa260


#aaa260 Border Color

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

This div border color is #aaa260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa260


Comments

No comments written yet.

Please login to write comment.