#A6AB5E

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

Shades of Green Smoke #A6AB5E

Tints of Green Smoke #A6AB5E

Color information

#A6AB5E (or 0xA6AB5E) is unknown color: approx Green Smoke. HEX triplet: A6, AB and 5E. RGB value is (166,171,94). Sum of RGB (Red+Green+Blue) = 166+171+94=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB5E is #5954A1. Grayscale: #A1A1A1. Windows color (decimal): -5854370 or 6204326. OLE color: 6204326.

HSL color Cylindrical-coordinate representation of color #A6AB5E: hue angle of 63.9º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6AB5E is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB16617194-
CMYK0.0300.450.33
HSL63.9º31.43%51.96%-
HSV(B)63.9º45.03%67.06%-
XYZ32.3138.0416.23-
YUV160.7390.34131.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=38.52%
G=39.68%
B=21.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171940.0300.450.3363.931.4351.96
HexA6AB5E302D21401f34
Octal2462531363055411003764
Binary10100110101010111011110110101101100001100000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB5E; }

 p { color: rgb(166,171,94); }

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

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

 a { background-color: rgb(166,171,94); }

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

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

 span { border-color: rgb(166,171,94); }

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