#AAC7B4

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

Shades of Gum Leaf #AAC7B4

Tints of Gum Leaf #AAC7B4

Color information

#AAC7B4 (or 0xAAC7B4) is unknown color: approx Gum Leaf. HEX triplet: AA, C7 and B4. RGB value is (170,199,180). Sum of RGB (Red+Green+Blue) = 170+199+180=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B4 is #55384B. Grayscale: #BCBCBC. Windows color (decimal): -5584972 or 11847594. OLE color: 11847594.

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

Color convert

RGB170199180-
CMYK0.1500.100.22
HSL140.69º20.57%72.35%-
HSV(B)140.69º14.57%78.04%-
XYZ45.2452.6950.97-
YUV188.16123.39115.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=30.97%
G=36.25%
B=32.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991800.1500.100.22140.6920.5772.35
HexAAC7B4F0A168d1548
Octal252307264170122621525110
Binary1010101011000111101101001111010101011010001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7B4; }

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

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

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

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

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

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

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

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