#AAC4AD

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

Shades of Gum Leaf #AAC4AD

Tints of Gum Leaf #AAC4AD

Color information

#AAC4AD (or 0xAAC4AD) is unknown color: approx Gum Leaf. HEX triplet: AA, C4 and AD. RGB value is (170,196,173). Sum of RGB (Red+Green+Blue) = 170+196+173=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4AD is #553B52. Grayscale: #B9B9B9. Windows color (decimal): -5585747 or 11388074. OLE color: 11388074.

HSL color Cylindrical-coordinate representation of color #AAC4AD: hue angle of 126.92º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC4AD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB170196173-
CMYK0.1300.120.23
HSL126.92º18.06%71.76%-
HSV(B)126.92º13.27%76.86%-
XYZ43.8651.0447.08-
YUV185.6120.89116.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=31.54%
G=36.36%
B=32.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961730.1300.120.23126.9218.0671.76
HexAAC4ADD0C177f1248
Octal252304255150142717722110
Binary101010101100010010101101110101100101111111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4AD; }

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

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

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

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

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

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

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

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