#AAA929

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

Shades of Earls Green #AAA929

Tints of Earls Green #AAA929

Color information

#AAA929 (or 0xAAA929) is unknown color: approx Earls Green. HEX triplet: AA, A9 and 29. RGB value is (170,169,41). Sum of RGB (Red+Green+Blue) = 170+169+41=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA929 is #5556D6. Grayscale: #9B9B9B. Windows color (decimal): -5592791 or 2730410. OLE color: 2730410.

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

Color convert

RGB17016941-
CMYK00.010.760.33
HSL59.53º61.14%41.37%-
HSV(B)59.53º75.88%66.67%-
XYZ31.1737.087.61-
YUV154.7163.83138.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 41 (16.41% from 255) = 10.79%
R=44.74%
G=44.47%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701694100.010.760.3359.5361.1441.37
HexAAA929014C213c3d29
Octal252251510111441747551
Binary1010101010101001101001011001100100001111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA929; }

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

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

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

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

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

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

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

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