#A6A969

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

Shades of Green Smoke #A6A969

Tints of Green Smoke #A6A969

Color information

#A6A969 (or 0xA6A969) is unknown color: approx Green Smoke. HEX triplet: A6, A9 and 69. RGB value is (166,169,105). Sum of RGB (Red+Green+Blue) = 166+169+105=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A969 is #595696. Grayscale: #A1A1A1. Windows color (decimal): -5854871 or 6924710. OLE color: 6924710.

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

Color convert

RGB166169105-
CMYK0.0200.380.34
HSL62.81º27.12%53.73%-
HSV(B)62.81º37.87%66.27%-
XYZ32.4637.518.89-
YUV160.8196.51131.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=37.73%
G=38.41%
B=23.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661691050.0200.380.3462.8127.1253.73
HexA6A9692026223f1b36
Octal246251151204642773366
Binary1010011010101001110100110010011010001011111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A969; }

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

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

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

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

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

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

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

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