#AABFAF

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

Shades of Gum Leaf #AABFAF

Tints of Gum Leaf #AABFAF

Color information

#AABFAF (or 0xAABFAF) is unknown color: approx Gum Leaf. HEX triplet: AA, BF and AF. RGB value is (170,191,175). Sum of RGB (Red+Green+Blue) = 170+191+175=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAF is #554050. Grayscale: #B6B6B6. Windows color (decimal): -5587025 or 11517866. OLE color: 11517866.

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

Color convert

RGB170191175-
CMYK0.1100.080.25
HSL134.29º14.09%70.78%-
HSV(B)134.29º10.99%74.9%-
XYZ42.9548.947.73-
YUV182.9123.54118.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=31.72%
G=35.63%
B=32.65%

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
Decimal1701911750.1100.080.25134.2914.0970.78
HexAABFAFB081986e47
Octal252277257130103120616107
Binary101010101011111110101111101101000110011000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFAF; }

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

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

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

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

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

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

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

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