Shades of Bison Hide #ADA695
Tints of Bison Hide #ADA695
RGB
CMYK
RGB Variations
Color information
#ADA695 (or 0xADA695) is known color: Bison Hide. HEX triplet: AD, A6 and 95. RGB value is (173,166,149). Sum of RGB (Red+Green+Blue) = 173+166+149=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA695 is #52596A. Grayscale: #A6A6A6. Windows color (decimal): -5396843 or 9807533. OLE color: 9807533.
HSL color Cylindrical-coordinate representation of color #ADA695: hue angle of 42.5º 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 #ADA695 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 166 | 149 | - |
CMYK | 0 | 0.04 | 0.14 | 0.32 |
HSL | 42.5º | 0.13% | 0.63% | - |
HSV(B) | 42.5º | 0.14% | 0.68% | - |
XYZ | 36.29 | 38.33 | 33.92 | - |
YUV | 166.16 | 118.32 | 132.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 166 | 149 | 0 | 0.04 | 0.14 | 0.32 | 42.5 | 0.13 | 0.63 |
Hex | AD | A6 | 95 | 0 | 4 | E | 20 | 2A | D | 3F |
Octal | 255 | 246 | 225 | 0 | 4 | 16 | 40 | 52 | 15 | 77 |
Binary | 10101101 | 10100110 | 10010101 | 0 | 100 | 1110 | 100000 | 101010 | 1101 | 111111 |
Color Harmonies of #ADA695
Complementary color
Monochromatic Colors of #ADA695
Black with #ADA695
Text Example
Text Example
White with #ADA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA695; }
p { color: rgb(173,166,149); }
H1.HeaderClassName
{
color: #ADA695;
}
.AnyTagClassName
{
color: #ADA695;
}
</style>
background-color css
<style>
a { background-color: #ADA695; }
a { background-color: rgb(173,166,149); }
div.DivClassName
{
background-color: #ADA695;
}
.BgClassName
{
background-color: #ADA695;
}
</style>
border-color css
<style>
span { border-color: #ADA695; }
span { border-color: rgb(173,166,149); }
td.TdClassName
{
border-color: #ADA695;
}
.TagClassName
{
border-color: #ADA695;
}
</style>