Shades of Bison Hide #AFA68F
Tints of Bison Hide #AFA68F
RGB
CMYK
RGB Variations
Color information
#AFA68F (or 0xAFA68F) is known color: Bison Hide. HEX triplet: AF, A6 and 8F. RGB value is (175,166,143). Sum of RGB (Red+Green+Blue) = 175+166+143=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68F is #505970. Grayscale: #A6A6A6. Windows color (decimal): -5265777 or 9414319. OLE color: 9414319.
HSL color Cylindrical-coordinate representation of color #AFA68F: hue angle of 43.12º 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 #AFA68F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 143 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.31 |
| HSL | 43.13º | 0.17% | 0.62% | - |
| HSV(B) | 43.13º | 0.18% | 0.69% | - |
| XYZ | 36.27 | 38.37 | 31.48 | - |
| YUV | 166.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 143 | 0 | 0.05 | 0.18 | 0.31 | 43.13 | 0.17 | 0.62 |
| Hex | AF | A6 | 8F | 0 | 5 | 12 | 1F | 2B | 11 | 3E |
| Octal | 257 | 246 | 217 | 0 | 5 | 22 | 37 | 53 | 21 | 76 |
| Binary | 10101111 | 10100110 | 10001111 | 0 | 101 | 10010 | 11111 | 101011 | 10001 | 111110 |
Color Harmonies of #AFA68F
Complementary color
Monochromatic Colors of #AFA68F
Black with #AFA68F
Text Example
Text Example
White with #AFA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA68F; }
p { color: rgb(175,166,143); }
H1.HeaderClassName
{
color: #AFA68F;
}
.AnyTagClassName
{
color: #AFA68F;
}
</style>
background-color css
<style>
a { background-color: #AFA68F; }
a { background-color: rgb(175,166,143); }
div.DivClassName
{
background-color: #AFA68F;
}
.BgClassName
{
background-color: #AFA68F;
}
</style>
border-color css
<style>
span { border-color: #AFA68F; }
span { border-color: rgb(175,166,143); }
td.TdClassName
{
border-color: #AFA68F;
}
.TagClassName
{
border-color: #AFA68F;
}
</style>