#A0A64E

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

Shades of Green Smoke #A0A64E

Tints of Green Smoke #A0A64E

Color information

#A0A64E (or 0xA0A64E) is unknown color: approx Green Smoke. HEX triplet: A0, A6 and 4E. RGB value is (160,166,78). Sum of RGB (Red+Green+Blue) = 160+166+78=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A64E is #5F59B1. Grayscale: #9A9A9A. Windows color (decimal): -6248882 or 5154464. OLE color: 5154464.

HSL color Cylindrical-coordinate representation of color #A0A64E: hue angle of 64.09º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0A64E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16016678-
CMYK0.0400.530.35
HSL64.09º36.07%47.84%-
HSV(B)64.09º53.01%65.1%-
XYZ29.5135.312.47-
YUV154.1785.01132.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 166 (65.23% from 255) = 41.09%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=39.60%
G=41.09%
B=19.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166780.0400.530.3564.0936.0747.84
HexA0A64E403523402430
Octal2402461164065431004460
Binary1010000010100110100111010001101011000111000000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A64E; }

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

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

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

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

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

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

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

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