#A0A855

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

Shades of Green Smoke #A0A855

Tints of Green Smoke #A0A855

Color information

#A0A855 (or 0xA0A855) is unknown color: approx Green Smoke. HEX triplet: A0, A8 and 55. RGB value is (160,168,85). Sum of RGB (Red+Green+Blue) = 160+168+85=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A855 is #5F57AA. Grayscale: #9C9C9C. Windows color (decimal): -6248363 or 5613728. OLE color: 5613728.

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

Color convert

RGB16016885-
CMYK0.0500.490.34
HSL65.78º32.81%49.61%-
HSV(B)65.78º49.4%65.88%-
XYZ30.1436.1313.98-
YUV156.1587.85130.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 85 (33.59% from 255) = 20.58%
R=38.74%
G=40.68%
B=20.58%

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
Decimal160168850.0500.490.3465.7832.8149.61
HexA0A855503122422132
Octal2402501255061421024162
Binary1010000010101000101010110101100011000101000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A855; }

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

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

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

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

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

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

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

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