Shades of Bison Hide #ADA290
Tints of Bison Hide #ADA290
RGB
CMYK
RGB Variations
Color information
#ADA290 (or 0xADA290) is known color: Bison Hide. HEX triplet: AD, A2 and 90. RGB value is (173,162,144). Sum of RGB (Red+Green+Blue) = 173+162+144=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA290 is #525D6F. Grayscale: #A3A3A3. Windows color (decimal): -5397872 or 9478829. OLE color: 9478829.
HSL color Cylindrical-coordinate representation of color #ADA290: hue angle of 37.24º 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 #ADA290 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 144 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.32 |
| HSL | 37.24º | 0.15% | 0.62% | - |
| HSV(B) | 37.24º | 0.17% | 0.68% | - |
| XYZ | 35.19 | 36.74 | 31.62 | - |
| YUV | 163.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 144 | 0 | 0.06 | 0.17 | 0.32 | 37.24 | 0.15 | 0.62 |
| Hex | AD | A2 | 90 | 0 | 6 | 11 | 20 | 25 | F | 3E |
| Octal | 255 | 242 | 220 | 0 | 6 | 21 | 40 | 45 | 17 | 76 |
| Binary | 10101101 | 10100010 | 10010000 | 0 | 110 | 10001 | 100000 | 100101 | 1111 | 111110 |
Color Harmonies of #ADA290
Complementary color
Monochromatic Colors of #ADA290
Black with #ADA290
Text Example
Text Example
White with #ADA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA290; }
p { color: rgb(173,162,144); }
H1.HeaderClassName
{
color: #ADA290;
}
.AnyTagClassName
{
color: #ADA290;
}
</style>
background-color css
<style>
a { background-color: #ADA290; }
a { background-color: rgb(173,162,144); }
div.DivClassName
{
background-color: #ADA290;
}
.BgClassName
{
background-color: #ADA290;
}
</style>
border-color css
<style>
span { border-color: #ADA290; }
span { border-color: rgb(173,162,144); }
td.TdClassName
{
border-color: #ADA290;
}
.TagClassName
{
border-color: #ADA290;
}
</style>