#ACA229

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

Shades of Earls Green #ACA229

Tints of Earls Green #ACA229

Color information

#ACA229 (or 0xACA229) is unknown color: approx Earls Green. HEX triplet: AC, A2 and 29. RGB value is (172,162,41). Sum of RGB (Red+Green+Blue) = 172+162+41=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA229 is #535DD6. Grayscale: #979797. Windows color (decimal): -5463511 or 2728620. OLE color: 2728620.

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

Color convert

RGB17216241-
CMYK00.060.760.33
HSL55.42º61.5%41.76%-
HSV(B)55.42º76.16%67.45%-
XYZ30.3334.777.21-
YUV151.265.81142.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 41 (16.41% from 255) = 10.93%
R=45.87%
G=43.2%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721624100.060.760.3355.4261.541.76
HexACA229064C21373e2a
Octal254242510611441677652
Binary101011001010001010100101101001100100001110111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA229; }

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

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

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

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

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

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

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

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