#AAA729

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

Shades of Earls Green #AAA729

Tints of Earls Green #AAA729

Color information

#AAA729 (or 0xAAA729) is unknown color: approx Earls Green. HEX triplet: AA, A7 and 29. RGB value is (170,167,41). Sum of RGB (Red+Green+Blue) = 170+167+41=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA729 is #5558D6. Grayscale: #9A9A9A. Windows color (decimal): -5593303 or 2729898. OLE color: 2729898.

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

Color convert

RGB17016741-
CMYK00.020.760.33
HSL58.6º61.14%41.37%-
HSV(B)58.6º75.88%66.67%-
XYZ30.836.347.49-
YUV153.5364.49139.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 41 (16.41% from 255) = 10.85%
R=44.97%
G=44.18%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701674100.020.760.3358.661.1441.37
HexAAA729024C213b3d29
Octal252247510211441737551
Binary10101010101001111010010101001100100001111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA729; }

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

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

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

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

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

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

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

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