Shades of Gum Leaf #AAD2B0
Tints of Gum Leaf #AAD2B0
RGB
CMYK
RGB Variations
Color information
#AAD2B0 (or 0xAAD2B0) is known color: Gum Leaf. HEX triplet: AA, D2 and B0. RGB value is (170,210,176). Sum of RGB (Red+Green+Blue) = 170+210+176=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2B0 is #552D4F. Grayscale: #C2C2C2. Windows color (decimal): -5582160 or 11588266. OLE color: 11588266.
HSL color Cylindrical-coordinate representation of color #AAD2B0: hue angle of 129º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2B0 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 176 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.18 |
| HSL | 129º | 0.31% | 0.75% | - |
| HSV(B) | 129º | 0.19% | 0.82% | - |
| XYZ | 47.46 | 57.77 | 49.72 | - |
| YUV | 194.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 176 | 0.19 | 0 | 0.16 | 0.18 | 129 | 0.31 | 0.75 |
| Hex | AA | D2 | B0 | 13 | 0 | 10 | 12 | 81 | 1F | 4B |
| Octal | 252 | 322 | 260 | 23 | 0 | 20 | 22 | 201 | 37 | 113 |
| Binary | 10101010 | 11010010 | 10110000 | 10011 | 0 | 10000 | 10010 | 10000001 | 11111 | 1001011 |
Color Harmonies of #AAD2B0
Complementary color
Monochromatic Colors of #AAD2B0
Black with #AAD2B0
Text Example
Text Example
White with #AAD2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2B0; }
p { color: rgb(170,210,176); }
H1.HeaderClassName
{
color: #AAD2B0;
}
.AnyTagClassName
{
color: #AAD2B0;
}
</style>
background-color css
<style>
a { background-color: #AAD2B0; }
a { background-color: rgb(170,210,176); }
div.DivClassName
{
background-color: #AAD2B0;
}
.BgClassName
{
background-color: #AAD2B0;
}
</style>
border-color css
<style>
span { border-color: #AAD2B0; }
span { border-color: rgb(170,210,176); }
td.TdClassName
{
border-color: #AAD2B0;
}
.TagClassName
{
border-color: #AAD2B0;
}
</style>