Shades of Bison Hide #ABA492
Tints of Bison Hide #ABA492
RGB
CMYK
RGB Variations
Color information
#ABA492 (or 0xABA492) is known color: Bison Hide. HEX triplet: AB, A4 and 92. RGB value is (171,164,146). Sum of RGB (Red+Green+Blue) = 171+164+146=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA492 is #545B6D. Grayscale: #A4A4A4. Windows color (decimal): -5528430 or 9610411. OLE color: 9610411.
HSL color Cylindrical-coordinate representation of color #ABA492: hue angle of 43.2º 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 #ABA492 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 146 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.33 |
| HSL | 43.2º | 0.13% | 0.62% | - |
| HSV(B) | 43.2º | 0.15% | 0.67% | - |
| XYZ | 35.26 | 37.28 | 32.53 | - |
| YUV | 164.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 146 | 0 | 0.04 | 0.15 | 0.33 | 43.2 | 0.13 | 0.62 |
| Hex | AB | A4 | 92 | 0 | 4 | F | 21 | 2B | D | 3E |
| Octal | 253 | 244 | 222 | 0 | 4 | 17 | 41 | 53 | 15 | 76 |
| Binary | 10101011 | 10100100 | 10010010 | 0 | 100 | 1111 | 100001 | 101011 | 1101 | 111110 |
Color Harmonies of #ABA492
Complementary color
Monochromatic Colors of #ABA492
Black with #ABA492
Text Example
Text Example
White with #ABA492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA492; }
p { color: rgb(171,164,146); }
H1.HeaderClassName
{
color: #ABA492;
}
.AnyTagClassName
{
color: #ABA492;
}
</style>
background-color css
<style>
a { background-color: #ABA492; }
a { background-color: rgb(171,164,146); }
div.DivClassName
{
background-color: #ABA492;
}
.BgClassName
{
background-color: #ABA492;
}
</style>
border-color css
<style>
span { border-color: #ABA492; }
span { border-color: rgb(171,164,146); }
td.TdClassName
{
border-color: #ABA492;
}
.TagClassName
{
border-color: #ABA492;
}
</style>