#A6A363

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

Shades of Green Smoke #A6A363

Tints of Green Smoke #A6A363

Color information

#A6A363 (or 0xA6A363) is unknown color: approx Green Smoke. HEX triplet: A6, A3 and 63. RGB value is (166,163,99). Sum of RGB (Red+Green+Blue) = 166+163+99=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A363 is #595C9C. Grayscale: #9C9C9C. Windows color (decimal): -5856413 or 6529958. OLE color: 6529958.

HSL color Cylindrical-coordinate representation of color #A6A363: hue angle of 57.31º 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 #A6A363 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16616399-
CMYK00.020.400.35
HSL57.31º27.35%51.96%-
HSV(B)57.31º40.36%65.1%-
XYZ31.0835.216.96-
YUV156.695.49134.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=38.79%
G=38.08%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661639900.020.400.3557.3127.3551.96
HexA6A363022823391b34
Octal246243143025043713364
Binary1010011010100011110001101010100010001111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A363; }

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

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

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

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

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

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

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

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