Color Hex Logo

#aca06d Color Hex

#ACA06D
(172,160,109)
0 Favorites   0 Comments

Color spaces of #aca06d

RGB 172160109
HSL0.130.280.55
HSV49°37°67°
CMYK 0.000.070.37   0.33
XYZ32.344435.016419.5221
Yxy35.01640.37230.4030
Hunter Lab59.1747-5.989021.8621
CIE-Lab65.7614-3.341128.1914

#aca06d color RGB value is (172,160,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01101101
Octal 254 240 155
Decimal 172 160 109
Hex AC A0 6D

RGB Percentages of Color #aca06d

%39.00
%36.28
%24.72

CMYK Percentages of Color #aca06d

%0
%7
%37
%33

Triadic Colors of #aca06d

#aca06d #6daca0 #a06dac

Analogous Colors of #aca06d

#aca06d #99ac6d #ac816d

Monochromatic Colors of #aca06d

#aca06d

Complementary Color

#aca06d #6d79ac

#aca06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca06d Color CSS Codes

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

#aca06d Text Font Color

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

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


#aca06d Background Color

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

This div background color is #aca06d


#aca06d Border Color

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

This div border color is #aca06d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,160,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 #aca06d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca06d


Comments

No comments written yet.

Please login to write comment.