Shades of Gum Leaf #ADB8AF
Tints of Gum Leaf #ADB8AF
RGB
CMYK
RGB Variations
Color information
#ADB8AF (or 0xADB8AF) is known color: Gum Leaf. HEX triplet: AD, B8 and AF. RGB value is (173,184,175). Sum of RGB (Red+Green+Blue) = 173+184+175=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8AF is #524750. Grayscale: #B3B3B3. Windows color (decimal): -5392209 or 11516077. OLE color: 11516077.
HSL color Cylindrical-coordinate representation of color #ADB8AF: hue angle of 130.91º 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 #ADB8AF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 175 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.28 |
| HSL | 130.91º | 0.07% | 0.7% | - |
| HSV(B) | 130.91º | 0.06% | 0.72% | - |
| XYZ | 42.11 | 46.26 | 47.27 | - |
| YUV | 179.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 175 | 0.06 | 0 | 0.05 | 0.28 | 130.91 | 0.07 | 0.7 |
| Hex | AD | B8 | AF | 6 | 0 | 5 | 1C | 83 | 7 | 46 |
| Octal | 255 | 270 | 257 | 6 | 0 | 5 | 34 | 203 | 7 | 106 |
| Binary | 10101101 | 10111000 | 10101111 | 110 | 0 | 101 | 11100 | 10000011 | 111 | 1000110 |
Color Harmonies of #ADB8AF
Complementary color
Monochromatic Colors of #ADB8AF
Black with #ADB8AF
Text Example
Text Example
White with #ADB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8AF; }
p { color: rgb(173,184,175); }
H1.HeaderClassName
{
color: #ADB8AF;
}
.AnyTagClassName
{
color: #ADB8AF;
}
</style>
background-color css
<style>
a { background-color: #ADB8AF; }
a { background-color: rgb(173,184,175); }
div.DivClassName
{
background-color: #ADB8AF;
}
.BgClassName
{
background-color: #ADB8AF;
}
</style>
border-color css
<style>
span { border-color: #ADB8AF; }
span { border-color: rgb(173,184,175); }
td.TdClassName
{
border-color: #ADB8AF;
}
.TagClassName
{
border-color: #ADB8AF;
}
</style>