Shades of Gum Leaf #AABDAD
Tints of Gum Leaf #AABDAD
RGB
CMYK
RGB Variations
Color information
#AABDAD (or 0xAABDAD) is known color: Gum Leaf. HEX triplet: AA, BD and AD. RGB value is (170,189,173). Sum of RGB (Red+Green+Blue) = 170+189+173=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAD is #554252. Grayscale: #B5B5B5. Windows color (decimal): -5587539 or 11386282. OLE color: 11386282.
HSL color Cylindrical-coordinate representation of color #AABDAD: hue angle of 129.47º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDAD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 173 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.26 |
| HSL | 129.47º | 0.13% | 0.7% | - |
| HSV(B) | 129.47º | 0.1% | 0.74% | - |
| XYZ | 42.32 | 47.96 | 46.56 | - |
| YUV | 181.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 173 | 0.10 | 0 | 0.08 | 0.26 | 129.47 | 0.13 | 0.7 |
| Hex | AA | BD | AD | A | 0 | 8 | 1A | 81 | D | 46 |
| Octal | 252 | 275 | 255 | 12 | 0 | 10 | 32 | 201 | 15 | 106 |
| Binary | 10101010 | 10111101 | 10101101 | 1010 | 0 | 1000 | 11010 | 10000001 | 1101 | 1000110 |
Color Harmonies of #AABDAD
Complementary color
Monochromatic Colors of #AABDAD
Black with #AABDAD
Text Example
Text Example
White with #AABDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDAD; }
p { color: rgb(170,189,173); }
H1.HeaderClassName
{
color: #AABDAD;
}
.AnyTagClassName
{
color: #AABDAD;
}
</style>
background-color css
<style>
a { background-color: #AABDAD; }
a { background-color: rgb(170,189,173); }
div.DivClassName
{
background-color: #AABDAD;
}
.BgClassName
{
background-color: #AABDAD;
}
</style>
border-color css
<style>
span { border-color: #AABDAD; }
span { border-color: rgb(170,189,173); }
td.TdClassName
{
border-color: #AABDAD;
}
.TagClassName
{
border-color: #AABDAD;
}
</style>