Shades of Bison Hide #ADA799
Tints of Bison Hide #ADA799
RGB
CMYK
RGB Variations
Color information
#ADA799 (or 0xADA799) is known color: Bison Hide. HEX triplet: AD, A7 and 99. RGB value is (173,167,153). Sum of RGB (Red+Green+Blue) = 173+167+153=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA799 is #525866. Grayscale: #A7A7A7. Windows color (decimal): -5396583 or 10069933. OLE color: 10069933.
HSL color Cylindrical-coordinate representation of color #ADA799: hue angle of 42º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA799 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 153 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.32 |
| HSL | 42º | 0.11% | 0.64% | - |
| HSV(B) | 42º | 0.12% | 0.68% | - |
| XYZ | 36.8 | 38.82 | 35.69 | - |
| YUV | 167.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 153 | 0 | 0.03 | 0.12 | 0.32 | 42 | 0.11 | 0.64 |
| Hex | AD | A7 | 99 | 0 | 3 | C | 20 | 2A | B | 40 |
| Octal | 255 | 247 | 231 | 0 | 3 | 14 | 40 | 52 | 13 | 100 |
| Binary | 10101101 | 10100111 | 10011001 | 0 | 11 | 1100 | 100000 | 101010 | 1011 | 1000000 |
Color Harmonies of #ADA799
Complementary color
Monochromatic Colors of #ADA799
Black with #ADA799
Text Example
Text Example
White with #ADA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA799; }
p { color: rgb(173,167,153); }
H1.HeaderClassName
{
color: #ADA799;
}
.AnyTagClassName
{
color: #ADA799;
}
</style>
background-color css
<style>
a { background-color: #ADA799; }
a { background-color: rgb(173,167,153); }
div.DivClassName
{
background-color: #ADA799;
}
.BgClassName
{
background-color: #ADA799;
}
</style>
border-color css
<style>
span { border-color: #ADA799; }
span { border-color: rgb(173,167,153); }
td.TdClassName
{
border-color: #ADA799;
}
.TagClassName
{
border-color: #ADA799;
}
</style>