Shades of Bison Hide #AFA899
Tints of Bison Hide #AFA899
RGB
CMYK
RGB Variations
Color information
#AFA899 (or 0xAFA899) is known color: Bison Hide. HEX triplet: AF, A8 and 99. RGB value is (175,168,153). Sum of RGB (Red+Green+Blue) = 175+168+153=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA899 is #505766. Grayscale: #A8A8A8. Windows color (decimal): -5265255 or 10070191. OLE color: 10070191.
HSL color Cylindrical-coordinate representation of color #AFA899: hue angle of 40.91º degrees, saturation: 0.12, 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 #AFA899 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 153 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.31 |
| HSL | 40.91º | 0.12% | 0.64% | - |
| HSV(B) | 40.91º | 0.13% | 0.69% | - |
| XYZ | 37.43 | 39.42 | 35.77 | - |
| YUV | 168.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 153 | 0 | 0.04 | 0.13 | 0.31 | 40.91 | 0.12 | 0.64 |
| Hex | AF | A8 | 99 | 0 | 4 | D | 1F | 29 | C | 40 |
| Octal | 257 | 250 | 231 | 0 | 4 | 15 | 37 | 51 | 14 | 100 |
| Binary | 10101111 | 10101000 | 10011001 | 0 | 100 | 1101 | 11111 | 101001 | 1100 | 1000000 |
Color Harmonies of #AFA899
Complementary color
Monochromatic Colors of #AFA899
Black with #AFA899
Text Example
Text Example
White with #AFA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA899; }
p { color: rgb(175,168,153); }
H1.HeaderClassName
{
color: #AFA899;
}
.AnyTagClassName
{
color: #AFA899;
}
</style>
background-color css
<style>
a { background-color: #AFA899; }
a { background-color: rgb(175,168,153); }
div.DivClassName
{
background-color: #AFA899;
}
.BgClassName
{
background-color: #AFA899;
}
</style>
border-color css
<style>
span { border-color: #AFA899; }
span { border-color: rgb(175,168,153); }
td.TdClassName
{
border-color: #AFA899;
}
.TagClassName
{
border-color: #AFA899;
}
</style>