Color Hex Logo

#aaac67 Color Hex

#AAAC67
(170,172,103)
0 Favorites   0 Comments

Color spaces of #aaac67

RGB 170172103
HSL0.170.290.54
HSV62°40°67°
CMYK 0.010.000.40   0.33
XYZ33.778339.030418.5853
Yxy39.03040.36960.4271
Hunter Lab62.4743-12.819626.0940
CIE-Lab68.7733-11.239135.2178

#aaac67 color RGB value is (170,172,103).

#aaac67 hex color red value is 170, green value is 172 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aaac67 hue: 0.17 , saturation: 0.29 and the lightness value of aaac67 is 0.54.

The process color (four color CMYK) of #aaac67 color hex is 0.01, 0.00, 0.40, 0.33. Web safe color of #aaac67 is #999966. Color #aaac67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01100111
Octal 252 254 147
Decimal 170 172 103
Hex AA AC 67

RGB Percentages of Color #aaac67

%38.20
%38.65
%23.15

CMYK Percentages of Color #aaac67

%1
%0
%40
%33

Triadic Colors of #aaac67

#aaac67 #67aaac #ac67aa

Analogous Colors of #aaac67

#aaac67 #88ac67 #ac8c67

Monochromatic Colors of #aaac67

#aaac67

Complementary Color

#aaac67 #6967ac

#aaac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac67 Color CSS Codes

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

#aaac67 Text Font Color

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

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


#aaac67 Background Color

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

This div background color is #aaac67


#aaac67 Border Color

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

This div border color is #aaac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac67


Comments

No comments written yet.

Please login to write comment.