#AABFAE

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

Shades of Gum Leaf #AABFAE

Tints of Gum Leaf #AABFAE

Color information

#AABFAE (or 0xAABFAE) is unknown color: approx Gum Leaf. HEX triplet: AA, BF and AE. RGB value is (170,191,174). Sum of RGB (Red+Green+Blue) = 170+191+174=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAE is #554051. Grayscale: #B6B6B6. Windows color (decimal): -5587026 or 11452330. OLE color: 11452330.

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

Color convert

RGB170191174-
CMYK0.1100.090.25
HSL131.43º14.09%70.78%-
HSV(B)131.43º10.99%74.9%-
XYZ42.8548.8647.22-
YUV182.78123.04118.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=31.78%
G=35.70%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911740.1100.090.25131.4314.0970.78
HexAABFAEB091983e47
Octal252277256130113120316107
Binary101010101011111110101110101101001110011000001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFAE; }

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

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

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

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

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

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

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

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