#A2A64E

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

Shades of Green Smoke #A2A64E

Tints of Green Smoke #A2A64E

Color information

#A2A64E (or 0xA2A64E) is unknown color: approx Green Smoke. HEX triplet: A2, A6 and 4E. RGB value is (162,166,78). Sum of RGB (Red+Green+Blue) = 162+166+78=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A64E is #5D59B1. Grayscale: #9B9B9B. Windows color (decimal): -6117810 or 5154466. OLE color: 5154466.

HSL color Cylindrical-coordinate representation of color #A2A64E: hue angle of 62.73º 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 #A2A64E is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16216678-
CMYK0.0200.530.35
HSL62.73º36.07%47.84%-
HSV(B)62.73º53.01%65.1%-
XYZ29.9135.512.48-
YUV154.7784.67133.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=39.90%
G=40.89%
B=19.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162166780.0200.530.3562.7336.0747.84
HexA2A64E2035233f2430
Octal242246116206543774460
Binary10100010101001101001110100110101100011111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A64E; }

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

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

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

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

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

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

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

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