#ACA824

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

Shades of Earls Green #ACA824

Tints of Earls Green #ACA824

Color information

#ACA824 (or 0xACA824) is unknown color: approx Earls Green. HEX triplet: AC, A8 and 24. RGB value is (172,168,36). Sum of RGB (Red+Green+Blue) = 172+168+36=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA824 is #5357DB. Grayscale: #9A9A9A. Windows color (decimal): -5461980 or 2402476. OLE color: 2402476.

HSL color Cylindrical-coordinate representation of color #ACA824: hue angle of 58.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACA824 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB17216836-
CMYK00.020.790.33
HSL58.24º65.38%40.78%-
HSV(B)58.24º79.07%67.45%-
XYZ31.3336.97.14-
YUV154.1561.33140.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=45.74%
G=44.68%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721683600.020.790.3358.2465.3840.78
HexACA824024F213a4129
Octal2542504402117417210151
Binary101011001010100010010001010011111000011110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA824; }

 p { color: rgb(172,168,36); }

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

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

 a { background-color: rgb(172,168,36); }

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

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

 span { border-color: rgb(172,168,36); }

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