Shades of Bison Hide #ABA391
Tints of Bison Hide #ABA391
RGB
CMYK
RGB Variations
Color information
#ABA391 (or 0xABA391) is known color: Bison Hide. HEX triplet: AB, A3 and 91. RGB value is (171,163,145). Sum of RGB (Red+Green+Blue) = 171+163+145=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA391 is #545C6E. Grayscale: #A3A3A3. Windows color (decimal): -5528687 or 9544619. OLE color: 9544619.
HSL color Cylindrical-coordinate representation of color #ABA391: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA391 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 145 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.33 |
| HSL | 41.54º | 0.13% | 0.62% | - |
| HSV(B) | 41.54º | 0.15% | 0.67% | - |
| XYZ | 35 | 36.9 | 32.06 | - |
| YUV | 163.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 145 | 0 | 0.05 | 0.15 | 0.33 | 41.54 | 0.13 | 0.62 |
| Hex | AB | A3 | 91 | 0 | 5 | F | 21 | 2A | D | 3E |
| Octal | 253 | 243 | 221 | 0 | 5 | 17 | 41 | 52 | 15 | 76 |
| Binary | 10101011 | 10100011 | 10010001 | 0 | 101 | 1111 | 100001 | 101010 | 1101 | 111110 |
Color Harmonies of #ABA391
Complementary color
Monochromatic Colors of #ABA391
Black with #ABA391
Text Example
Text Example
White with #ABA391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA391; }
p { color: rgb(171,163,145); }
H1.HeaderClassName
{
color: #ABA391;
}
.AnyTagClassName
{
color: #ABA391;
}
</style>
background-color css
<style>
a { background-color: #ABA391; }
a { background-color: rgb(171,163,145); }
div.DivClassName
{
background-color: #ABA391;
}
.BgClassName
{
background-color: #ABA391;
}
</style>
border-color css
<style>
span { border-color: #ABA391; }
span { border-color: rgb(171,163,145); }
td.TdClassName
{
border-color: #ABA391;
}
.TagClassName
{
border-color: #ABA391;
}
</style>