Shades of Bison Hide #ADA794
Tints of Bison Hide #ADA794
RGB
CMYK
RGB Variations
Color information
#ADA794 (or 0xADA794) is known color: Bison Hide. HEX triplet: AD, A7 and 94. RGB value is (173,167,148). Sum of RGB (Red+Green+Blue) = 173+167+148=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA794 is #52586B. Grayscale: #A6A6A6. Windows color (decimal): -5396588 or 9742253. OLE color: 9742253.
HSL color Cylindrical-coordinate representation of color #ADA794: hue angle of 45.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA794 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 148 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.32 |
| HSL | 45.6º | 0.13% | 0.63% | - |
| HSV(B) | 45.6º | 0.14% | 0.68% | - |
| XYZ | 36.4 | 38.66 | 33.56 | - |
| YUV | 166.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 148 | 0 | 0.03 | 0.14 | 0.32 | 45.6 | 0.13 | 0.63 |
| Hex | AD | A7 | 94 | 0 | 3 | E | 20 | 2E | D | 3F |
| Octal | 255 | 247 | 224 | 0 | 3 | 16 | 40 | 56 | 15 | 77 |
| Binary | 10101101 | 10100111 | 10010100 | 0 | 11 | 1110 | 100000 | 101110 | 1101 | 111111 |
Color Harmonies of #ADA794
Complementary color
Monochromatic Colors of #ADA794
Black with #ADA794
Text Example
Text Example
White with #ADA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA794; }
p { color: rgb(173,167,148); }
H1.HeaderClassName
{
color: #ADA794;
}
.AnyTagClassName
{
color: #ADA794;
}
</style>
background-color css
<style>
a { background-color: #ADA794; }
a { background-color: rgb(173,167,148); }
div.DivClassName
{
background-color: #ADA794;
}
.BgClassName
{
background-color: #ADA794;
}
</style>
border-color css
<style>
span { border-color: #ADA794; }
span { border-color: rgb(173,167,148); }
td.TdClassName
{
border-color: #ADA794;
}
.TagClassName
{
border-color: #ADA794;
}
</style>