#aaa92a

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

Shades of Earls Green #AAA92A

Tints of Earls Green #AAA92A

Color information

#AAA92A (or 0xAAA92A) is unknown color: approx Earls Green. HEX triplet: AA, A9 and 2A. RGB value is (170,169,42). Sum of RGB (Red+Green+Blue) = 170+169+42=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA92A is #5556D5. Grayscale: #9B9B9B. Windows color (decimal): -5592790 or 2795946. OLE color: 2795946.

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

Color convert

RGB17016942-
CMYK00.010.750.33
HSL59.53º60.38%41.57%-
HSV(B)59.53º75.29%66.67%-
XYZ31.1837.097.71-
YUV154.8264.33138.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=44.62%
G=44.36%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701694200.010.750.3359.5360.3841.57
HexAAA92A014B213c3c2a
Octal252251520111341747452
Binary1010101010101001101010011001011100001111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa92a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa92a; }

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

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

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

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

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

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

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

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