Shades of Bison Hide #AFA68D
Tints of Bison Hide #AFA68D
RGB
CMYK
RGB Variations
Color information
#AFA68D (or 0xAFA68D) is known color: Bison Hide. HEX triplet: AF, A6 and 8D. RGB value is (175,166,141). Sum of RGB (Red+Green+Blue) = 175+166+141=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68D is #505972. Grayscale: #A5A5A5. Windows color (decimal): -5265779 or 9283247. OLE color: 9283247.
HSL color Cylindrical-coordinate representation of color #AFA68D: hue angle of 44.12º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA68D is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 141 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.31 |
| HSL | 44.12º | 0.18% | 0.62% | - |
| HSV(B) | 44.12º | 0.19% | 0.69% | - |
| XYZ | 36.12 | 38.31 | 30.69 | - |
| YUV | 165.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 141 | 0 | 0.05 | 0.19 | 0.31 | 44.12 | 0.18 | 0.62 |
| Hex | AF | A6 | 8D | 0 | 5 | 13 | 1F | 2C | 12 | 3E |
| Octal | 257 | 246 | 215 | 0 | 5 | 23 | 37 | 54 | 22 | 76 |
| Binary | 10101111 | 10100110 | 10001101 | 0 | 101 | 10011 | 11111 | 101100 | 10010 | 111110 |
Color Harmonies of #AFA68D
Complementary color
Monochromatic Colors of #AFA68D
Black with #AFA68D
Text Example
Text Example
White with #AFA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA68D; }
p { color: rgb(175,166,141); }
H1.HeaderClassName
{
color: #AFA68D;
}
.AnyTagClassName
{
color: #AFA68D;
}
</style>
background-color css
<style>
a { background-color: #AFA68D; }
a { background-color: rgb(175,166,141); }
div.DivClassName
{
background-color: #AFA68D;
}
.BgClassName
{
background-color: #AFA68D;
}
</style>
border-color css
<style>
span { border-color: #AFA68D; }
span { border-color: rgb(175,166,141); }
td.TdClassName
{
border-color: #AFA68D;
}
.TagClassName
{
border-color: #AFA68D;
}
</style>