Shades of Bison Hide #ABA495
Tints of Bison Hide #ABA495
RGB
CMYK
RGB Variations
Color information
#ABA495 (or 0xABA495) is known color: Bison Hide. HEX triplet: AB, A4 and 95. RGB value is (171,164,149). Sum of RGB (Red+Green+Blue) = 171+164+149=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA495 is #545B6A. Grayscale: #A4A4A4. Windows color (decimal): -5528427 or 9807019. OLE color: 9807019.
HSL color Cylindrical-coordinate representation of color #ABA495: hue angle of 40.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA495 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 149 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.33 |
| HSL | 40.91º | 0.12% | 0.63% | - |
| HSV(B) | 40.91º | 0.13% | 0.67% | - |
| XYZ | 35.49 | 37.38 | 33.78 | - |
| YUV | 164.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 149 | 0 | 0.04 | 0.13 | 0.33 | 40.91 | 0.12 | 0.63 |
| Hex | AB | A4 | 95 | 0 | 4 | D | 21 | 29 | C | 3F |
| Octal | 253 | 244 | 225 | 0 | 4 | 15 | 41 | 51 | 14 | 77 |
| Binary | 10101011 | 10100100 | 10010101 | 0 | 100 | 1101 | 100001 | 101001 | 1100 | 111111 |
Color Harmonies of #ABA495
Complementary color
Monochromatic Colors of #ABA495
Black with #ABA495
Text Example
Text Example
White with #ABA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA495; }
p { color: rgb(171,164,149); }
H1.HeaderClassName
{
color: #ABA495;
}
.AnyTagClassName
{
color: #ABA495;
}
</style>
background-color css
<style>
a { background-color: #ABA495; }
a { background-color: rgb(171,164,149); }
div.DivClassName
{
background-color: #ABA495;
}
.BgClassName
{
background-color: #ABA495;
}
</style>
border-color css
<style>
span { border-color: #ABA495; }
span { border-color: rgb(171,164,149); }
td.TdClassName
{
border-color: #ABA495;
}
.TagClassName
{
border-color: #ABA495;
}
</style>