#A0A850

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

Shades of Green Smoke #A0A850

Tints of Green Smoke #A0A850

Color information

#A0A850 (or 0xA0A850) is unknown color: approx Green Smoke. HEX triplet: A0, A8 and 50. RGB value is (160,168,80). Sum of RGB (Red+Green+Blue) = 160+168+80=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A850 is #5F57AF. Grayscale: #9B9B9B. Windows color (decimal): -6248368 or 5286048. OLE color: 5286048.

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

Color convert

RGB16016880-
CMYK0.0500.520.34
HSL65.45º35.48%48.63%-
HSV(B)65.45º52.38%65.88%-
XYZ29.9536.0612.97-
YUV155.5885.35131.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 168 (66.02% from 255) = 41.18%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=39.22%
G=41.18%
B=19.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168800.0500.520.3465.4535.4848.63
HexA0A850503422412331
Octal2402501205064421014361
Binary1010000010101000101000010101101001000101000001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A850; }

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

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

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

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

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

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

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

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