#AAA32A

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

Shades of Earls Green #AAA32A

Tints of Earls Green #AAA32A

Color information

#AAA32A (or 0xAAA32A) is unknown color: approx Earls Green. HEX triplet: AA, A3 and 2A. RGB value is (170,163,42). Sum of RGB (Red+Green+Blue) = 170+163+42=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA32A is #555CD5. Grayscale: #979797. Windows color (decimal): -5594326 or 2794410. OLE color: 2794410.

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

Color convert

RGB17016342-
CMYK00.040.750.33
HSL56.72º60.38%41.57%-
HSV(B)56.72º75.29%66.67%-
XYZ30.0934.917.34-
YUV151.366.32141.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=45.33%
G=43.47%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701634200.040.750.3356.7260.3841.57
HexAAA32A044B21393c2a
Octal252243520411341717452
Binary101010101010001110101001001001011100001111001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA32A; }

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

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

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

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

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

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

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

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