Color Hex Logo

#aaa462 Color Hex

#AAA462
(170,164,98)
0 Favorites   0 Comments

Color spaces of #aaa462

RGB 17016498
HSL0.150.300.53
HSV55°42°67°
CMYK 0.000.040.42   0.33
XYZ32.057635.978816.8103
Yxy35.97880.37780.4240
Hunter Lab59.9823-9.569625.3714
CIE-Lab66.5037-7.575534.9555

#aaa462 color RGB value is (170,164,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01100010
Octal 252 244 142
Decimal 170 164 98
Hex AA A4 62

RGB Percentages of Color #aaa462

%39.35
%37.96
%22.69

CMYK Percentages of Color #aaa462

%0
%4
%42
%33

Triadic Colors of #aaa462

#aaa462 #62aaa4 #a462aa

Analogous Colors of #aaa462

#aaa462 #8caa62 #aa8062

Monochromatic Colors of #aaa462

#aaa462

Complementary Color

#aaa462 #6268aa

#aaa462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa462 Color CSS Codes

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

#aaa462 Text Font Color

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

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


#aaa462 Background Color

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

This div background color is #aaa462


#aaa462 Border Color

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

This div border color is #aaa462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,164,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 #aaa462">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa462


Comments

No comments written yet.

Please login to write comment.