#AAC7AD

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

Shades of Gum Leaf #AAC7AD

Tints of Gum Leaf #AAC7AD

Color information

#AAC7AD (or 0xAAC7AD) is unknown color: approx Gum Leaf. HEX triplet: AA, C7 and AD. RGB value is (170,199,173). Sum of RGB (Red+Green+Blue) = 170+199+173=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7AD is #553852. Grayscale: #BBBBBB. Windows color (decimal): -5584979 or 11388842. OLE color: 11388842.

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

Color convert

RGB170199173-
CMYK0.1500.130.22
HSL126.21º20.57%72.35%-
HSV(B)126.21º14.57%78.04%-
XYZ44.5452.4147.3-
YUV187.36119.89115.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=31.37%
G=36.72%
B=31.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991730.1500.130.22126.2120.5772.35
HexAAC7ADF0D167e1548
Octal252307255170152617625110
Binary101010101100011110101101111101101101101111110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7AD; }

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

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

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

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

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

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

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

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