Color Hex Logo

#aca99a Color Hex

#ACA99A
(172,169,154)
0 Favorites   0 Comments

Color spaces of #aca99a

RGB 172169154
HSL0.140.100.64
HSV50°10°67°
CMYK 0.000.020.10   0.33
XYZ37.034039.479736.2403
Yxy39.47970.32840.3501
Hunter Lab62.8329-4.74889.7861
CIE-Lab69.0973-1.60458.1161

#aca99a color RGB value is (172,169,154).

#aca99a hex color red value is 172, green value is 169 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aca99a hue: 0.14 , saturation: 0.10 and the lightness value of aca99a is 0.64.

The process color (four color CMYK) of #aca99a color hex is 0.00, 0.02, 0.10, 0.33. Web safe color of #aca99a is #999999. Color #aca99a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10011010
Octal 254 251 232
Decimal 172 169 154
Hex AC A9 9A

RGB Percentages of Color #aca99a

%34.75
%34.14
%31.11

CMYK Percentages of Color #aca99a

%0
%2
%10
%33

Triadic Colors of #aca99a

#aca99a #9aaca9 #a99aac

Analogous Colors of #aca99a

#aca99a #a6ac9a #aca09a

Monochromatic Colors of #aca99a

#aca99a

Complementary Color

#aca99a #9a9dac

#aca99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca99a Color CSS Codes

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

#aca99a Text Font Color

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

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


#aca99a Background Color

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

This div background color is #aca99a


#aca99a Border Color

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

This div border color is #aca99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca99a


Comments

No comments written yet.

Please login to write comment.