Shades of Bison Hide #AFA690
Tints of Bison Hide #AFA690
RGB
CMYK
RGB Variations
Color information
#AFA690 (or 0xAFA690) is known color: Bison Hide. HEX triplet: AF, A6 and 90. RGB value is (175,166,144). Sum of RGB (Red+Green+Blue) = 175+166+144=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA690 is #50596F. Grayscale: #A6A6A6. Windows color (decimal): -5265776 or 9479855. OLE color: 9479855.
HSL color Cylindrical-coordinate representation of color #AFA690: hue angle of 42.58º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA690 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 144 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.31 |
| HSL | 42.58º | 0.16% | 0.63% | - |
| HSV(B) | 42.58º | 0.18% | 0.69% | - |
| XYZ | 36.35 | 38.4 | 31.88 | - |
| YUV | 166.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 144 | 0 | 0.05 | 0.18 | 0.31 | 42.58 | 0.16 | 0.63 |
| Hex | AF | A6 | 90 | 0 | 5 | 12 | 1F | 2B | 10 | 3F |
| Octal | 257 | 246 | 220 | 0 | 5 | 22 | 37 | 53 | 20 | 77 |
| Binary | 10101111 | 10100110 | 10010000 | 0 | 101 | 10010 | 11111 | 101011 | 10000 | 111111 |
Color Harmonies of #AFA690
Complementary color
Monochromatic Colors of #AFA690
Black with #AFA690
Text Example
Text Example
White with #AFA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA690; }
p { color: rgb(175,166,144); }
H1.HeaderClassName
{
color: #AFA690;
}
.AnyTagClassName
{
color: #AFA690;
}
</style>
background-color css
<style>
a { background-color: #AFA690; }
a { background-color: rgb(175,166,144); }
div.DivClassName
{
background-color: #AFA690;
}
.BgClassName
{
background-color: #AFA690;
}
</style>
border-color css
<style>
span { border-color: #AFA690; }
span { border-color: rgb(175,166,144); }
td.TdClassName
{
border-color: #AFA690;
}
.TagClassName
{
border-color: #AFA690;
}
</style>