Shades of Bison Hide #ABA390
Tints of Bison Hide #ABA390
RGB
CMYK
RGB Variations
Color information
#ABA390 (or 0xABA390) is known color: Bison Hide. HEX triplet: AB, A3 and 90. RGB value is (171,163,144). Sum of RGB (Red+Green+Blue) = 171+163+144=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA390 is #545C6F. Grayscale: #A3A3A3. Windows color (decimal): -5528688 or 9479083. OLE color: 9479083.
HSL color Cylindrical-coordinate representation of color #ABA390: hue angle of 42.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA390 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 144 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.33 |
| HSL | 42.22º | 0.14% | 0.62% | - |
| HSV(B) | 42.22º | 0.16% | 0.67% | - |
| XYZ | 34.93 | 36.87 | 31.66 | - |
| YUV | 163.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 144 | 0 | 0.05 | 0.16 | 0.33 | 42.22 | 0.14 | 0.62 |
| Hex | AB | A3 | 90 | 0 | 5 | 10 | 21 | 2A | E | 3E |
| Octal | 253 | 243 | 220 | 0 | 5 | 20 | 41 | 52 | 16 | 76 |
| Binary | 10101011 | 10100011 | 10010000 | 0 | 101 | 10000 | 100001 | 101010 | 1110 | 111110 |
Color Harmonies of #ABA390
Complementary color
Monochromatic Colors of #ABA390
Black with #ABA390
Text Example
Text Example
White with #ABA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA390; }
p { color: rgb(171,163,144); }
H1.HeaderClassName
{
color: #ABA390;
}
.AnyTagClassName
{
color: #ABA390;
}
</style>
background-color css
<style>
a { background-color: #ABA390; }
a { background-color: rgb(171,163,144); }
div.DivClassName
{
background-color: #ABA390;
}
.BgClassName
{
background-color: #ABA390;
}
</style>
border-color css
<style>
span { border-color: #ABA390; }
span { border-color: rgb(171,163,144); }
td.TdClassName
{
border-color: #ABA390;
}
.TagClassName
{
border-color: #ABA390;
}
</style>