Color Hex Logo

#aca769 Color Hex

#ACA769
(172,167,105)
0 Favorites   0 Comments

Color spaces of #aca769

RGB 172167105
HSL0.150.290.54
HSV56°39°67°
CMYK 0.000.030.39   0.33
XYZ33.381837.428018.8295
Yxy37.42800.37240.4175
Hunter Lab61.1784-9.664324.5766
CIE-Lab67.5969-7.559732.7058

#aca769 color RGB value is (172,167,105).

#aca769 hex color red value is 172, green value is 167 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aca769 hue: 0.15 , saturation: 0.29 and the lightness value of aca769 is 0.54.

The process color (four color CMYK) of #aca769 color hex is 0.00, 0.03, 0.39, 0.33. Web safe color of #aca769 is #999966. Color #aca769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01101001
Octal 254 247 151
Decimal 172 167 105
Hex AC A7 69

RGB Percentages of Color #aca769

%38.74
%37.61
%23.65

CMYK Percentages of Color #aca769

%0
%3
%39
%33

Triadic Colors of #aca769

#aca769 #69aca7 #a769ac

Analogous Colors of #aca769

#aca769 #90ac69 #ac8669

Monochromatic Colors of #aca769

#aca769

Complementary Color

#aca769 #696eac

#aca769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca769 Color CSS Codes

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

#aca769 Text Font Color

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

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


#aca769 Background Color

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

This div background color is #aca769


#aca769 Border Color

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

This div border color is #aca769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca769


Comments

No comments written yet.

Please login to write comment.