Shades of Bison Hide #ADA48E
Tints of Bison Hide #ADA48E
RGB
CMYK
RGB Variations
Color information
#ADA48E (or 0xADA48E) is known color: Bison Hide. HEX triplet: AD, A4 and 8E. RGB value is (173,164,142). Sum of RGB (Red+Green+Blue) = 173+164+142=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48E is #525B71. Grayscale: #A4A4A4. Windows color (decimal): -5397362 or 9348269. OLE color: 9348269.
HSL color Cylindrical-coordinate representation of color #ADA48E: hue angle of 42.58º 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 #ADA48E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 142 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.32 |
| HSL | 42.58º | 0.16% | 0.62% | - |
| HSV(B) | 42.58º | 0.18% | 0.68% | - |
| XYZ | 35.39 | 37.39 | 30.94 | - |
| YUV | 164.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 142 | 0 | 0.05 | 0.18 | 0.32 | 42.58 | 0.16 | 0.62 |
| Hex | AD | A4 | 8E | 0 | 5 | 12 | 20 | 2B | 10 | 3E |
| Octal | 255 | 244 | 216 | 0 | 5 | 22 | 40 | 53 | 20 | 76 |
| Binary | 10101101 | 10100100 | 10001110 | 0 | 101 | 10010 | 100000 | 101011 | 10000 | 111110 |
Color Harmonies of #ADA48E
Complementary color
Monochromatic Colors of #ADA48E
Black with #ADA48E
Text Example
Text Example
White with #ADA48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA48E; }
p { color: rgb(173,164,142); }
H1.HeaderClassName
{
color: #ADA48E;
}
.AnyTagClassName
{
color: #ADA48E;
}
</style>
background-color css
<style>
a { background-color: #ADA48E; }
a { background-color: rgb(173,164,142); }
div.DivClassName
{
background-color: #ADA48E;
}
.BgClassName
{
background-color: #ADA48E;
}
</style>
border-color css
<style>
span { border-color: #ADA48E; }
span { border-color: rgb(173,164,142); }
td.TdClassName
{
border-color: #ADA48E;
}
.TagClassName
{
border-color: #ADA48E;
}
</style>