#A0A355

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

Shades of Green Smoke #A0A355

Tints of Green Smoke #A0A355

Color information

#A0A355 (or 0xA0A355) is unknown color: approx Green Smoke. HEX triplet: A0, A3 and 55. RGB value is (160,163,85). Sum of RGB (Red+Green+Blue) = 160+163+85=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A355 is #5F5CAA. Grayscale: #999999. Windows color (decimal): -6249643 or 5612448. OLE color: 5612448.

HSL color Cylindrical-coordinate representation of color #A0A355: hue angle of 62.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0A355 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16016385-
CMYK0.0200.480.36
HSL62.31º31.45%48.63%-
HSV(B)62.31º47.85%63.92%-
XYZ29.2334.3213.68-
YUV153.2189.51132.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=39.22%
G=39.95%
B=20.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160163850.0200.480.3662.3131.4548.63
HexA0A3552030243e1f31
Octal240243125206044763761
Binary1010000010100011101010110011000010010011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A355; }

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

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

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

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

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

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

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

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