Shades of Bison Hide #ADA593
Tints of Bison Hide #ADA593
RGB
CMYK
RGB Variations
Color information
#ADA593 (or 0xADA593) is known color: Bison Hide. HEX triplet: AD, A5 and 93. RGB value is (173,165,147). Sum of RGB (Red+Green+Blue) = 173+165+147=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA593 is #525A6C. Grayscale: #A5A5A5. Windows color (decimal): -5397101 or 9676205. OLE color: 9676205.
HSL color Cylindrical-coordinate representation of color #ADA593: hue angle of 41.54º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA593 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 147 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.32 |
| HSL | 41.54º | 0.14% | 0.63% | - |
| HSV(B) | 41.54º | 0.15% | 0.68% | - |
| XYZ | 35.96 | 37.9 | 33.02 | - |
| YUV | 165.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 147 | 0 | 0.05 | 0.15 | 0.32 | 41.54 | 0.14 | 0.63 |
| Hex | AD | A5 | 93 | 0 | 5 | F | 20 | 2A | E | 3F |
| Octal | 255 | 245 | 223 | 0 | 5 | 17 | 40 | 52 | 16 | 77 |
| Binary | 10101101 | 10100101 | 10010011 | 0 | 101 | 1111 | 100000 | 101010 | 1110 | 111111 |
Color Harmonies of #ADA593
Complementary color
Monochromatic Colors of #ADA593
Black with #ADA593
Text Example
Text Example
White with #ADA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA593; }
p { color: rgb(173,165,147); }
H1.HeaderClassName
{
color: #ADA593;
}
.AnyTagClassName
{
color: #ADA593;
}
</style>
background-color css
<style>
a { background-color: #ADA593; }
a { background-color: rgb(173,165,147); }
div.DivClassName
{
background-color: #ADA593;
}
.BgClassName
{
background-color: #ADA593;
}
</style>
border-color css
<style>
span { border-color: #ADA593; }
span { border-color: rgb(173,165,147); }
td.TdClassName
{
border-color: #ADA593;
}
.TagClassName
{
border-color: #ADA593;
}
</style>