#A6AA62

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

Shades of Green Smoke #A6AA62

Tints of Green Smoke #A6AA62

Color information

#A6AA62 (or 0xA6AA62) is unknown color: approx Green Smoke. HEX triplet: A6, AA and 62. RGB value is (166,170,98). Sum of RGB (Red+Green+Blue) = 166+170+98=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA62 is #59559D. Grayscale: #A0A0A0. Windows color (decimal): -5854622 or 6466214. OLE color: 6466214.

HSL color Cylindrical-coordinate representation of color #A6AA62: hue angle of 63.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6AA62 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB16617098-
CMYK0.0200.420.33
HSL63.33º29.75%52.55%-
HSV(B)63.33º42.35%66.67%-
XYZ32.3137.7417.14-
YUV160.692.67131.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=38.25%
G=39.17%
B=22.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166170980.0200.420.3363.3329.7552.55
HexA6AA62202A213f1e35
Octal246252142205241773665
Binary1010011010101010110001010010101010000111111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA62; }

 p { color: rgb(166,170,98); }

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

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

 a { background-color: rgb(166,170,98); }

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

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

 span { border-color: rgb(166,170,98); }

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