Shades of Bison Hide #AFA38F
Tints of Bison Hide #AFA38F
RGB
CMYK
RGB Variations
Color information
#AFA38F (or 0xAFA38F) is known color: Bison Hide. HEX triplet: AF, A3 and 8F. RGB value is (175,163,143). Sum of RGB (Red+Green+Blue) = 175+163+143=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA38F is #505C70. Grayscale: #A4A4A4. Windows color (decimal): -5266545 or 9413551. OLE color: 9413551.
HSL color Cylindrical-coordinate representation of color #AFA38F: hue angle of 37.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA38F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 143 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.31 |
| HSL | 37.5º | 0.17% | 0.62% | - |
| HSV(B) | 37.5º | 0.18% | 0.69% | - |
| XYZ | 35.73 | 37.29 | 31.3 | - |
| YUV | 164.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 143 | 0 | 0.07 | 0.18 | 0.31 | 37.5 | 0.17 | 0.62 |
| Hex | AF | A3 | 8F | 0 | 7 | 12 | 1F | 26 | 11 | 3E |
| Octal | 257 | 243 | 217 | 0 | 7 | 22 | 37 | 46 | 21 | 76 |
| Binary | 10101111 | 10100011 | 10001111 | 0 | 111 | 10010 | 11111 | 100110 | 10001 | 111110 |
Color Harmonies of #AFA38F
Complementary color
Monochromatic Colors of #AFA38F
Black with #AFA38F
Text Example
Text Example
White with #AFA38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA38F; }
p { color: rgb(175,163,143); }
H1.HeaderClassName
{
color: #AFA38F;
}
.AnyTagClassName
{
color: #AFA38F;
}
</style>
background-color css
<style>
a { background-color: #AFA38F; }
a { background-color: rgb(175,163,143); }
div.DivClassName
{
background-color: #AFA38F;
}
.BgClassName
{
background-color: #AFA38F;
}
</style>
border-color css
<style>
span { border-color: #AFA38F; }
span { border-color: rgb(175,163,143); }
td.TdClassName
{
border-color: #AFA38F;
}
.TagClassName
{
border-color: #AFA38F;
}
</style>