#A6BBAC

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

Shades of Gum Leaf #A6BBAC

Tints of Gum Leaf #A6BBAC

Color information

#A6BBAC (or 0xA6BBAC) is unknown color: approx Gum Leaf. HEX triplet: A6, BB and AC. RGB value is (166,187,172). Sum of RGB (Red+Green+Blue) = 166+187+172=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBAC is #594453. Grayscale: #B3B3B3. Windows color (decimal): -5850196 or 11320230. OLE color: 11320230.

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

Color convert

RGB166187172-
CMYK0.1100.080.27
HSL137.14º13.38%69.22%-
HSV(B)137.14º11.23%73.33%-
XYZ40.9446.6345.87-
YUV179.01124.04118.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=31.62%
G=35.62%
B=32.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661871720.1100.080.27137.1413.3869.22
HexA6BBACB081B89d45
Octal246273254130103321115105
Binary101001101011101110101100101101000110111000100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBAC; }

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

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

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

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

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

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

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

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