Shades of Gum Leaf #AABBAD
Tints of Gum Leaf #AABBAD
RGB
CMYK
RGB Variations
Color information
#AABBAD (or 0xAABBAD) is known color: Gum Leaf. HEX triplet: AA, BB and AD. RGB value is (170,187,173). Sum of RGB (Red+Green+Blue) = 170+187+173=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAD is #554452. Grayscale: #B4B4B4. Windows color (decimal): -5588051 or 11385770. OLE color: 11385770.
HSL color Cylindrical-coordinate representation of color #AABBAD: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBAD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 173 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.27 |
| HSL | 130.59º | 0.11% | 0.7% | - |
| HSV(B) | 130.59º | 0.09% | 0.73% | - |
| XYZ | 41.89 | 47.1 | 46.42 | - |
| YUV | 180.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 173 | 0.09 | 0 | 0.07 | 0.27 | 130.59 | 0.11 | 0.7 |
| Hex | AA | BB | AD | 9 | 0 | 7 | 1B | 83 | B | 46 |
| Octal | 252 | 273 | 255 | 11 | 0 | 7 | 33 | 203 | 13 | 106 |
| Binary | 10101010 | 10111011 | 10101101 | 1001 | 0 | 111 | 11011 | 10000011 | 1011 | 1000110 |
Color Harmonies of #AABBAD
Complementary color
Monochromatic Colors of #AABBAD
Black with #AABBAD
Text Example
Text Example
White with #AABBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBAD; }
p { color: rgb(170,187,173); }
H1.HeaderClassName
{
color: #AABBAD;
}
.AnyTagClassName
{
color: #AABBAD;
}
</style>
background-color css
<style>
a { background-color: #AABBAD; }
a { background-color: rgb(170,187,173); }
div.DivClassName
{
background-color: #AABBAD;
}
.BgClassName
{
background-color: #AABBAD;
}
</style>
border-color css
<style>
span { border-color: #AABBAD; }
span { border-color: rgb(170,187,173); }
td.TdClassName
{
border-color: #AABBAD;
}
.TagClassName
{
border-color: #AABBAD;
}
</style>