Shades of Bison Hide #ADA796
Tints of Bison Hide #ADA796
RGB
CMYK
RGB Variations
Color information
#ADA796 (or 0xADA796) is known color: Bison Hide. HEX triplet: AD, A7 and 96. RGB value is (173,167,150). Sum of RGB (Red+Green+Blue) = 173+167+150=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA796 is #525869. Grayscale: #A6A6A6. Windows color (decimal): -5396586 or 9873325. OLE color: 9873325.
HSL color Cylindrical-coordinate representation of color #ADA796: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA796 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 150 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.32 |
| HSL | 44.35º | 0.12% | 0.63% | - |
| HSV(B) | 44.35º | 0.13% | 0.68% | - |
| XYZ | 36.56 | 38.72 | 34.4 | - |
| YUV | 166.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 150 | 0 | 0.03 | 0.13 | 0.32 | 44.35 | 0.12 | 0.63 |
| Hex | AD | A7 | 96 | 0 | 3 | D | 20 | 2C | C | 3F |
| Octal | 255 | 247 | 226 | 0 | 3 | 15 | 40 | 54 | 14 | 77 |
| Binary | 10101101 | 10100111 | 10010110 | 0 | 11 | 1101 | 100000 | 101100 | 1100 | 111111 |
Color Harmonies of #ADA796
Complementary color
Monochromatic Colors of #ADA796
Black with #ADA796
Text Example
Text Example
White with #ADA796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA796; }
p { color: rgb(173,167,150); }
H1.HeaderClassName
{
color: #ADA796;
}
.AnyTagClassName
{
color: #ADA796;
}
</style>
background-color css
<style>
a { background-color: #ADA796; }
a { background-color: rgb(173,167,150); }
div.DivClassName
{
background-color: #ADA796;
}
.BgClassName
{
background-color: #ADA796;
}
</style>
border-color css
<style>
span { border-color: #ADA796; }
span { border-color: rgb(173,167,150); }
td.TdClassName
{
border-color: #ADA796;
}
.TagClassName
{
border-color: #ADA796;
}
</style>