#ACA228

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

Shades of Earls Green #ACA228

Tints of Earls Green #ACA228

Color information

#ACA228 (or 0xACA228) is unknown color: approx Earls Green. HEX triplet: AC, A2 and 28. RGB value is (172,162,40). Sum of RGB (Red+Green+Blue) = 172+162+40=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA228 is #535DD7. Grayscale: #979797. Windows color (decimal): -5463512 or 2663084. OLE color: 2663084.

HSL color Cylindrical-coordinate representation of color #ACA228: hue angle of 55.45º 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 #ACA228 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17216240-
CMYK00.060.770.33
HSL55.45º62.26%41.57%-
HSV(B)55.45º76.74%67.45%-
XYZ30.3234.767.12-
YUV151.0865.31142.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=45.99%
G=43.32%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721624000.060.770.3355.4562.2641.57
HexACA228064D21373e2a
Octal254242500611541677652
Binary101011001010001010100001101001101100001110111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA228; }

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

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

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

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

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

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

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

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