#AACAAD

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

Shades of Gum Leaf #AACAAD

Tints of Gum Leaf #AACAAD

Color information

#AACAAD (or 0xAACAAD) is unknown color: approx Gum Leaf. HEX triplet: AA, CA and AD. RGB value is (170,202,173). Sum of RGB (Red+Green+Blue) = 170+202+173=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAAD is #553552. Grayscale: #BDBDBD. Windows color (decimal): -5584211 or 11389610. OLE color: 11389610.

HSL color Cylindrical-coordinate representation of color #AACAAD: hue angle of 125.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAAD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB170202173-
CMYK0.1600.140.21
HSL125.62º23.19%72.94%-
HSV(B)125.62º15.84%79.22%-
XYZ45.2453.847.54-
YUV189.13118.9114.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=31.19%
G=37.06%
B=31.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021730.1600.140.21125.6223.1972.94
HexAACAAD100E157e1749
Octal252312255200162517627111
Binary1010101011001010101011011000001110101011111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAAD; }

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

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

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

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

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

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

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

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