Shades of Bison Hide #ADA795
Tints of Bison Hide #ADA795
RGB
CMYK
RGB Variations
Color information
#ADA795 (or 0xADA795) is known color: Bison Hide. HEX triplet: AD, A7 and 95. RGB value is (173,167,149). Sum of RGB (Red+Green+Blue) = 173+167+149=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA795 is #52586A. Grayscale: #A6A6A6. Windows color (decimal): -5396587 or 9807789. OLE color: 9807789.
HSL color Cylindrical-coordinate representation of color #ADA795: hue angle of 45º 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 #ADA795 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 149 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.32 |
| HSL | 45º | 0.13% | 0.63% | - |
| HSV(B) | 45º | 0.14% | 0.68% | - |
| XYZ | 36.48 | 38.69 | 33.98 | - |
| YUV | 166.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 149 | 0 | 0.03 | 0.14 | 0.32 | 45 | 0.13 | 0.63 |
| Hex | AD | A7 | 95 | 0 | 3 | E | 20 | 2D | D | 3F |
| Octal | 255 | 247 | 225 | 0 | 3 | 16 | 40 | 55 | 15 | 77 |
| Binary | 10101101 | 10100111 | 10010101 | 0 | 11 | 1110 | 100000 | 101101 | 1101 | 111111 |
Color Harmonies of #ADA795
Complementary color
Monochromatic Colors of #ADA795
Black with #ADA795
Text Example
Text Example
White with #ADA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA795; }
p { color: rgb(173,167,149); }
H1.HeaderClassName
{
color: #ADA795;
}
.AnyTagClassName
{
color: #ADA795;
}
</style>
background-color css
<style>
a { background-color: #ADA795; }
a { background-color: rgb(173,167,149); }
div.DivClassName
{
background-color: #ADA795;
}
.BgClassName
{
background-color: #ADA795;
}
</style>
border-color css
<style>
span { border-color: #ADA795; }
span { border-color: rgb(173,167,149); }
td.TdClassName
{
border-color: #ADA795;
}
.TagClassName
{
border-color: #ADA795;
}
</style>