#A6BAA9

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

Shades of Gum Leaf #A6BAA9

Tints of Gum Leaf #A6BAA9

Color information

#A6BAA9 (or 0xA6BAA9) is unknown color: approx Gum Leaf. HEX triplet: A6, BA and A9. RGB value is (166,186,169). Sum of RGB (Red+Green+Blue) = 166+186+169=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA9 is #594556. Grayscale: #B2B2B2. Windows color (decimal): -5850455 or 11123366. OLE color: 11123366.

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

Color convert

RGB166186169-
CMYK0.1100.090.27
HSL129º12.66%69.02%-
HSV(B)129º10.75%72.94%-
XYZ40.4546.0944.3-
YUV178.08122.87119.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=31.86%
G=35.70%
B=32.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861690.1100.090.2712912.6669.02
HexA6BAA9B091B81d45
Octal246272251130113320115105
Binary101001101011101010101001101101001110111000000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAA9; }

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

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

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

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

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

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

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

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