#a8aa66

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

Shades of Green Smoke #A8AA66

Tints of Green Smoke #A8AA66

Color information

#A8AA66 (or 0xA8AA66) is unknown color: approx Green Smoke. HEX triplet: A8, AA and 66. RGB value is (168,170,102). Sum of RGB (Red+Green+Blue) = 168+170+102=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA66 is #575599. Grayscale: #A1A1A1. Windows color (decimal): -5723546 or 6728360. OLE color: 6728360.

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

Color convert

RGB168170102-
CMYK0.0100.40.33
HSL61.76º28.57%53.33%-
HSV(B)61.76º40%66.67%-
XYZ32.9238.0318.18-
YUV161.6594.34132.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=38.18%
G=38.64%
B=23.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701020.0100.40.3361.7628.5753.33
HexA8AA661028213e1d35
Octal250252146105041763565
Binary101010001010101011001101010100010000111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8aa66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8aa66; }

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

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

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

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

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

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

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

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