#A0AA63

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

Shades of Green Smoke #A0AA63

Tints of Green Smoke #A0AA63

Color information

#A0AA63 (or 0xA0AA63) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 63. RGB value is (160,170,99). Sum of RGB (Red+Green+Blue) = 160+170+99=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA63 is #5F559C. Grayscale: #9F9F9F. Windows color (decimal): -6247837 or 6531744. OLE color: 6531744.

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

Color convert

RGB16017099-
CMYK0.0600.420.33
HSL68.45º29.46%52.75%-
HSV(B)68.45º41.76%66.67%-
XYZ31.1237.1217.33-
YUV158.9294.19128.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=37.30%
G=39.63%
B=23.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170990.0600.420.3368.4529.4652.75
HexA0AA63602A21441d35
Octal2402521436052411043565
Binary101000001010101011000111100101010100001100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA63; }

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

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

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

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

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

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

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

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