#AAA92C

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

Shades of Earls Green #AAA92C

Tints of Earls Green #AAA92C

Color information

#AAA92C (or 0xAAA92C) is unknown color: approx Earls Green. HEX triplet: AA, A9 and 2C. RGB value is (170,169,44). Sum of RGB (Red+Green+Blue) = 170+169+44=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA92C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA92C is #5556D3. Grayscale: #9B9B9B. Windows color (decimal): -5592788 or 2927018. OLE color: 2927018.

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

Color convert

RGB17016944-
CMYK00.010.740.33
HSL59.52º58.88%41.96%-
HSV(B)59.52º74.12%66.67%-
XYZ31.2237.17.9-
YUV155.0565.33138.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 44 (17.58% from 255) = 11.49%
R=44.39%
G=44.13%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701694400.010.740.3359.5258.8841.96
HexAAA92C014A213c3b2a
Octal252251540111241747352
Binary1010101010101001101100011001010100001111100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA92C; }

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

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

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

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

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

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

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

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