Shades of Bison Hide #ADA48D
Tints of Bison Hide #ADA48D
RGB
CMYK
RGB Variations
Color information
#ADA48D (or 0xADA48D) is known color: Bison Hide. HEX triplet: AD, A4 and 8D. RGB value is (173,164,141). Sum of RGB (Red+Green+Blue) = 173+164+141=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48D is #525B72. Grayscale: #A4A4A4. Windows color (decimal): -5397363 or 9282733. OLE color: 9282733.
HSL color Cylindrical-coordinate representation of color #ADA48D: hue angle of 43.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA48D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 141 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.32 |
| HSL | 43.13º | 0.16% | 0.62% | - |
| HSV(B) | 43.13º | 0.18% | 0.68% | - |
| XYZ | 35.32 | 37.36 | 30.55 | - |
| YUV | 164.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 141 | 0 | 0.05 | 0.18 | 0.32 | 43.13 | 0.16 | 0.62 |
| Hex | AD | A4 | 8D | 0 | 5 | 12 | 20 | 2B | 10 | 3E |
| Octal | 255 | 244 | 215 | 0 | 5 | 22 | 40 | 53 | 20 | 76 |
| Binary | 10101101 | 10100100 | 10001101 | 0 | 101 | 10010 | 100000 | 101011 | 10000 | 111110 |
Color Harmonies of #ADA48D
Complementary color
Monochromatic Colors of #ADA48D
Black with #ADA48D
Text Example
Text Example
White with #ADA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA48D; }
p { color: rgb(173,164,141); }
H1.HeaderClassName
{
color: #ADA48D;
}
.AnyTagClassName
{
color: #ADA48D;
}
</style>
background-color css
<style>
a { background-color: #ADA48D; }
a { background-color: rgb(173,164,141); }
div.DivClassName
{
background-color: #ADA48D;
}
.BgClassName
{
background-color: #ADA48D;
}
</style>
border-color css
<style>
span { border-color: #ADA48D; }
span { border-color: rgb(173,164,141); }
td.TdClassName
{
border-color: #ADA48D;
}
.TagClassName
{
border-color: #ADA48D;
}
</style>