Color Hex Logo

#aca18a Color Hex

#ACA18A
(172,161,138)
0 Favorites   0 Comments

Color spaces of #aca18a

RGB 172161138
HSL0.110.170.61
HSV41°20°67°
CMYK 0.000.060.20   0.33
XYZ34.345636.095429.2017
Yxy36.09540.34470.3622
Hunter Lab60.0794-3.096013.2376
CIE-Lab66.59280.131413.4242

#aca18a color RGB value is (172,161,138).

#aca18a hex color red value is 172, green value is 161 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aca18a hue: 0.11 , saturation: 0.17 and the lightness value of aca18a is 0.61.

The process color (four color CMYK) of #aca18a color hex is 0.00, 0.06, 0.20, 0.33. Web safe color of #aca18a is #999999. Color #aca18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 10001010
Octal 254 241 212
Decimal 172 161 138
Hex AC A1 8A

RGB Percentages of Color #aca18a

%36.52
%34.18
%29.30

CMYK Percentages of Color #aca18a

%0
%6
%20
%33

Triadic Colors of #aca18a

#aca18a #8aaca1 #a18aac

Analogous Colors of #aca18a

#aca18a #a6ac8a #ac908a

Monochromatic Colors of #aca18a

#aca18a

Complementary Color

#aca18a #8a95ac

#aca18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca18a Color CSS Codes

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

#aca18a Text Font Color

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

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


#aca18a Background Color

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

This div background color is #aca18a


#aca18a Border Color

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

This div border color is #aca18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca18a


Comments

No comments written yet.

Please login to write comment.