#A0AA5D

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

Shades of Green Smoke #A0AA5D

Tints of Green Smoke #A0AA5D

Color information

#A0AA5D (or 0xA0AA5D) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 5D. RGB value is (160,170,93). Sum of RGB (Red+Green+Blue) = 160+170+93=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA5D is #5F55A2. Grayscale: #9E9E9E. Windows color (decimal): -6247843 or 6138528. OLE color: 6138528.

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

Color convert

RGB16017093-
CMYK0.0600.450.33
HSL67.79º31.17%51.57%-
HSV(B)67.79º45.29%66.67%-
XYZ30.8537.0115.87-
YUV158.2391.19129.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=37.83%
G=40.19%
B=21.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170930.0600.450.3367.7931.1751.57
HexA0AA5D602D21441f34
Octal2402521356055411043764
Binary101000001010101010111011100101101100001100010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA5D; }

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

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

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

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

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

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

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

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