#A2A966

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

Shades of Green Smoke #A2A966

Tints of Green Smoke #A2A966

Color information

#A2A966 (or 0xA2A966) is unknown color: approx Green Smoke. HEX triplet: A2, A9 and 66. RGB value is (162,169,102). Sum of RGB (Red+Green+Blue) = 162+169+102=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A966 is #5D5699. Grayscale: #9F9F9F. Windows color (decimal): -6117018 or 6728098. OLE color: 6728098.

HSL color Cylindrical-coordinate representation of color #A2A966: hue angle of 66.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2A966 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB162169102-
CMYK0.0400.400.34
HSL66.27º28.03%53.14%-
HSV(B)66.27º39.64%66.27%-
XYZ31.4937.0218.06-
YUV159.2795.68129.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=37.41%
G=39.03%
B=23.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621691020.0400.400.3466.2728.0353.14
HexA2A966402822421c35
Octal2422511464050421023465
Binary101000101010100111001101000101000100010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A966; }

 p { color: rgb(162,169,102); }

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

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

 a { background-color: rgb(162,169,102); }

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

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

 span { border-color: rgb(162,169,102); }

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