#A6B9A9

Color #A6B9A9 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A6B9A9

Tints of Gum Leaf #A6B9A9

Color information

#A6B9A9 (or 0xA6B9A9) is unknown color: approx Gum Leaf. HEX triplet: A6, B9 and A9. RGB value is (166,185,169). Sum of RGB (Red+Green+Blue) = 166+185+169=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9A9 is #594656. Grayscale: #B1B1B1. Windows color (decimal): -5850711 or 11123110. OLE color: 11123110.

HSL color Cylindrical-coordinate representation of color #A6B9A9: hue angle of 129.47º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B9A9 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB166185169-
CMYK0.1000.090.27
HSL129.47º11.95%68.82%-
HSV(B)129.47º10.27%72.55%-
XYZ40.2445.6744.23-
YUV177.49123.21119.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=31.92%
G=35.58%
B=32.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851690.1000.090.27129.4711.9568.82
HexA6B9A9A091B81c45
Octal246271251120113320114105
Binary101001101011100110101001101001001110111000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9A9; }

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

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

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

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

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

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

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

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