color codes Logo

#aca92c color codes

#ACA92C
(172,169,44)
0 Favorites   0 Comments

Color spaces of #aca92c

RGB 17216944
HSL0.160.590.42
HSV59°74°67°
CMYK 0.000.020.74   0.33
XYZ31.655837.32847.9195
Yxy37.32840.41160.4854
Hunter Lab61.0970-14.434635.0826
CIE-Lab67.5227-13.427760.5195

#aca92c color RGB value is (172,169,44).

#aca92c hex color red value is 172, green value is 169 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aca92c hue: 0.16 , saturation: 0.59 and the lightness value of aca92c is 0.42.

The process color (four color CMYK) of #aca92c color code is 0.00, 0.02, 0.74, 0.33. Web safe color of #aca92c is #999933. Color #aca92c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 00101100
Octal 254 251 54
Decimal 172 169 44
Hex AC A9 2C

RGB Percentages of Color #aca92c

%44.68
%43.90
%11.43

CMYK Percentages of Color #aca92c

%0
%2
%74
%33

Triadic Colors of #aca92c

#aca92c #2caca9 #a92cac

Analogous Colors of #aca92c

#aca92c #6fac2c #ac692c

Monochromatic Colors of #aca92c

#aca92c

Complementary Color

#aca92c #2c2fac

#aca92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca92c Color CSS Codes

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

#aca92c Text Font Color

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

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


#aca92c Background Color

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

This div background color is #aca92c


#aca92c Border Color

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

This div border color is #aca92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca92c


Comments

No comments written yet.

Please login to write comment.