Shades of Gum Leaf #ADBDAF
Tints of Gum Leaf #ADBDAF
RGB
CMYK
RGB Variations
Color information
#ADBDAF (or 0xADBDAF) is known color: Gum Leaf. HEX triplet: AD, BD and AF. RGB value is (173,189,175). Sum of RGB (Red+Green+Blue) = 173+189+175=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDAF is #524250. Grayscale: #B6B6B6. Windows color (decimal): -5390929 or 11517357. OLE color: 11517357.
HSL color Cylindrical-coordinate representation of color #ADBDAF: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDAF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 175 | - |
CMYK | 0.08 | 0 | 0.07 | 0.26 |
HSL | 127.5º | 0.11% | 0.71% | - |
HSV(B) | 127.5º | 0.08% | 0.74% | - |
XYZ | 43.17 | 48.37 | 47.62 | - |
YUV | 182.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 175 | 0.08 | 0 | 0.07 | 0.26 | 127.5 | 0.11 | 0.71 |
Hex | AD | BD | AF | 8 | 0 | 7 | 1A | 80 | B | 47 |
Octal | 255 | 275 | 257 | 10 | 0 | 7 | 32 | 200 | 13 | 107 |
Binary | 10101101 | 10111101 | 10101111 | 1000 | 0 | 111 | 11010 | 10000000 | 1011 | 1000111 |
Color Harmonies of #ADBDAF
Complementary color
Monochromatic Colors of #ADBDAF
Black with #ADBDAF
Text Example
Text Example
White with #ADBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDAF; }
p { color: rgb(173,189,175); }
H1.HeaderClassName
{
color: #ADBDAF;
}
.AnyTagClassName
{
color: #ADBDAF;
}
</style>
background-color css
<style>
a { background-color: #ADBDAF; }
a { background-color: rgb(173,189,175); }
div.DivClassName
{
background-color: #ADBDAF;
}
.BgClassName
{
background-color: #ADBDAF;
}
</style>
border-color css
<style>
span { border-color: #ADBDAF; }
span { border-color: rgb(173,189,175); }
td.TdClassName
{
border-color: #ADBDAF;
}
.TagClassName
{
border-color: #ADBDAF;
}
</style>