Shades of Gum Leaf #ADB8B0
Tints of Gum Leaf #ADB8B0
RGB
CMYK
RGB Variations
Color information
#ADB8B0 (or 0xADB8B0) is known color: Gum Leaf. HEX triplet: AD, B8 and B0. RGB value is (173,184,176). Sum of RGB (Red+Green+Blue) = 173+184+176=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8B0 is #52474F. Grayscale: #B3B3B3. Windows color (decimal): -5392208 or 11581613. OLE color: 11581613.
HSL color Cylindrical-coordinate representation of color #ADB8B0: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB8B0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 176 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.28 |
| HSL | 136.36º | 0.07% | 0.7% | - |
| HSV(B) | 136.36º | 0.06% | 0.72% | - |
| XYZ | 42.21 | 46.3 | 47.79 | - |
| YUV | 179.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 176 | 0.06 | 0 | 0.04 | 0.28 | 136.36 | 0.07 | 0.7 |
| Hex | AD | B8 | B0 | 6 | 0 | 4 | 1C | 88 | 7 | 46 |
| Octal | 255 | 270 | 260 | 6 | 0 | 4 | 34 | 210 | 7 | 106 |
| Binary | 10101101 | 10111000 | 10110000 | 110 | 0 | 100 | 11100 | 10001000 | 111 | 1000110 |
Color Harmonies of #ADB8B0
Complementary color
Monochromatic Colors of #ADB8B0
Black with #ADB8B0
Text Example
Text Example
White with #ADB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8B0; }
p { color: rgb(173,184,176); }
H1.HeaderClassName
{
color: #ADB8B0;
}
.AnyTagClassName
{
color: #ADB8B0;
}
</style>
background-color css
<style>
a { background-color: #ADB8B0; }
a { background-color: rgb(173,184,176); }
div.DivClassName
{
background-color: #ADB8B0;
}
.BgClassName
{
background-color: #ADB8B0;
}
</style>
border-color css
<style>
span { border-color: #ADB8B0; }
span { border-color: rgb(173,184,176); }
td.TdClassName
{
border-color: #ADB8B0;
}
.TagClassName
{
border-color: #ADB8B0;
}
</style>