#AAC6B0

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

Shades of Gum Leaf #AAC6B0

Tints of Gum Leaf #AAC6B0

Color information

#AAC6B0 (or 0xAAC6B0) is unknown color: approx Gum Leaf. HEX triplet: AA, C6 and B0. RGB value is (170,198,176). Sum of RGB (Red+Green+Blue) = 170+198+176=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6B0 is #55394F. Grayscale: #BBBBBB. Windows color (decimal): -5585232 or 11585194. OLE color: 11585194.

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

Color convert

RGB170198176-
CMYK0.1400.110.22
HSL132.86º19.72%72.16%-
HSV(B)132.86º14.14%77.65%-
XYZ44.6152.0748.77-
YUV187.12121.72115.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=31.25%
G=36.40%
B=32.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981760.1400.110.22132.8619.7272.16
HexAAC6B0E0B16851448
Octal252306260160132620524110
Binary1010101011000110101100001110010111011010000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6B0; }

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

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

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

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

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

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

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

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