Shades of Gum Leaf #AAD1B7
Tints of Gum Leaf #AAD1B7
RGB
CMYK
RGB Variations
Color information
#AAD1B7 (or 0xAAD1B7) is known color: Gum Leaf. HEX triplet: AA, D1 and B7. RGB value is (170,209,183). Sum of RGB (Red+Green+Blue) = 170+209+183=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1B7 is #552E48. Grayscale: #C2C2C2. Windows color (decimal): -5582409 or 12046762. OLE color: 12046762.
HSL color Cylindrical-coordinate representation of color #AAD1B7: hue angle of 140º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1B7 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 183 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.18 |
| HSL | 140º | 0.3% | 0.74% | - |
| HSV(B) | 140º | 0.19% | 0.82% | - |
| XYZ | 47.93 | 57.57 | 53.39 | - |
| YUV | 194.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 183 | 0.19 | 0 | 0.12 | 0.18 | 140 | 0.3 | 0.74 |
| Hex | AA | D1 | B7 | 13 | 0 | C | 12 | 8C | 1E | 4A |
| Octal | 252 | 321 | 267 | 23 | 0 | 14 | 22 | 214 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10110111 | 10011 | 0 | 1100 | 10010 | 10001100 | 11110 | 1001010 |
Color Harmonies of #AAD1B7
Complementary color
Monochromatic Colors of #AAD1B7
Black with #AAD1B7
Text Example
Text Example
White with #AAD1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1B7; }
p { color: rgb(170,209,183); }
H1.HeaderClassName
{
color: #AAD1B7;
}
.AnyTagClassName
{
color: #AAD1B7;
}
</style>
background-color css
<style>
a { background-color: #AAD1B7; }
a { background-color: rgb(170,209,183); }
div.DivClassName
{
background-color: #AAD1B7;
}
.BgClassName
{
background-color: #AAD1B7;
}
</style>
border-color css
<style>
span { border-color: #AAD1B7; }
span { border-color: rgb(170,209,183); }
td.TdClassName
{
border-color: #AAD1B7;
}
.TagClassName
{
border-color: #AAD1B7;
}
</style>