#AAC8AC

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

Shades of Gum Leaf #AAC8AC

Tints of Gum Leaf #AAC8AC

Color information

#AAC8AC (or 0xAAC8AC) is unknown color: approx Gum Leaf. HEX triplet: AA, C8 and AC. RGB value is (170,200,172). Sum of RGB (Red+Green+Blue) = 170+200+172=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8AC is #553753. Grayscale: #BBBBBB. Windows color (decimal): -5584724 or 11323562. OLE color: 11323562.

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

Color convert

RGB170200172-
CMYK0.1500.140.22
HSL124º21.43%72.55%-
HSV(B)124º15%78.43%-
XYZ44.6852.8346.87-
YUV187.84119.06115.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=31.37%
G=36.90%
B=31.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001720.1500.140.2212421.4372.55
HexAAC8ACF0E167c1549
Octal252310254170162617425111
Binary101010101100100010101100111101110101101111100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8AC; }

 p { color: rgb(170,200,172); }

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

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

 a { background-color: rgb(170,200,172); }

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

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

 span { border-color: rgb(170,200,172); }

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