#AAC6AC

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

Shades of Gum Leaf #AAC6AC

Tints of Gum Leaf #AAC6AC

Color information

#AAC6AC (or 0xAAC6AC) is unknown color: approx Gum Leaf. HEX triplet: AA, C6 and AC. RGB value is (170,198,172). Sum of RGB (Red+Green+Blue) = 170+198+172=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6AC is #553953. Grayscale: #BABABA. Windows color (decimal): -5585236 or 11323050. OLE color: 11323050.

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

Color convert

RGB170198172-
CMYK0.1400.130.22
HSL124.29º19.72%72.16%-
HSV(B)124.29º14.14%77.65%-
XYZ44.2251.9146.72-
YUV186.66119.72116.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=31.48%
G=36.67%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981720.1400.130.22124.2919.7272.16
HexAAC6ACE0D167c1448
Octal252306254160152617424110
Binary101010101100011010101100111001101101101111100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6AC; }

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

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

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

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

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

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

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

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