#A0A661

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

Shades of Green Smoke #A0A661

Tints of Green Smoke #A0A661

Color information

#A0A661 (or 0xA0A661) is unknown color: approx Green Smoke. HEX triplet: A0, A6 and 61. RGB value is (160,166,97). Sum of RGB (Red+Green+Blue) = 160+166+97=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A661 is #5F599E. Grayscale: #9C9C9C. Windows color (decimal): -6248863 or 6399648. OLE color: 6399648.

HSL color Cylindrical-coordinate representation of color #A0A661: hue angle of 65.22º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0A661 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16016697-
CMYK0.0400.420.35
HSL65.22º27.94%51.57%-
HSV(B)65.22º41.57%65.1%-
XYZ30.2935.6116.59-
YUV156.3494.51130.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=37.83%
G=39.24%
B=22.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166970.0400.420.3565.2227.9451.57
HexA0A661402A23411c34
Octal2402461414052431013464
Binary101000001010011011000011000101010100011100000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A661; }

 p { color: rgb(160,166,97); }

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

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

 a { background-color: rgb(160,166,97); }

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

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

 span { border-color: rgb(160,166,97); }

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