#A6A86D

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

Shades of Green Smoke #A6A86D

Tints of Green Smoke #A6A86D

Color information

#A6A86D (or 0xA6A86D) is unknown color: approx Green Smoke. HEX triplet: A6, A8 and 6D. RGB value is (166,168,109). Sum of RGB (Red+Green+Blue) = 166+168+109=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A86D is #595792. Grayscale: #A0A0A0. Windows color (decimal): -5855123 or 7186598. OLE color: 7186598.

HSL color Cylindrical-coordinate representation of color #A6A86D: hue angle of 62.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6A86D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB166168109-
CMYK0.0100.350.34
HSL62.03º25.32%54.31%-
HSV(B)62.03º35.12%65.88%-
XYZ32.4937.2219.94-
YUV160.6898.84131.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=37.47%
G=37.92%
B=24.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661681090.0100.350.3462.0325.3254.31
HexA6A86D1023223e1936
Octal246250155104342763166
Binary101001101010100011011011010001110001011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A86D; }

 p { color: rgb(166,168,109); }

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

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

 a { background-color: rgb(166,168,109); }

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

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

 span { border-color: rgb(166,168,109); }

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