Shades of Bison Hide #ADA48C
Tints of Bison Hide #ADA48C
RGB
CMYK
RGB Variations
Color information
#ADA48C (or 0xADA48C) is known color: Bison Hide. HEX triplet: AD, A4 and 8C. RGB value is (173,164,140). Sum of RGB (Red+Green+Blue) = 173+164+140=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48C is #525B73. Grayscale: #A4A4A4. Windows color (decimal): -5397364 or 9217197. OLE color: 9217197.
HSL color Cylindrical-coordinate representation of color #ADA48C: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA48C is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 140 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.32 |
| HSL | 43.64º | 0.17% | 0.61% | - |
| HSV(B) | 43.64º | 0.19% | 0.68% | - |
| XYZ | 35.24 | 37.33 | 30.16 | - |
| YUV | 163.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 140 | 0 | 0.05 | 0.19 | 0.32 | 43.64 | 0.17 | 0.61 |
| Hex | AD | A4 | 8C | 0 | 5 | 13 | 20 | 2C | 11 | 3D |
| Octal | 255 | 244 | 214 | 0 | 5 | 23 | 40 | 54 | 21 | 75 |
| Binary | 10101101 | 10100100 | 10001100 | 0 | 101 | 10011 | 100000 | 101100 | 10001 | 111101 |
Color Harmonies of #ADA48C
Complementary color
Monochromatic Colors of #ADA48C
Black with #ADA48C
Text Example
Text Example
White with #ADA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA48C; }
p { color: rgb(173,164,140); }
H1.HeaderClassName
{
color: #ADA48C;
}
.AnyTagClassName
{
color: #ADA48C;
}
</style>
background-color css
<style>
a { background-color: #ADA48C; }
a { background-color: rgb(173,164,140); }
div.DivClassName
{
background-color: #ADA48C;
}
.BgClassName
{
background-color: #ADA48C;
}
</style>
border-color css
<style>
span { border-color: #ADA48C; }
span { border-color: rgb(173,164,140); }
td.TdClassName
{
border-color: #ADA48C;
}
.TagClassName
{
border-color: #ADA48C;
}
</style>