#ACA528

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

Shades of Earls Green #ACA528

Tints of Earls Green #ACA528

Color information

#ACA528 (or 0xACA528) is unknown color: approx Earls Green. HEX triplet: AC, A5 and 28. RGB value is (172,165,40). Sum of RGB (Red+Green+Blue) = 172+165+40=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA528 is #535AD7. Grayscale: #999999. Windows color (decimal): -5462744 or 2663852. OLE color: 2663852.

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

Color convert

RGB17216540-
CMYK00.040.770.33
HSL56.82º62.26%41.57%-
HSV(B)56.82º76.74%67.45%-
XYZ30.8535.837.3-
YUV152.8464.32141.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 40 (16.02% from 255) = 10.61%
R=45.62%
G=43.77%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721654000.040.770.3356.8262.2641.57
HexACA528044D21393e2a
Octal254245500411541717652
Binary101011001010010110100001001001101100001111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA528; }

 p { color: rgb(172,165,40); }

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

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

 a { background-color: rgb(172,165,40); }

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

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

 span { border-color: rgb(172,165,40); }

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