Color Hex Logo

#aca662 Color Hex

#ACA662
(172,166,98)
0 Favorites   0 Comments

Color spaces of #aca662

RGB 17216698
HSL0.150.310.53
HSV55°43°67°
CMYK 0.000.030.43   0.33
XYZ32.854136.924916.9509
Yxy36.92490.37880.4257
Hunter Lab60.7659-9.831225.9969
CIE-Lab67.2206-7.806735.8933

#aca662 color RGB value is (172,166,98).

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

The process color (four color CMYK) of #aca662 color hex is 0.00, 0.03, 0.43, 0.33. Web safe color of #aca662 is #999966. Color #aca662 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01100010
Octal 254 246 142
Decimal 172 166 98
Hex AC A6 62

RGB Percentages of Color #aca662

%39.45
%38.07
%22.48

CMYK Percentages of Color #aca662

%0
%3
%43
%33

Triadic Colors of #aca662

#aca662 #62aca6 #a662ac

Analogous Colors of #aca662

#aca662 #8dac62 #ac8162

Monochromatic Colors of #aca662

#aca662

Complementary Color

#aca662 #6268ac

#aca662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca662 Color CSS Codes

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

#aca662 Text Font Color

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

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


#aca662 Background Color

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

This div background color is #aca662


#aca662 Border Color

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

This div border color is #aca662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca662


Comments

No comments written yet.

Please login to write comment.