#AAC0AD

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

Shades of Gum Leaf #AAC0AD

Tints of Gum Leaf #AAC0AD

Color information

#AAC0AD (or 0xAAC0AD) is unknown color: approx Gum Leaf. HEX triplet: AA, C0 and AD. RGB value is (170,192,173). Sum of RGB (Red+Green+Blue) = 170+192+173=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AD is #553F52. Grayscale: #B7B7B7. Windows color (decimal): -5586771 or 11387050. OLE color: 11387050.

HSL color Cylindrical-coordinate representation of color #AAC0AD: hue angle of 128.18º 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 #AAC0AD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB170192173-
CMYK0.1100.100.25
HSL128.18º14.86%70.98%-
HSV(B)128.18º11.46%75.29%-
XYZ42.9749.2646.78-
YUV183.26122.21118.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=31.78%
G=35.89%
B=32.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921730.1100.100.25128.1814.8670.98
HexAAC0ADB0A1980f47
Octal252300255130123120017107
Binary101010101100000010101101101101010110011000000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0AD; }

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

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

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

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

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

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

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

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