Shades of Gum Leaf #AAD3AF
Tints of Gum Leaf #AAD3AF
RGB
CMYK
RGB Variations
Color information
#AAD3AF (or 0xAAD3AF) is known color: Gum Leaf. HEX triplet: AA, D3 and AF. RGB value is (170,211,175). Sum of RGB (Red+Green+Blue) = 170+211+175=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD3AF is #552C50. Grayscale: #C2C2C2. Windows color (decimal): -5581905 or 11522986. OLE color: 11522986.
HSL color Cylindrical-coordinate representation of color #AAD3AF: hue angle of 127.32º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3AF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 175 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.17 |
| HSL | 127.32º | 0.32% | 0.75% | - |
| HSV(B) | 127.32º | 0.19% | 0.83% | - |
| XYZ | 47.61 | 58.23 | 49.29 | - |
| YUV | 194.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 175 | 0.19 | 0 | 0.17 | 0.17 | 127.32 | 0.32 | 0.75 |
| Hex | AA | D3 | AF | 13 | 0 | 11 | 11 | 7F | 20 | 4B |
| Octal | 252 | 323 | 257 | 23 | 0 | 21 | 21 | 177 | 40 | 113 |
| Binary | 10101010 | 11010011 | 10101111 | 10011 | 0 | 10001 | 10001 | 1111111 | 100000 | 1001011 |
Color Harmonies of #AAD3AF
Complementary color
Monochromatic Colors of #AAD3AF
Black with #AAD3AF
Text Example
Text Example
White with #AAD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3AF; }
p { color: rgb(170,211,175); }
H1.HeaderClassName
{
color: #AAD3AF;
}
.AnyTagClassName
{
color: #AAD3AF;
}
</style>
background-color css
<style>
a { background-color: #AAD3AF; }
a { background-color: rgb(170,211,175); }
div.DivClassName
{
background-color: #AAD3AF;
}
.BgClassName
{
background-color: #AAD3AF;
}
</style>
border-color css
<style>
span { border-color: #AAD3AF; }
span { border-color: rgb(170,211,175); }
td.TdClassName
{
border-color: #AAD3AF;
}
.TagClassName
{
border-color: #AAD3AF;
}
</style>