Shades of Bison Hide #ADA58F
Tints of Bison Hide #ADA58F
RGB
CMYK
RGB Variations
Color information
#ADA58F (or 0xADA58F) is known color: Bison Hide. HEX triplet: AD, A5 and 8F. RGB value is (173,165,143). Sum of RGB (Red+Green+Blue) = 173+165+143=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58F is #525A70. Grayscale: #A4A4A4. Windows color (decimal): -5397105 or 9414061. OLE color: 9414061.
HSL color Cylindrical-coordinate representation of color #ADA58F: hue angle of 44º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA58F is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 143 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.32 |
| HSL | 44º | 0.15% | 0.62% | - |
| HSV(B) | 44º | 0.17% | 0.68% | - |
| XYZ | 35.65 | 37.78 | 31.4 | - |
| YUV | 164.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 143 | 0 | 0.05 | 0.17 | 0.32 | 44 | 0.15 | 0.62 |
| Hex | AD | A5 | 8F | 0 | 5 | 11 | 20 | 2C | F | 3E |
| Octal | 255 | 245 | 217 | 0 | 5 | 21 | 40 | 54 | 17 | 76 |
| Binary | 10101101 | 10100101 | 10001111 | 0 | 101 | 10001 | 100000 | 101100 | 1111 | 111110 |
Color Harmonies of #ADA58F
Complementary color
Monochromatic Colors of #ADA58F
Black with #ADA58F
Text Example
Text Example
White with #ADA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA58F; }
p { color: rgb(173,165,143); }
H1.HeaderClassName
{
color: #ADA58F;
}
.AnyTagClassName
{
color: #ADA58F;
}
</style>
background-color css
<style>
a { background-color: #ADA58F; }
a { background-color: rgb(173,165,143); }
div.DivClassName
{
background-color: #ADA58F;
}
.BgClassName
{
background-color: #ADA58F;
}
</style>
border-color css
<style>
span { border-color: #ADA58F; }
span { border-color: rgb(173,165,143); }
td.TdClassName
{
border-color: #ADA58F;
}
.TagClassName
{
border-color: #ADA58F;
}
</style>