#A6A163

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

Shades of Green Smoke #A6A163

Tints of Green Smoke #A6A163

Color information

#A6A163 (or 0xA6A163) is unknown color: approx Green Smoke. HEX triplet: A6, A1 and 63. RGB value is (166,161,99). Sum of RGB (Red+Green+Blue) = 166+161+99=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A163 is #595E9C. Grayscale: #9B9B9B. Windows color (decimal): -5856925 or 6529446. OLE color: 6529446.

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

Color convert

RGB16616199-
CMYK00.030.400.35
HSL55.52º27.35%51.96%-
HSV(B)55.52º40.36%65.1%-
XYZ30.7234.516.84-
YUV155.4396.16135.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=38.97%
G=37.79%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661619900.030.400.3555.5227.3551.96
HexA6A163032823381b34
Octal246241143035043703364
Binary1010011010100001110001101110100010001111100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A163; }

 p { color: rgb(166,161,99); }

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

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

 a { background-color: rgb(166,161,99); }

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

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

 span { border-color: rgb(166,161,99); }

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