Shades of Bison Hide #AFA898
Tints of Bison Hide #AFA898
RGB
CMYK
RGB Variations
Color information
#AFA898 (or 0xAFA898) is known color: Bison Hide. HEX triplet: AF, A8 and 98. RGB value is (175,168,152). Sum of RGB (Red+Green+Blue) = 175+168+152=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA898 is #505767. Grayscale: #A8A8A8. Windows color (decimal): -5265256 or 10004655. OLE color: 10004655.
HSL color Cylindrical-coordinate representation of color #AFA898: hue angle of 41.74º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA898 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 152 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.31 |
| HSL | 41.74º | 0.13% | 0.64% | - |
| HSV(B) | 41.74º | 0.13% | 0.69% | - |
| XYZ | 37.35 | 39.39 | 35.34 | - |
| YUV | 168.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 152 | 0 | 0.04 | 0.13 | 0.31 | 41.74 | 0.13 | 0.64 |
| Hex | AF | A8 | 98 | 0 | 4 | D | 1F | 2A | D | 40 |
| Octal | 257 | 250 | 230 | 0 | 4 | 15 | 37 | 52 | 15 | 100 |
| Binary | 10101111 | 10101000 | 10011000 | 0 | 100 | 1101 | 11111 | 101010 | 1101 | 1000000 |
Color Harmonies of #AFA898
Complementary color
Monochromatic Colors of #AFA898
Black with #AFA898
Text Example
Text Example
White with #AFA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA898; }
p { color: rgb(175,168,152); }
H1.HeaderClassName
{
color: #AFA898;
}
.AnyTagClassName
{
color: #AFA898;
}
</style>
background-color css
<style>
a { background-color: #AFA898; }
a { background-color: rgb(175,168,152); }
div.DivClassName
{
background-color: #AFA898;
}
.BgClassName
{
background-color: #AFA898;
}
</style>
border-color css
<style>
span { border-color: #AFA898; }
span { border-color: rgb(175,168,152); }
td.TdClassName
{
border-color: #AFA898;
}
.TagClassName
{
border-color: #AFA898;
}
</style>