Shades of Bison Hide #AFAA9D
Tints of Bison Hide #AFAA9D
RGB
CMYK
RGB Variations
Color information
#AFAA9D (or 0xAFAA9D) is known color: Bison Hide. HEX triplet: AF, AA and 9D. RGB value is (175,170,157). Sum of RGB (Red+Green+Blue) = 175+170+157=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA9D is #505562. Grayscale: #AAAAAA. Windows color (decimal): -5264739 or 10332847. OLE color: 10332847.
HSL color Cylindrical-coordinate representation of color #AFAA9D: hue angle of 43.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFAA9D is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 157 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.31 |
| HSL | 43.33º | 0.1% | 0.65% | - |
| HSV(B) | 43.33º | 0.1% | 0.69% | - |
| XYZ | 38.14 | 40.3 | 37.67 | - |
| YUV | 170.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 157 | 0 | 0.03 | 0.10 | 0.31 | 43.33 | 0.1 | 0.65 |
| Hex | AF | AA | 9D | 0 | 3 | A | 1F | 2B | A | 41 |
| Octal | 257 | 252 | 235 | 0 | 3 | 12 | 37 | 53 | 12 | 101 |
| Binary | 10101111 | 10101010 | 10011101 | 0 | 11 | 1010 | 11111 | 101011 | 1010 | 1000001 |
Color Harmonies of #AFAA9D
Complementary color
Monochromatic Colors of #AFAA9D
Black with #AFAA9D
Text Example
Text Example
White with #AFAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA9D; }
p { color: rgb(175,170,157); }
H1.HeaderClassName
{
color: #AFAA9D;
}
.AnyTagClassName
{
color: #AFAA9D;
}
</style>
background-color css
<style>
a { background-color: #AFAA9D; }
a { background-color: rgb(175,170,157); }
div.DivClassName
{
background-color: #AFAA9D;
}
.BgClassName
{
background-color: #AFAA9D;
}
</style>
border-color css
<style>
span { border-color: #AFAA9D; }
span { border-color: rgb(175,170,157); }
td.TdClassName
{
border-color: #AFAA9D;
}
.TagClassName
{
border-color: #AFAA9D;
}
</style>