Shades of Gum Leaf #ADB9B0
Tints of Gum Leaf #ADB9B0
RGB
CMYK
RGB Variations
Color information
#ADB9B0 (or 0xADB9B0) is known color: Gum Leaf. HEX triplet: AD, B9 and B0. RGB value is (173,185,176). Sum of RGB (Red+Green+Blue) = 173+185+176=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9B0 is #52464F. Grayscale: #B4B4B4. Windows color (decimal): -5391952 or 11581869. OLE color: 11581869.
HSL color Cylindrical-coordinate representation of color #ADB9B0: hue angle of 135º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 176 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.27 |
| HSL | 135º | 0.08% | 0.7% | - |
| HSV(B) | 135º | 0.06% | 0.73% | - |
| XYZ | 42.42 | 46.72 | 47.86 | - |
| YUV | 180.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 176 | 0.06 | 0 | 0.05 | 0.27 | 135 | 0.08 | 0.7 |
| Hex | AD | B9 | B0 | 6 | 0 | 5 | 1B | 87 | 8 | 46 |
| Octal | 255 | 271 | 260 | 6 | 0 | 5 | 33 | 207 | 10 | 106 |
| Binary | 10101101 | 10111001 | 10110000 | 110 | 0 | 101 | 11011 | 10000111 | 1000 | 1000110 |
Color Harmonies of #ADB9B0
Complementary color
Monochromatic Colors of #ADB9B0
Black with #ADB9B0
Text Example
Text Example
White with #ADB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9B0; }
p { color: rgb(173,185,176); }
H1.HeaderClassName
{
color: #ADB9B0;
}
.AnyTagClassName
{
color: #ADB9B0;
}
</style>
background-color css
<style>
a { background-color: #ADB9B0; }
a { background-color: rgb(173,185,176); }
div.DivClassName
{
background-color: #ADB9B0;
}
.BgClassName
{
background-color: #ADB9B0;
}
</style>
border-color css
<style>
span { border-color: #ADB9B0; }
span { border-color: rgb(173,185,176); }
td.TdClassName
{
border-color: #ADB9B0;
}
.TagClassName
{
border-color: #ADB9B0;
}
</style>