Shades of Bison Hide #ABA698
Tints of Bison Hide #ABA698
RGB
CMYK
RGB Variations
Color information
#ABA698 (or 0xABA698) is known color: Bison Hide. HEX triplet: AB, A6 and 98. RGB value is (171,166,152). Sum of RGB (Red+Green+Blue) = 171+166+152=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA698 is #545967. Grayscale: #A5A5A5. Windows color (decimal): -5527912 or 10004139. OLE color: 10004139.
HSL color Cylindrical-coordinate representation of color #ABA698: hue angle of 44.21º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA698 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 152 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.33 |
| HSL | 44.21º | 0.1% | 0.63% | - |
| HSV(B) | 44.21º | 0.11% | 0.67% | - |
| XYZ | 36.1 | 38.2 | 35.18 | - |
| YUV | 165.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 152 | 0 | 0.03 | 0.11 | 0.33 | 44.21 | 0.1 | 0.63 |
| Hex | AB | A6 | 98 | 0 | 3 | B | 21 | 2C | A | 3F |
| Octal | 253 | 246 | 230 | 0 | 3 | 13 | 41 | 54 | 12 | 77 |
| Binary | 10101011 | 10100110 | 10011000 | 0 | 11 | 1011 | 100001 | 101100 | 1010 | 111111 |
Color Harmonies of #ABA698
Complementary color
Monochromatic Colors of #ABA698
Black with #ABA698
Text Example
Text Example
White with #ABA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA698; }
p { color: rgb(171,166,152); }
H1.HeaderClassName
{
color: #ABA698;
}
.AnyTagClassName
{
color: #ABA698;
}
</style>
background-color css
<style>
a { background-color: #ABA698; }
a { background-color: rgb(171,166,152); }
div.DivClassName
{
background-color: #ABA698;
}
.BgClassName
{
background-color: #ABA698;
}
</style>
border-color css
<style>
span { border-color: #ABA698; }
span { border-color: rgb(171,166,152); }
td.TdClassName
{
border-color: #ABA698;
}
.TagClassName
{
border-color: #ABA698;
}
</style>