Shades of Bison Hide #AFA896
Tints of Bison Hide #AFA896
RGB
CMYK
RGB Variations
Color information
#AFA896 (or 0xAFA896) is known color: Bison Hide. HEX triplet: AF, A8 and 96. RGB value is (175,168,150). Sum of RGB (Red+Green+Blue) = 175+168+150=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA896 is #505769. Grayscale: #A8A8A8. Windows color (decimal): -5265258 or 9873583. OLE color: 9873583.
HSL color Cylindrical-coordinate representation of color #AFA896: hue angle of 43.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA896 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 150 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.31 |
| HSL | 43.2º | 0.14% | 0.64% | - |
| HSV(B) | 43.2º | 0.14% | 0.69% | - |
| XYZ | 37.19 | 39.32 | 34.48 | - |
| YUV | 168.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 150 | 0 | 0.04 | 0.14 | 0.31 | 43.2 | 0.14 | 0.64 |
| Hex | AF | A8 | 96 | 0 | 4 | E | 1F | 2B | E | 40 |
| Octal | 257 | 250 | 226 | 0 | 4 | 16 | 37 | 53 | 16 | 100 |
| Binary | 10101111 | 10101000 | 10010110 | 0 | 100 | 1110 | 11111 | 101011 | 1110 | 1000000 |
Color Harmonies of #AFA896
Complementary color
Monochromatic Colors of #AFA896
Black with #AFA896
Text Example
Text Example
White with #AFA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA896; }
p { color: rgb(175,168,150); }
H1.HeaderClassName
{
color: #AFA896;
}
.AnyTagClassName
{
color: #AFA896;
}
</style>
background-color css
<style>
a { background-color: #AFA896; }
a { background-color: rgb(175,168,150); }
div.DivClassName
{
background-color: #AFA896;
}
.BgClassName
{
background-color: #AFA896;
}
</style>
border-color css
<style>
span { border-color: #AFA896; }
span { border-color: rgb(175,168,150); }
td.TdClassName
{
border-color: #AFA896;
}
.TagClassName
{
border-color: #AFA896;
}
</style>