Shades of Bison Hide #ABA493
Tints of Bison Hide #ABA493
RGB
CMYK
RGB Variations
Color information
#ABA493 (or 0xABA493) is known color: Bison Hide. HEX triplet: AB, A4 and 93. RGB value is (171,164,147). Sum of RGB (Red+Green+Blue) = 171+164+147=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA493 is #545B6C. Grayscale: #A4A4A4. Windows color (decimal): -5528429 or 9675947. OLE color: 9675947.
HSL color Cylindrical-coordinate representation of color #ABA493: hue angle of 42.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA493 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 147 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.33 |
| HSL | 42.5º | 0.13% | 0.62% | - |
| HSV(B) | 42.5º | 0.14% | 0.67% | - |
| XYZ | 35.34 | 37.32 | 32.94 | - |
| YUV | 164.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 147 | 0 | 0.04 | 0.14 | 0.33 | 42.5 | 0.13 | 0.62 |
| Hex | AB | A4 | 93 | 0 | 4 | E | 21 | 2A | C | 3E |
| Octal | 253 | 244 | 223 | 0 | 4 | 16 | 41 | 52 | 14 | 76 |
| Binary | 10101011 | 10100100 | 10010011 | 0 | 100 | 1110 | 100001 | 101010 | 1100 | 111110 |
Color Harmonies of #ABA493
Complementary color
Monochromatic Colors of #ABA493
Black with #ABA493
Text Example
Text Example
White with #ABA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA493; }
p { color: rgb(171,164,147); }
H1.HeaderClassName
{
color: #ABA493;
}
.AnyTagClassName
{
color: #ABA493;
}
</style>
background-color css
<style>
a { background-color: #ABA493; }
a { background-color: rgb(171,164,147); }
div.DivClassName
{
background-color: #ABA493;
}
.BgClassName
{
background-color: #ABA493;
}
</style>
border-color css
<style>
span { border-color: #ABA493; }
span { border-color: rgb(171,164,147); }
td.TdClassName
{
border-color: #ABA493;
}
.TagClassName
{
border-color: #ABA493;
}
</style>