#A7AA64

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

Shades of Green Smoke #A7AA64

Tints of Green Smoke #A7AA64

Color information

#A7AA64 (or 0xA7AA64) is unknown color: approx Green Smoke. HEX triplet: A7, AA and 64. RGB value is (167,170,100). Sum of RGB (Red+Green+Blue) = 167+170+100=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA64 is #58559B. Grayscale: #A1A1A1. Windows color (decimal): -5789084 or 6597287. OLE color: 6597287.

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

Color convert

RGB167170100-
CMYK0.0200.410.33
HSL62.57º29.17%52.94%-
HSV(B)62.57º41.18%66.67%-
XYZ32.6137.8917.65-
YUV161.1293.51132.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=38.22%
G=38.90%
B=22.88%

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
Decimal1671701000.0200.410.3362.5729.1752.94
HexA7AA642029213f1d35
Octal247252144205141773565
Binary1010011110101010110010010010100110000111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA64; }

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

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

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

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

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

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

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

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