#AAC9AC

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

Shades of Gum Leaf #AAC9AC

Tints of Gum Leaf #AAC9AC

Color information

#AAC9AC (or 0xAAC9AC) is unknown color: approx Gum Leaf. HEX triplet: AA, C9 and AC. RGB value is (170,201,172). Sum of RGB (Red+Green+Blue) = 170+201+172=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9AC is #553653. Grayscale: #BCBCBC. Windows color (decimal): -5584468 or 11323818. OLE color: 11323818.

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

Color convert

RGB170201172-
CMYK0.1500.140.21
HSL123.87º22.3%72.75%-
HSV(B)123.87º15.42%78.82%-
XYZ44.9153.346.95-
YUV188.42118.73114.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=31.31%
G=37.02%
B=31.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011720.1500.140.21123.8722.372.75
HexAAC9ACF0E157c1649
Octal252311254170162517426111
Binary101010101100100110101100111101110101011111100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9AC; }

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

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

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

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

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

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

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

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