Color Hex Logo

#aca09b Color Hex

#ACA09B
(172,160,155)
0 Favorites   0 Comments

Color spaces of #aca09b

RGB 172160155
HSL0.050.090.64
HSV18°10°67°
CMYK 0.000.070.10   0.33
XYZ35.500536.278836.1418
Yxy36.27880.32890.3362
Hunter Lab60.2319-0.19846.5857
CIE-Lab66.73243.47734.1644

#aca09b color RGB value is (172,160,155).

#aca09b hex color red value is 172, green value is 160 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aca09b hue: 0.05 , saturation: 0.09 and the lightness value of aca09b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 10011011
Octal 254 240 233
Decimal 172 160 155
Hex AC A0 9B

RGB Percentages of Color #aca09b

%35.32
%32.85
%31.83

CMYK Percentages of Color #aca09b

%0
%7
%10
%33

Triadic Colors of #aca09b

#aca09b #9baca0 #a09bac

Analogous Colors of #aca09b

#aca09b #aca99b #ac9b9f

Monochromatic Colors of #aca09b

#aca09b

Complementary Color

#aca09b #9ba7ac

#aca09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca09b Color CSS Codes

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

#aca09b Text Font Color

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

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


#aca09b Background Color

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

This div background color is #aca09b


#aca09b Border Color

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

This div border color is #aca09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca09b


Comments

No comments written yet.

Please login to write comment.