#A0A972

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

Shades of Green Smoke #A0A972

Tints of Green Smoke #A0A972

Color information

#A0A972 (or 0xA0A972) is unknown color: approx Green Smoke. HEX triplet: A0, A9 and 72. RGB value is (160,169,114). Sum of RGB (Red+Green+Blue) = 160+169+114=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A972 is #5F568D. Grayscale: #A0A0A0. Windows color (decimal): -6248078 or 7514528. OLE color: 7514528.

HSL color Cylindrical-coordinate representation of color #A0A972: hue angle of 69.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A972 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB160169114-
CMYK0.0500.330.34
HSL69.82º24.23%55.49%-
HSV(B)69.82º32.54%66.27%-
XYZ31.7237.0621.4-
YUV160.04102.02127.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=36.12%
G=38.15%
B=25.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601691140.0500.330.3469.8224.2355.49
HexA0A972502122461837
Octal2402511625041421063067
Binary101000001010100111100101010100001100010100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A972; }

 p { color: rgb(160,169,114); }

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

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

 a { background-color: rgb(160,169,114); }

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

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

 span { border-color: rgb(160,169,114); }

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