#A0AA66

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

Shades of Green Smoke #A0AA66

Tints of Green Smoke #A0AA66

Color information

#A0AA66 (or 0xA0AA66) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 66. RGB value is (160,170,102). Sum of RGB (Red+Green+Blue) = 160+170+102=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA66 is #5F5599. Grayscale: #9F9F9F. Windows color (decimal): -6247834 or 6728352. OLE color: 6728352.

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

Color convert

RGB160170102-
CMYK0.0600.40.33
HSL68.82º28.57%53.33%-
HSV(B)68.82º40%66.67%-
XYZ31.2737.1818.1-
YUV159.2695.69128.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=37.04%
G=39.35%
B=23.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701020.0600.40.3368.8228.5753.33
HexA0AA66602821451d35
Octal2402521466050411053565
Binary101000001010101011001101100101000100001100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA66; }

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

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

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

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

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

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

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

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