#A0A756

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

Shades of Green Smoke #A0A756

Tints of Green Smoke #A0A756

Color information

#A0A756 (or 0xA0A756) is unknown color: approx Green Smoke. HEX triplet: A0, A7 and 56. RGB value is (160,167,86). Sum of RGB (Red+Green+Blue) = 160+167+86=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A756 is #5F58A9. Grayscale: #9B9B9B. Windows color (decimal): -6248618 or 5679008. OLE color: 5679008.

HSL color Cylindrical-coordinate representation of color #A0A756: hue angle of 65.19º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0A756 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16016786-
CMYK0.0400.490.35
HSL65.19º32.02%49.61%-
HSV(B)65.19º48.5%65.49%-
XYZ3035.7814.13-
YUV155.6788.68131.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=38.74%
G=40.44%
B=20.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160167860.0400.490.3565.1932.0249.61
HexA0A756403123412032
Octal2402471264061431014062
Binary1010000010100111101011010001100011000111000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A756; }

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

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

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

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

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

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

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

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