Shades of Bison Hide #ABA292
Tints of Bison Hide #ABA292
RGB
CMYK
RGB Variations
Color information
#ABA292 (or 0xABA292) is known color: Bison Hide. HEX triplet: AB, A2 and 92. RGB value is (171,162,146). Sum of RGB (Red+Green+Blue) = 171+162+146=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA292 is #545D6D. Grayscale: #A2A2A2. Windows color (decimal): -5528942 or 9609899. OLE color: 9609899.
HSL color Cylindrical-coordinate representation of color #ABA292: hue angle of 38.4º 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 #ABA292 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 146 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.33 |
| HSL | 38.4º | 0.13% | 0.62% | - |
| HSV(B) | 38.4º | 0.15% | 0.67% | - |
| XYZ | 34.9 | 36.57 | 32.41 | - |
| YUV | 162.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 146 | 0 | 0.05 | 0.15 | 0.33 | 38.4 | 0.13 | 0.62 |
| Hex | AB | A2 | 92 | 0 | 5 | F | 21 | 26 | D | 3E |
| Octal | 253 | 242 | 222 | 0 | 5 | 17 | 41 | 46 | 15 | 76 |
| Binary | 10101011 | 10100010 | 10010010 | 0 | 101 | 1111 | 100001 | 100110 | 1101 | 111110 |
Color Harmonies of #ABA292
Complementary color
Monochromatic Colors of #ABA292
Black with #ABA292
Text Example
Text Example
White with #ABA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA292; }
p { color: rgb(171,162,146); }
H1.HeaderClassName
{
color: #ABA292;
}
.AnyTagClassName
{
color: #ABA292;
}
</style>
background-color css
<style>
a { background-color: #ABA292; }
a { background-color: rgb(171,162,146); }
div.DivClassName
{
background-color: #ABA292;
}
.BgClassName
{
background-color: #ABA292;
}
</style>
border-color css
<style>
span { border-color: #ABA292; }
span { border-color: rgb(171,162,146); }
td.TdClassName
{
border-color: #ABA292;
}
.TagClassName
{
border-color: #ABA292;
}
</style>