#A7AA66

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

Shades of Green Smoke #A7AA66

Tints of Green Smoke #A7AA66

Color information

#A7AA66 (or 0xA7AA66) is unknown color: approx Green Smoke. HEX triplet: A7, AA and 66. RGB value is (167,170,102). Sum of RGB (Red+Green+Blue) = 167+170+102=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA66 is #585599. Grayscale: #A1A1A1. Windows color (decimal): -5789082 or 6728359. OLE color: 6728359.

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

Color convert

RGB167170102-
CMYK0.0200.40.33
HSL62.65º28.57%53.33%-
HSV(B)62.65º40%66.67%-
XYZ32.7137.9218.17-
YUV161.3594.51132.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=38.04%
G=38.72%
B=23.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671701020.0200.40.3362.6528.5753.33
HexA7AA662028213f1d35
Octal247252146205041773565
Binary1010011110101010110011010010100010000111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA66; }

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

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

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

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

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

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

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

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