#AAB9AD

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

Shades of Gum Leaf #AAB9AD

Tints of Gum Leaf #AAB9AD

Color information

#AAB9AD (or 0xAAB9AD) is unknown color: approx Gum Leaf. HEX triplet: AA, B9 and AD. RGB value is (170,185,173). Sum of RGB (Red+Green+Blue) = 170+185+173=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AD is #554652. Grayscale: #B3B3B3. Windows color (decimal): -5588563 or 11385258. OLE color: 11385258.

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

Color convert

RGB170185173-
CMYK0.0800.060.27
HSL132º9.68%69.61%-
HSV(B)132º8.11%72.55%-
XYZ41.4746.2646.28-
YUV179.15124.53121.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=32.20%
G=35.04%
B=32.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851730.0800.060.271329.6869.61
HexAAB9AD8061B84a46
Octal25227125510063320412106
Binary10101010101110011010110110000110110111000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9AD; }

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

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

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

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

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

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

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

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