Color Hex Logo

#aca97a Color Hex

#ACA97A
(172,169,122)
0 Favorites   0 Comments

Color spaces of #aca97a

RGB 172169122
HSL0.160.230.58
HSV56°29°67°
CMYK 0.000.020.29   0.33
XYZ34.714138.551724.0240
Yxy38.55170.35680.3963
Hunter Lab62.0900-8.859420.5224
CIE-Lab68.4253-6.498324.7076

#aca97a color RGB value is (172,169,122).

#aca97a hex color red value is 172, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aca97a hue: 0.16 , saturation: 0.23 and the lightness value of aca97a is 0.58.

The process color (four color CMYK) of #aca97a color hex is 0.00, 0.02, 0.29, 0.33. Web safe color of #aca97a is #999966. Color #aca97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01111010
Octal 254 251 172
Decimal 172 169 122
Hex AC A9 7A

RGB Percentages of Color #aca97a

%37.15
%36.50
%26.35

CMYK Percentages of Color #aca97a

%0
%2
%29
%33

Triadic Colors of #aca97a

#aca97a #7aaca9 #a97aac

Analogous Colors of #aca97a

#aca97a #96ac7a #ac907a

Monochromatic Colors of #aca97a

#aca97a

Complementary Color

#aca97a #7a7dac

#aca97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca97a Color CSS Codes

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

#aca97a Text Font Color

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

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


#aca97a Background Color

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

This div background color is #aca97a


#aca97a Border Color

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

This div border color is #aca97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca97a


Comments

No comments written yet.

Please login to write comment.