#A0A950

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

Shades of Green Smoke #A0A950

Tints of Green Smoke #A0A950

Color information

#A0A950 (or 0xA0A950) is unknown color: approx Green Smoke. HEX triplet: A0, A9 and 50. RGB value is (160,169,80). Sum of RGB (Red+Green+Blue) = 160+169+80=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A950 is #5F56AF. Grayscale: #9C9C9C. Windows color (decimal): -6248112 or 5286304. OLE color: 5286304.

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

Color convert

RGB16016980-
CMYK0.0500.530.34
HSL66.07º35.74%48.82%-
HSV(B)66.07º52.66%66.27%-
XYZ30.1336.4313.03-
YUV156.1685.02130.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 169 (66.41% from 255) = 41.32%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=39.12%
G=41.32%
B=19.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160169800.0500.530.3466.0735.7448.82
HexA0A950503522422431
Octal2402511205065421024461
Binary1010000010101001101000010101101011000101000010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A950; }

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

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

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

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

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

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

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

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