Shades of Gum Leaf #AAC6B5
Tints of Gum Leaf #AAC6B5
RGB
CMYK
RGB Variations
Color information
#AAC6B5 (or 0xAAC6B5) is known color: Gum Leaf. HEX triplet: AA, C6 and B5. RGB value is (170,198,181). Sum of RGB (Red+Green+Blue) = 170+198+181=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6B5 is #55394A. Grayscale: #BBBBBB. Windows color (decimal): -5585227 or 11912874. OLE color: 11912874.
HSL color Cylindrical-coordinate representation of color #AAC6B5: hue angle of 143.57º 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 #AAC6B5 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 181 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.22 |
| HSL | 143.57º | 0.2% | 0.72% | - |
| HSV(B) | 143.57º | 0.14% | 0.78% | - |
| XYZ | 45.11 | 52.27 | 51.43 | - |
| YUV | 187.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 181 | 0.14 | 0 | 0.09 | 0.22 | 143.57 | 0.2 | 0.72 |
| Hex | AA | C6 | B5 | E | 0 | 9 | 16 | 90 | 14 | 48 |
| Octal | 252 | 306 | 265 | 16 | 0 | 11 | 26 | 220 | 24 | 110 |
| Binary | 10101010 | 11000110 | 10110101 | 1110 | 0 | 1001 | 10110 | 10010000 | 10100 | 1001000 |
Color Harmonies of #AAC6B5
Complementary color
Monochromatic Colors of #AAC6B5
Black with #AAC6B5
Text Example
Text Example
White with #AAC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6B5; }
p { color: rgb(170,198,181); }
H1.HeaderClassName
{
color: #AAC6B5;
}
.AnyTagClassName
{
color: #AAC6B5;
}
</style>
background-color css
<style>
a { background-color: #AAC6B5; }
a { background-color: rgb(170,198,181); }
div.DivClassName
{
background-color: #AAC6B5;
}
.BgClassName
{
background-color: #AAC6B5;
}
</style>
border-color css
<style>
span { border-color: #AAC6B5; }
span { border-color: rgb(170,198,181); }
td.TdClassName
{
border-color: #AAC6B5;
}
.TagClassName
{
border-color: #AAC6B5;
}
</style>