Shades of Gum Leaf #AAB6AD
Tints of Gum Leaf #AAB6AD
RGB
CMYK
RGB Variations
Color information
#AAB6AD (or 0xAAB6AD) is known color: Gum Leaf. HEX triplet: AA, B6 and AD. RGB value is (170,182,173). Sum of RGB (Red+Green+Blue) = 170+182+173=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6AD is #554952. Grayscale: #B1B1B1. Windows color (decimal): -5589331 or 11384490. OLE color: 11384490.
HSL color Cylindrical-coordinate representation of color #AAB6AD: hue angle of 135º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB6AD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 173 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.29 |
| HSL | 135º | 0.08% | 0.69% | - |
| HSV(B) | 135º | 0.07% | 0.71% | - |
| XYZ | 40.85 | 45.02 | 46.07 | - |
| YUV | 177.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 173 | 0.07 | 0 | 0.05 | 0.29 | 135 | 0.08 | 0.69 |
| Hex | AA | B6 | AD | 7 | 0 | 5 | 1D | 87 | 8 | 45 |
| Octal | 252 | 266 | 255 | 7 | 0 | 5 | 35 | 207 | 10 | 105 |
| Binary | 10101010 | 10110110 | 10101101 | 111 | 0 | 101 | 11101 | 10000111 | 1000 | 1000101 |
Color Harmonies of #AAB6AD
Complementary color
Monochromatic Colors of #AAB6AD
Black with #AAB6AD
Text Example
Text Example
White with #AAB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6AD; }
p { color: rgb(170,182,173); }
H1.HeaderClassName
{
color: #AAB6AD;
}
.AnyTagClassName
{
color: #AAB6AD;
}
</style>
background-color css
<style>
a { background-color: #AAB6AD; }
a { background-color: rgb(170,182,173); }
div.DivClassName
{
background-color: #AAB6AD;
}
.BgClassName
{
background-color: #AAB6AD;
}
</style>
border-color css
<style>
span { border-color: #AAB6AD; }
span { border-color: rgb(170,182,173); }
td.TdClassName
{
border-color: #AAB6AD;
}
.TagClassName
{
border-color: #AAB6AD;
}
</style>