#A0AA6A

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

Shades of Green Smoke #A0AA6A

Tints of Green Smoke #A0AA6A

Color information

#A0AA6A (or 0xA0AA6A) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 6A. RGB value is (160,170,106). Sum of RGB (Red+Green+Blue) = 160+170+106=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA6A is #5F5595. Grayscale: #9F9F9F. Windows color (decimal): -6247830 or 6990496. OLE color: 6990496.

HSL color Cylindrical-coordinate representation of color #A0AA6A: hue angle of 69.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0AA6A is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB160170106-
CMYK0.0600.380.33
HSL69.38º27.35%54.12%-
HSV(B)69.38º37.65%66.67%-
XYZ31.4737.2619.17-
YUV159.7197.69128.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=36.70%
G=38.99%
B=24.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701060.0600.380.3369.3827.3554.12
HexA0AA6A602621451b36
Octal2402521526046411053366
Binary101000001010101011010101100100110100001100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA6A; }

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

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

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

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

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

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

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

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