Color Hex Logo

#aca820 Color Hex

#ACA820
(172,168,32)
0 Favorites   0 Comments

Color spaces of #aca820

RGB 17216832
HSL0.160.690.40
HSV58°81°67°
CMYK 0.000.020.81   0.33
XYZ31.276636.88026.8366
Yxy36.88020.41710.4918
Hunter Lab60.7291-14.345135.8358
CIE-Lab67.1871-13.370563.9340

#aca820 color RGB value is (172,168,32).

#aca820 hex color red value is 172, green value is 168 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aca820 hue: 0.16 , saturation: 0.69 and the lightness value of aca820 is 0.40.

The process color (four color CMYK) of #aca820 color hex is 0.00, 0.02, 0.81, 0.33. Web safe color of #aca820 is #999933. Color #aca820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00100000
Octal 254 250 40
Decimal 172 168 32
Hex AC A8 20

RGB Percentages of Color #aca820

%46.24
%45.16
%8.60

CMYK Percentages of Color #aca820

%0
%2
%81
%33

Triadic Colors of #aca820

#aca820 #20aca8 #a820ac

Analogous Colors of #aca820

#aca820 #6aac20 #ac6220

Monochromatic Colors of #aca820

#aca820

Complementary Color

#aca820 #2024ac

#aca820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca820 Color CSS Codes

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

#aca820 Text Font Color

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

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


#aca820 Background Color

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

This div background color is #aca820


#aca820 Border Color

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

This div border color is #aca820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca820


Comments

No comments written yet.

Please login to write comment.