#A6AA64

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

Shades of Green Smoke #A6AA64

Tints of Green Smoke #A6AA64

Color information

#A6AA64 (or 0xA6AA64) is unknown color: approx Green Smoke. HEX triplet: A6, AA and 64. RGB value is (166,170,100). Sum of RGB (Red+Green+Blue) = 166+170+100=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA64 is #59559B. Grayscale: #A1A1A1. Windows color (decimal): -5854620 or 6597286. OLE color: 6597286.

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

Color convert

RGB166170100-
CMYK0.0200.410.33
HSL63.43º29.17%52.94%-
HSV(B)63.43º41.18%66.67%-
XYZ32.437.7817.64-
YUV160.8293.67131.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=38.07%
G=38.99%
B=22.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701000.0200.410.3363.4329.1752.94
HexA6AA642029213f1d35
Octal246252144205141773565
Binary1010011010101010110010010010100110000111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA64; }

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

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

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

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

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

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

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

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