#A6A565

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

Shades of Green Smoke #A6A565

Tints of Green Smoke #A6A565

Color information

#A6A565 (or 0xA6A565) is unknown color: approx Green Smoke. HEX triplet: A6, A5 and 65. RGB value is (166,165,101). Sum of RGB (Red+Green+Blue) = 166+165+101=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A565 is #595A9A. Grayscale: #9E9E9E. Windows color (decimal): -5855899 or 6661542. OLE color: 6661542.

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

Color convert

RGB166165101-
CMYK00.010.390.35
HSL59.08º26.75%52.35%-
HSV(B)59.08º39.16%65.1%-
XYZ31.5335.9617.59-
YUV15895.83133.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=38.43%
G=38.19%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616510100.010.390.3559.0826.7552.35
HexA6A5650127233b1b34
Octal246245145014743733364
Binary101001101010010111001010110011110001111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A565; }

 p { color: rgb(166,165,101); }

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

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

 a { background-color: rgb(166,165,101); }

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

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

 span { border-color: rgb(166,165,101); }

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