#AABFB1

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

Shades of Gum Leaf #AABFB1

Tints of Gum Leaf #AABFB1

Color information

#AABFB1 (or 0xAABFB1) is unknown color: approx Gum Leaf. HEX triplet: AA, BF and B1. RGB value is (170,191,177). Sum of RGB (Red+Green+Blue) = 170+191+177=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFB1 is #55404E. Grayscale: #B7B7B7. Windows color (decimal): -5587023 or 11648938. OLE color: 11648938.

HSL color Cylindrical-coordinate representation of color #AABFB1: hue angle of 140º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB1 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB170191177-
CMYK0.1100.070.25
HSL140º14.09%70.78%-
HSV(B)140º10.99%74.9%-
XYZ43.1448.9848.78-
YUV183.12124.54118.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=31.60%
G=35.50%
B=32.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911770.1100.070.2514014.0970.78
HexAABFB1B07198ce47
Octal25227726113073121416107
Binary10101010101111111011000110110111110011000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB1; }

 p { color: rgb(170,191,177); }

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

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

 a { background-color: rgb(170,191,177); }

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

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

 span { border-color: rgb(170,191,177); }

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