#A0A856

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

Shades of Green Smoke #A0A856

Tints of Green Smoke #A0A856

Color information

#A0A856 (or 0xA0A856) is unknown color: approx Green Smoke. HEX triplet: A0, A8 and 56. RGB value is (160,168,86). Sum of RGB (Red+Green+Blue) = 160+168+86=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A856 is #5F57A9. Grayscale: #9C9C9C. Windows color (decimal): -6248362 or 5679264. OLE color: 5679264.

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

Color convert

RGB16016886-
CMYK0.0500.490.34
HSL65.85º32.28%49.8%-
HSV(B)65.85º48.81%65.88%-
XYZ30.1836.1514.19-
YUV156.2688.35130.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=38.65%
G=40.58%
B=20.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168860.0500.490.3465.8532.2849.8
HexA0A856503122422032
Octal2402501265061421024062
Binary1010000010101000101011010101100011000101000010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A856; }

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

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

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

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

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

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

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

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