#A0AA4E

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

Shades of Green Smoke #A0AA4E

Tints of Green Smoke #A0AA4E

Color information

#A0AA4E (or 0xA0AA4E) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 4E. RGB value is (160,170,78). Sum of RGB (Red+Green+Blue) = 160+170+78=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA4E is #5F55B1. Grayscale: #9C9C9C. Windows color (decimal): -6247858 or 5155488. OLE color: 5155488.

HSL color Cylindrical-coordinate representation of color #A0AA4E: hue angle of 66.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0AA4E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16017078-
CMYK0.0600.540.33
HSL66.52º37.1%48.63%-
HSV(B)66.52º54.12%66.67%-
XYZ30.2536.7712.71-
YUV156.5283.69130.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=39.22%
G=41.67%
B=19.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170780.0600.540.3366.5237.148.63
HexA0AA4E603621432531
Octal2402521166066411034561
Binary1010000010101010100111011001101101000011000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA4E; }

 p { color: rgb(160,170,78); }

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

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

 a { background-color: rgb(160,170,78); }

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

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

 span { border-color: rgb(160,170,78); }

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