Shades of Bison Hide #AFAB9F
Tints of Bison Hide #AFAB9F
RGB
CMYK
RGB Variations
Color information
#AFAB9F (or 0xAFAB9F) is known color: Bison Hide. HEX triplet: AF, AB and 9F. RGB value is (175,171,159). Sum of RGB (Red+Green+Blue) = 175+171+159=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9F is #505460. Grayscale: #AAAAAA. Windows color (decimal): -5264481 or 10464175. OLE color: 10464175.
HSL color Cylindrical-coordinate representation of color #AFAB9F: hue angle of 45º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFAB9F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 171 | 159 | - |
CMYK | 0 | 0.02 | 0.09 | 0.31 |
HSL | 45º | 0.09% | 0.65% | - |
HSV(B) | 45º | 0.09% | 0.69% | - |
XYZ | 38.5 | 40.74 | 38.64 | - |
YUV | 170.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 171 | 159 | 0 | 0.02 | 0.09 | 0.31 | 45 | 0.09 | 0.65 |
Hex | AF | AB | 9F | 0 | 2 | 9 | 1F | 2D | 9 | 41 |
Octal | 257 | 253 | 237 | 0 | 2 | 11 | 37 | 55 | 11 | 101 |
Binary | 10101111 | 10101011 | 10011111 | 0 | 10 | 1001 | 11111 | 101101 | 1001 | 1000001 |
Color Harmonies of #AFAB9F
Complementary color
Monochromatic Colors of #AFAB9F
Black with #AFAB9F
Text Example
Text Example
White with #AFAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB9F; }
p { color: rgb(175,171,159); }
H1.HeaderClassName
{
color: #AFAB9F;
}
.AnyTagClassName
{
color: #AFAB9F;
}
</style>
background-color css
<style>
a { background-color: #AFAB9F; }
a { background-color: rgb(175,171,159); }
div.DivClassName
{
background-color: #AFAB9F;
}
.BgClassName
{
background-color: #AFAB9F;
}
</style>
border-color css
<style>
span { border-color: #AFAB9F; }
span { border-color: rgb(175,171,159); }
td.TdClassName
{
border-color: #AFAB9F;
}
.TagClassName
{
border-color: #AFAB9F;
}
</style>