#AAC9AF

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

Shades of Gum Leaf #AAC9AF

Tints of Gum Leaf #AAC9AF

Color information

#AAC9AF (or 0xAAC9AF) is unknown color: approx Gum Leaf. HEX triplet: AA, C9 and AF. RGB value is (170,201,175). Sum of RGB (Red+Green+Blue) = 170+201+175=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9AF is #553650. Grayscale: #BCBCBC. Windows color (decimal): -5584465 or 11520426. OLE color: 11520426.

HSL color Cylindrical-coordinate representation of color #AAC9AF: hue angle of 129.68º 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 #AAC9AF is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB170201175-
CMYK0.1500.130.21
HSL129.68º22.3%72.75%-
HSV(B)129.68º15.42%78.82%-
XYZ45.253.4148.49-
YUV188.77120.23114.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=31.14%
G=36.81%
B=32.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011750.1500.130.21129.6822.372.75
HexAAC9AFF0D15821649
Octal252311257170152520226111
Binary1010101011001001101011111111011011010110000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9AF; }

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

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

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

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

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

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

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

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