#A0AB56

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

Shades of Green Smoke #A0AB56

Tints of Green Smoke #A0AB56

Color information

#A0AB56 (or 0xA0AB56) is unknown color: approx Green Smoke. HEX triplet: A0, AB and 56. RGB value is (160,171,86). Sum of RGB (Red+Green+Blue) = 160+171+86=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB56 is #5F54A9. Grayscale: #9E9E9E. Windows color (decimal): -6247594 or 5680032. OLE color: 5680032.

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

Color convert

RGB16017186-
CMYK0.0600.500.33
HSL67.76º33.6%50.39%-
HSV(B)67.76º49.71%67.06%-
XYZ30.7437.2714.38-
YUV158.0287.36129.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=38.37%
G=41.01%
B=20.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171860.0600.500.3367.7633.650.39
HexA0AB56603221442232
Octal2402531266062411044262
Binary1010000010101011101011011001100101000011000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB56; }

 p { color: rgb(160,171,86); }

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

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

 a { background-color: rgb(160,171,86); }

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

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

 span { border-color: rgb(160,171,86); }

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