#AAA72C

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

Shades of Earls Green #AAA72C

Tints of Earls Green #AAA72C

Color information

#AAA72C (or 0xAAA72C) is unknown color: approx Earls Green. HEX triplet: AA, A7 and 2C. RGB value is (170,167,44). Sum of RGB (Red+Green+Blue) = 170+167+44=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA72C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA72C is #5558D3. Grayscale: #9A9A9A. Windows color (decimal): -5593300 or 2926506. OLE color: 2926506.

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

Color convert

RGB17016744-
CMYK00.020.740.33
HSL58.57º58.88%41.96%-
HSV(B)58.57º74.12%66.67%-
XYZ30.8536.377.78-
YUV153.8765.99139.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 44 (17.58% from 255) = 11.55%
R=44.62%
G=43.83%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701674400.020.740.3358.5758.8841.96
HexAAA72C024A213b3b2a
Octal252247540211241737352
Binary10101010101001111011000101001010100001111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA72C; }

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

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

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

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

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

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

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

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