#AAB9AC

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

Shades of Gum Leaf #AAB9AC

Tints of Gum Leaf #AAB9AC

Color information

#AAB9AC (or 0xAAB9AC) is unknown color: approx Gum Leaf. HEX triplet: AA, B9 and AC. RGB value is (170,185,172). Sum of RGB (Red+Green+Blue) = 170+185+172=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AC is #554653. Grayscale: #B3B3B3. Windows color (decimal): -5588564 or 11319722. OLE color: 11319722.

HSL color Cylindrical-coordinate representation of color #AAB9AC: hue angle of 128º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9AC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB170185172-
CMYK0.0800.070.27
HSL128º9.68%69.61%-
HSV(B)128º8.11%72.55%-
XYZ41.3746.2245.77-
YUV179.03124.03121.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=32.26%
G=35.10%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851720.0800.070.271289.6869.61
HexAAB9AC8071B80a46
Octal25227125410073320012106
Binary10101010101110011010110010000111110111000000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9AC; }

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

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

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

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

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

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

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

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