#AAA52A

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

Shades of Earls Green #AAA52A

Tints of Earls Green #AAA52A

Color information

#AAA52A (or 0xAAA52A) is unknown color: approx Earls Green. HEX triplet: AA, A5 and 2A. RGB value is (170,165,42). Sum of RGB (Red+Green+Blue) = 170+165+42=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA52A is #555AD5. Grayscale: #989898. Windows color (decimal): -5593814 or 2794922. OLE color: 2794922.

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

Color convert

RGB17016542-
CMYK00.030.750.33
HSL57.66º60.38%41.57%-
HSV(B)57.66º75.29%66.67%-
XYZ30.4535.627.46-
YUV152.4765.66140.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=45.09%
G=43.77%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701654200.030.750.3357.6660.3841.57
HexAAA52A034B213a3c2a
Octal252245520311341727452
Binary10101010101001011010100111001011100001111010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA52A; }

 p { color: rgb(170,165,42); }

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

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

 a { background-color: rgb(170,165,42); }

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

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

 span { border-color: rgb(170,165,42); }

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