#A6BAA8

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

Shades of Gum Leaf #A6BAA8

Tints of Gum Leaf #A6BAA8

Color information

#A6BAA8 (or 0xA6BAA8) is unknown color: approx Gum Leaf. HEX triplet: A6, BA and A8. RGB value is (166,186,168). Sum of RGB (Red+Green+Blue) = 166+186+168=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA8 is #594557. Grayscale: #B2B2B2. Windows color (decimal): -5850456 or 11057830. OLE color: 11057830.

HSL color Cylindrical-coordinate representation of color #A6BAA8: hue angle of 126º 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 #A6BAA8 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB166186168-
CMYK0.1100.100.27
HSL126º12.66%69.02%-
HSV(B)126º10.75%72.94%-
XYZ40.3546.0543.81-
YUV177.97122.37119.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=31.92%
G=35.77%
B=32.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861680.1100.100.2712612.6669.02
HexA6BAA8B0A1B7ed45
Octal246272250130123317615105
Binary10100110101110101010100010110101011011111111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAA8; }

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

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

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

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

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

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

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

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