#A6A869

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

Shades of Green Smoke #A6A869

Tints of Green Smoke #A6A869

Color information

#A6A869 (or 0xA6A869) is unknown color: approx Green Smoke. HEX triplet: A6, A8 and 69. RGB value is (166,168,105). Sum of RGB (Red+Green+Blue) = 166+168+105=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A869 is #595796. Grayscale: #A0A0A0. Windows color (decimal): -5855127 or 6924454. OLE color: 6924454.

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

Color convert

RGB166168105-
CMYK0.0100.380.34
HSL61.9º26.58%53.53%-
HSV(B)61.9º37.5%65.88%-
XYZ32.2837.1318.83-
YUV160.2296.84132.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=37.81%
G=38.27%
B=23.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661681050.0100.380.3461.926.5853.53
HexA6A8691026223e1b36
Octal246250151104642763366
Binary101001101010100011010011010011010001011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A869; }

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

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

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

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

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

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

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

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