Color Hex Logo

#aca36c Color Hex

#ACA36C
(172,163,108)
0 Favorites   0 Comments

Color spaces of #aca36c

RGB 172163108
HSL0.140.280.55
HSV52°37°67°
CMYK 0.000.050.37   0.33
XYZ32.817236.047819.4156
Yxy36.04780.37170.4083
Hunter Lab60.0398-7.503322.8547
CIE-Lab66.5564-5.075129.7676

#aca36c color RGB value is (172,163,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 01101100
Octal 254 243 154
Decimal 172 163 108
Hex AC A3 6C

RGB Percentages of Color #aca36c

%38.83
%36.79
%24.38

CMYK Percentages of Color #aca36c

%0
%5
%37
%33

Triadic Colors of #aca36c

#aca36c #6caca3 #a36cac

Analogous Colors of #aca36c

#aca36c #95ac6c #ac836c

Monochromatic Colors of #aca36c

#aca36c

Complementary Color

#aca36c #6c75ac

#aca36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca36c Color CSS Codes

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

#aca36c Text Font Color

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

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


#aca36c Background Color

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

This div background color is #aca36c


#aca36c Border Color

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

This div border color is #aca36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca36c


Comments

No comments written yet.

Please login to write comment.