#A6BBAD

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

Shades of Gum Leaf #A6BBAD

Tints of Gum Leaf #A6BBAD

Color information

#A6BBAD (or 0xA6BBAD) is unknown color: approx Gum Leaf. HEX triplet: A6, BB and AD. RGB value is (166,187,173). Sum of RGB (Red+Green+Blue) = 166+187+173=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBAD is #594452. Grayscale: #B3B3B3. Windows color (decimal): -5850195 or 11385766. OLE color: 11385766.

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

Color convert

RGB166187173-
CMYK0.1100.070.27
HSL140º13.38%69.22%-
HSV(B)140º11.23%73.33%-
XYZ41.0446.6646.38-
YUV179.12124.54118.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=31.56%
G=35.55%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661871730.1100.070.2714013.3869.22
HexA6BBADB071B8cd45
Octal24627325513073321415105
Binary10100110101110111010110110110111110111000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBAD; }

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

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

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

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

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

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

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

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