#A6B9AB

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

Shades of Gum Leaf #A6B9AB

Tints of Gum Leaf #A6B9AB

Color information

#A6B9AB (or 0xA6B9AB) is unknown color: approx Gum Leaf. HEX triplet: A6, B9 and AB. RGB value is (166,185,171). Sum of RGB (Red+Green+Blue) = 166+185+171=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9AB is #594654. Grayscale: #B1B1B1. Windows color (decimal): -5850709 or 11254182. OLE color: 11254182.

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

Color convert

RGB166185171-
CMYK0.1000.080.27
HSL135.79º11.95%68.82%-
HSV(B)135.79º10.27%72.55%-
XYZ40.4345.7545.23-
YUV177.72124.21119.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=31.80%
G=35.44%
B=32.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851710.1000.080.27135.7911.9568.82
HexA6B9ABA081B88c45
Octal246271253120103321014105
Binary101001101011100110101011101001000110111000100011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9AB; }

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

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

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

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

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

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

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

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