#AAC0AF

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

Shades of Gum Leaf #AAC0AF

Tints of Gum Leaf #AAC0AF

Color information

#AAC0AF (or 0xAAC0AF) is unknown color: approx Gum Leaf. HEX triplet: AA, C0 and AF. RGB value is (170,192,175). Sum of RGB (Red+Green+Blue) = 170+192+175=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AF is #553F50. Grayscale: #B7B7B7. Windows color (decimal): -5586769 or 11518122. OLE color: 11518122.

HSL color Cylindrical-coordinate representation of color #AAC0AF: hue angle of 133.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0AF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB170192175-
CMYK0.1100.090.25
HSL133.64º14.86%70.98%-
HSV(B)133.64º11.46%75.29%-
XYZ43.1749.3447.81-
YUV183.48123.21118.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=31.66%
G=35.75%
B=32.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921750.1100.090.25133.6414.8670.98
HexAAC0AFB091986f47
Octal252300257130113120617107
Binary101010101100000010101111101101001110011000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0AF; }

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

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

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

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

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

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

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

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