Shades of Bison Hide #AFA28F
Tints of Bison Hide #AFA28F
RGB
CMYK
RGB Variations
Color information
#AFA28F (or 0xAFA28F) is known color: Bison Hide. HEX triplet: AF, A2 and 8F. RGB value is (175,162,143). Sum of RGB (Red+Green+Blue) = 175+162+143=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28F is #505D70. Grayscale: #A3A3A3. Windows color (decimal): -5266801 or 9413295. OLE color: 9413295.
HSL color Cylindrical-coordinate representation of color #AFA28F: hue angle of 35.62º 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 #AFA28F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 143 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.31 |
| HSL | 35.63º | 0.17% | 0.62% | - |
| HSV(B) | 35.63º | 0.18% | 0.69% | - |
| XYZ | 35.56 | 36.94 | 31.24 | - |
| YUV | 163.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 143 | 0 | 0.07 | 0.18 | 0.31 | 35.63 | 0.17 | 0.62 |
| Hex | AF | A2 | 8F | 0 | 7 | 12 | 1F | 24 | 11 | 3E |
| Octal | 257 | 242 | 217 | 0 | 7 | 22 | 37 | 44 | 21 | 76 |
| Binary | 10101111 | 10100010 | 10001111 | 0 | 111 | 10010 | 11111 | 100100 | 10001 | 111110 |
Color Harmonies of #AFA28F
Complementary color
Monochromatic Colors of #AFA28F
Black with #AFA28F
Text Example
Text Example
White with #AFA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA28F; }
p { color: rgb(175,162,143); }
H1.HeaderClassName
{
color: #AFA28F;
}
.AnyTagClassName
{
color: #AFA28F;
}
</style>
background-color css
<style>
a { background-color: #AFA28F; }
a { background-color: rgb(175,162,143); }
div.DivClassName
{
background-color: #AFA28F;
}
.BgClassName
{
background-color: #AFA28F;
}
</style>
border-color css
<style>
span { border-color: #AFA28F; }
span { border-color: rgb(175,162,143); }
td.TdClassName
{
border-color: #AFA28F;
}
.TagClassName
{
border-color: #AFA28F;
}
</style>