Shades of Bison Hide #AFA28E
Tints of Bison Hide #AFA28E
RGB
CMYK
RGB Variations
Color information
#AFA28E (or 0xAFA28E) is known color: Bison Hide. HEX triplet: AF, A2 and 8E. RGB value is (175,162,142). Sum of RGB (Red+Green+Blue) = 175+162+142=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28E is #505D71. Grayscale: #A3A3A3. Windows color (decimal): -5266802 or 9347759. OLE color: 9347759.
HSL color Cylindrical-coordinate representation of color #AFA28E: hue angle of 36.36º degrees, saturation: 0.17, 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 #AFA28E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 142 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.31 |
| HSL | 36.36º | 0.17% | 0.62% | - |
| HSV(B) | 36.36º | 0.19% | 0.69% | - |
| XYZ | 35.48 | 36.91 | 30.84 | - |
| YUV | 163.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 142 | 0 | 0.07 | 0.19 | 0.31 | 36.36 | 0.17 | 0.62 |
| Hex | AF | A2 | 8E | 0 | 7 | 13 | 1F | 24 | 11 | 3E |
| Octal | 257 | 242 | 216 | 0 | 7 | 23 | 37 | 44 | 21 | 76 |
| Binary | 10101111 | 10100010 | 10001110 | 0 | 111 | 10011 | 11111 | 100100 | 10001 | 111110 |
Color Harmonies of #AFA28E
Complementary color
Monochromatic Colors of #AFA28E
Black with #AFA28E
Text Example
Text Example
White with #AFA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA28E; }
p { color: rgb(175,162,142); }
H1.HeaderClassName
{
color: #AFA28E;
}
.AnyTagClassName
{
color: #AFA28E;
}
</style>
background-color css
<style>
a { background-color: #AFA28E; }
a { background-color: rgb(175,162,142); }
div.DivClassName
{
background-color: #AFA28E;
}
.BgClassName
{
background-color: #AFA28E;
}
</style>
border-color css
<style>
span { border-color: #AFA28E; }
span { border-color: rgb(175,162,142); }
td.TdClassName
{
border-color: #AFA28E;
}
.TagClassName
{
border-color: #AFA28E;
}
</style>