#A6A260

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

Shades of Green Smoke #A6A260

Tints of Green Smoke #A6A260

Color information

#A6A260 (or 0xA6A260) is unknown color: approx Green Smoke. HEX triplet: A6, A2 and 60. RGB value is (166,162,96). Sum of RGB (Red+Green+Blue) = 166+162+96=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A260 is #595D9F. Grayscale: #9B9B9B. Windows color (decimal): -5856672 or 6333094. OLE color: 6333094.

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

Color convert

RGB16616296-
CMYK00.020.420.35
HSL56.57º28.23%51.37%-
HSV(B)56.57º42.17%65.1%-
XYZ30.7634.7916.16-
YUV155.6794.33135.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=39.15%
G=38.21%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661629600.020.420.3556.5728.2351.37
HexA6A260022A23391c33
Octal246242140025243713463
Binary1010011010100010110000001010101010001111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A260; }

 p { color: rgb(166,162,96); }

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

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

 a { background-color: rgb(166,162,96); }

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

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

 span { border-color: rgb(166,162,96); }

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