Shades of Bison Hide #ADA693
Tints of Bison Hide #ADA693
RGB
CMYK
RGB Variations
Color information
#ADA693 (or 0xADA693) is known color: Bison Hide. HEX triplet: AD, A6 and 93. RGB value is (173,166,147). Sum of RGB (Red+Green+Blue) = 173+166+147=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA693 is #52596C. Grayscale: #A6A6A6. Windows color (decimal): -5396845 or 9676461. OLE color: 9676461.
HSL color Cylindrical-coordinate representation of color #ADA693: hue angle of 43.85º 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 #ADA693 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 147 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.32 |
| HSL | 43.85º | 0.14% | 0.63% | - |
| HSV(B) | 43.85º | 0.15% | 0.68% | - |
| XYZ | 36.14 | 38.26 | 33.08 | - |
| YUV | 165.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 147 | 0 | 0.04 | 0.15 | 0.32 | 43.85 | 0.14 | 0.63 |
| Hex | AD | A6 | 93 | 0 | 4 | F | 20 | 2C | E | 3F |
| Octal | 255 | 246 | 223 | 0 | 4 | 17 | 40 | 54 | 16 | 77 |
| Binary | 10101101 | 10100110 | 10010011 | 0 | 100 | 1111 | 100000 | 101100 | 1110 | 111111 |
Color Harmonies of #ADA693
Complementary color
Monochromatic Colors of #ADA693
Black with #ADA693
Text Example
Text Example
White with #ADA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA693; }
p { color: rgb(173,166,147); }
H1.HeaderClassName
{
color: #ADA693;
}
.AnyTagClassName
{
color: #ADA693;
}
</style>
background-color css
<style>
a { background-color: #ADA693; }
a { background-color: rgb(173,166,147); }
div.DivClassName
{
background-color: #ADA693;
}
.BgClassName
{
background-color: #ADA693;
}
</style>
border-color css
<style>
span { border-color: #ADA693; }
span { border-color: rgb(173,166,147); }
td.TdClassName
{
border-color: #ADA693;
}
.TagClassName
{
border-color: #ADA693;
}
</style>