#AABFAC

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

Shades of Gum Leaf #AABFAC

Tints of Gum Leaf #AABFAC

Color information

#AABFAC (or 0xAABFAC) is unknown color: approx Gum Leaf. HEX triplet: AA, BF and AC. RGB value is (170,191,172). Sum of RGB (Red+Green+Blue) = 170+191+172=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAC is #554053. Grayscale: #B6B6B6. Windows color (decimal): -5587028 or 11321258. OLE color: 11321258.

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

Color convert

RGB170191172-
CMYK0.1100.100.25
HSL125.71º14.09%70.78%-
HSV(B)125.71º10.99%74.9%-
XYZ42.6548.7946.2-
YUV182.56122.04119.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=31.89%
G=35.83%
B=32.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911720.1100.100.25125.7114.0970.78
HexAABFACB0A197ee47
Octal252277254130123117616107
Binary10101010101111111010110010110101011001111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFAC; }

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

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

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

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

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

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

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

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