#A6BBAB

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

Shades of Gum Leaf #A6BBAB

Tints of Gum Leaf #A6BBAB

Color information

#A6BBAB (or 0xA6BBAB) is unknown color: approx Gum Leaf. HEX triplet: A6, BB and AB. RGB value is (166,187,171). Sum of RGB (Red+Green+Blue) = 166+187+171=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBAB is #594454. Grayscale: #B2B2B2. Windows color (decimal): -5850197 or 11254694. OLE color: 11254694.

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

Color convert

RGB166187171-
CMYK0.1100.090.27
HSL134.29º13.38%69.22%-
HSV(B)134.29º11.23%73.33%-
XYZ40.8546.5945.37-
YUV178.9123.54118.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=31.68%
G=35.69%
B=32.63%

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
Decimal1661871710.1100.090.27134.2913.3869.22
HexA6BBABB091B86d45
Octal246273253130113320615105
Binary101001101011101110101011101101001110111000011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBAB; }

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

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

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

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

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

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

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

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