#ACA329

Color #ACA329 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ACA329

Tints of Earls Green #ACA329

Color information

#ACA329 (or 0xACA329) is unknown color: approx Earls Green. HEX triplet: AC, A3 and 29. RGB value is (172,163,41). Sum of RGB (Red+Green+Blue) = 172+163+41=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA329 is #535CD6. Grayscale: #989898. Windows color (decimal): -5463255 or 2728876. OLE color: 2728876.

HSL color Cylindrical-coordinate representation of color #ACA329: hue angle of 55.88º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACA329 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17216341-
CMYK00.050.760.33
HSL55.88º61.5%41.76%-
HSV(B)55.88º76.16%67.45%-
XYZ30.5135.137.27-
YUV151.7865.48142.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 41 (16.41% from 255) = 10.90%
R=45.74%
G=43.35%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721634100.050.760.3355.8861.541.76
HexACA329054C21383e2a
Octal254243510511441707652
Binary101011001010001110100101011001100100001111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA329; }

 p { color: rgb(172,163,41); }

 H1.HeaderClassName
 {
   color: #ACA329;
 }
 .AnyTagClassName
 {
   color: #ACA329;
 }
</style>
background-color css

<style>
 a { background-color: #ACA329; }

 a { background-color: rgb(172,163,41); }

 div.DivClassName
 {
   background-color: #ACA329;
 }
 .BgClassName
 {
   background-color: #ACA329;
 }
</style>
border-color css

<style>
 span { border-color: #ACA329; }

 span { border-color: rgb(172,163,41); }

 td.TdClassName
 {
   border-color: #ACA329;
 }
 .TagClassName
 {
   border-color: #ACA329;
 }
</style>