#A4AA29

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

Shades of Earls Green #A4AA29

Tints of Earls Green #A4AA29

Color information

#A4AA29 (or 0xA4AA29) is unknown color: approx Earls Green. HEX triplet: A4, AA and 29. RGB value is (164,170,41). Sum of RGB (Red+Green+Blue) = 164+170+41=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA29 is #5B55D6. Grayscale: #9A9A9A. Windows color (decimal): -5985751 or 2730660. OLE color: 2730660.

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

Color convert

RGB16417041-
CMYK0.0400.760.33
HSL62.79º61.14%41.37%-
HSV(B)62.79º75.88%66.67%-
XYZ30.0836.87.62-
YUV153.564.51135.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 41 (16.41% from 255) = 10.93%
R=43.73%
G=45.33%
B=10.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170410.0400.760.3362.7961.1441.37
HexA4AA29404C213f3d29
Octal244252514011441777551
Binary101001001010101010100110001001100100001111111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA29; }

 p { color: rgb(164,170,41); }

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

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

 a { background-color: rgb(164,170,41); }

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

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

 span { border-color: rgb(164,170,41); }

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