#A1BBA6

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

Shades of Gum Leaf #A1BBA6

Tints of Gum Leaf #A1BBA6

Color information

#A1BBA6 (or 0xA1BBA6) is unknown color: approx Gum Leaf. HEX triplet: A1, BB and A6. RGB value is (161,187,166). Sum of RGB (Red+Green+Blue) = 161+187+166=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BBA6 is #5E4459. Grayscale: #B0B0B0. Windows color (decimal): -6177882 or 10927009. OLE color: 10927009.

HSL color Cylindrical-coordinate representation of color #A1BBA6: hue angle of 131.54º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BBA6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB161187166-
CMYK0.1400.110.27
HSL131.54º16.05%68.24%-
HSV(B)131.54º13.9%73.33%-
XYZ39.3545.8742.86-
YUV176.83121.89116.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 166 (65.23% from 255) = 32.30%
R=31.32%
G=36.38%
B=32.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871660.1400.110.27131.5416.0568.24
HexA1BBA6E0B1B841044
Octal241273246160133320420104
Binary1010000110111011101001101110010111101110000100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBA6; }

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

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

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

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

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

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

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

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