Color Hex Logo

#aaa862 Color Hex

#AAA862
(170,168,98)
0 Favorites   0 Comments

Color spaces of #aaa862

RGB 17016898
HSL0.160.300.53
HSV58°42°67°
CMYK 0.000.010.42   0.33
XYZ32.784837.433217.0527
Yxy37.43320.37570.4289
Hunter Lab61.1827-11.420326.3027
CIE-Lab67.6008-9.692136.3337

#aaa862 color RGB value is (170,168,98).

#aaa862 hex color red value is 170, green value is 168 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aaa862 hue: 0.16 , saturation: 0.30 and the lightness value of aaa862 is 0.53.

The process color (four color CMYK) of #aaa862 color hex is 0.00, 0.01, 0.42, 0.33. Web safe color of #aaa862 is #999966. Color #aaa862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01100010
Octal 252 250 142
Decimal 170 168 98
Hex AA A8 62

RGB Percentages of Color #aaa862

%38.99
%38.53
%22.48

CMYK Percentages of Color #aaa862

%0
%1
%42
%33

Triadic Colors of #aaa862

#aaa862 #62aaa8 #a862aa

Analogous Colors of #aaa862

#aaa862 #88aa62 #aa8462

Monochromatic Colors of #aaa862

#aaa862

Complementary Color

#aaa862 #6264aa

#aaa862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa862 Color CSS Codes

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

#aaa862 Text Font Color

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

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


#aaa862 Background Color

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

This div background color is #aaa862


#aaa862 Border Color

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

This div border color is #aaa862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa862


Comments

No comments written yet.

Please login to write comment.