#AABFB0

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

Shades of Gum Leaf #AABFB0

Tints of Gum Leaf #AABFB0

Color information

#AABFB0 (or 0xAABFB0) is unknown color: approx Gum Leaf. HEX triplet: AA, BF and B0. RGB value is (170,191,176). Sum of RGB (Red+Green+Blue) = 170+191+176=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFB0 is #55404F. Grayscale: #B7B7B7. Windows color (decimal): -5587024 or 11583402. OLE color: 11583402.

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

Color convert

RGB170191176-
CMYK0.1100.080.25
HSL137.14º14.09%70.78%-
HSV(B)137.14º10.99%74.9%-
XYZ43.0448.9448.25-
YUV183.01124.04118.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=31.66%
G=35.57%
B=32.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911760.1100.080.25137.1414.0970.78
HexAABFB0B081989e47
Octal252277260130103121116107
Binary101010101011111110110000101101000110011000100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB0; }

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

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

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

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

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

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

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

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