#A6A965

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

Shades of Green Smoke #A6A965

Tints of Green Smoke #A6A965

Color information

#A6A965 (or 0xA6A965) is unknown color: approx Green Smoke. HEX triplet: A6, A9 and 65. RGB value is (166,169,101). Sum of RGB (Red+Green+Blue) = 166+169+101=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A965 is #59569A. Grayscale: #A0A0A0. Windows color (decimal): -5854875 or 6662566. OLE color: 6662566.

HSL color Cylindrical-coordinate representation of color #A6A965: hue angle of 62.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A965 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB166169101-
CMYK0.0200.400.34
HSL62.65º28.33%52.94%-
HSV(B)62.65º40.24%66.27%-
XYZ32.2637.4217.83-
YUV160.3594.51132.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=38.07%
G=38.76%
B=23.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661691010.0200.400.3462.6528.3352.94
HexA6A9652028223f1c35
Octal246251145205042773465
Binary1010011010101001110010110010100010001011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A965; }

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

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

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

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

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

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

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

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