#A0A956

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

Shades of Green Smoke #A0A956

Tints of Green Smoke #A0A956

Color information

#A0A956 (or 0xA0A956) is unknown color: approx Green Smoke. HEX triplet: A0, A9 and 56. RGB value is (160,169,86). Sum of RGB (Red+Green+Blue) = 160+169+86=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A956 is #5F56A9. Grayscale: #9D9D9D. Windows color (decimal): -6248106 or 5679520. OLE color: 5679520.

HSL color Cylindrical-coordinate representation of color #A0A956: hue angle of 66.51º degrees, saturation: 0.33, 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 #A0A956 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16016986-
CMYK0.0500.490.34
HSL66.51º32.55%50%-
HSV(B)66.51º49.11%66.27%-
XYZ30.3636.5214.25-
YUV156.8588.02130.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=38.55%
G=40.72%
B=20.72%

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
Decimal160169860.0500.490.3466.5132.5550
HexA0A956503122432132
Octal2402511265061421034162
Binary1010000010101001101011010101100011000101000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A956; }

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

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

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

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

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

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

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

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