Color Hex Logo

#aca16d Color Hex

#ACA16D
(172,161,109)
0 Favorites   0 Comments

Color spaces of #aca16d

RGB 172161109
HSL0.140.280.55
HSV50°37°67°
CMYK 0.000.060.37   0.33
XYZ32.518435.364519.5801
Yxy35.36450.37180.4043
Hunter Lab59.4681-6.461522.1062
CIE-Lab66.0315-3.880228.5454

#aca16d color RGB value is (172,161,109).

#aca16d hex color red value is 172, green value is 161 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aca16d hue: 0.14 , saturation: 0.28 and the lightness value of aca16d is 0.55.

The process color (four color CMYK) of #aca16d color hex is 0.00, 0.06, 0.37, 0.33. Web safe color of #aca16d is #999966. Color #aca16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01101101
Octal 254 241 155
Decimal 172 161 109
Hex AC A1 6D

RGB Percentages of Color #aca16d

%38.91
%36.43
%24.66

CMYK Percentages of Color #aca16d

%0
%6
%37
%33

Triadic Colors of #aca16d

#aca16d #6daca1 #a16dac

Analogous Colors of #aca16d

#aca16d #98ac6d #ac826d

Monochromatic Colors of #aca16d

#aca16d

Complementary Color

#aca16d #6d78ac

#aca16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca16d Color CSS Codes

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

#aca16d Text Font Color

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

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


#aca16d Background Color

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

This div background color is #aca16d


#aca16d Border Color

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

This div border color is #aca16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca16d


Comments

No comments written yet.

Please login to write comment.