Shades of Bison Hide #ADA58E
Tints of Bison Hide #ADA58E
RGB
CMYK
RGB Variations
Color information
#ADA58E (or 0xADA58E) is known color: Bison Hide. HEX triplet: AD, A5 and 8E. RGB value is (173,165,142). Sum of RGB (Red+Green+Blue) = 173+165+142=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58E is #525A71. Grayscale: #A4A4A4. Windows color (decimal): -5397106 or 9348525. OLE color: 9348525.
HSL color Cylindrical-coordinate representation of color #ADA58E: hue angle of 44.52º 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 #ADA58E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 165 | 142 | - |
CMYK | 0 | 0.05 | 0.18 | 0.32 |
HSL | 44.52º | 0.16% | 0.62% | - |
HSV(B) | 44.52º | 0.18% | 0.68% | - |
XYZ | 35.57 | 37.75 | 31 | - |
YUV | 164.77 | 115.15 | 133.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 165 | 142 | 0 | 0.05 | 0.18 | 0.32 | 44.52 | 0.16 | 0.62 |
Hex | AD | A5 | 8E | 0 | 5 | 12 | 20 | 2D | 10 | 3E |
Octal | 255 | 245 | 216 | 0 | 5 | 22 | 40 | 55 | 20 | 76 |
Binary | 10101101 | 10100101 | 10001110 | 0 | 101 | 10010 | 100000 | 101101 | 10000 | 111110 |
Color Harmonies of #ADA58E
Complementary color
Monochromatic Colors of #ADA58E
Black with #ADA58E
Text Example
Text Example
White with #ADA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA58E; }
p { color: rgb(173,165,142); }
H1.HeaderClassName
{
color: #ADA58E;
}
.AnyTagClassName
{
color: #ADA58E;
}
</style>
background-color css
<style>
a { background-color: #ADA58E; }
a { background-color: rgb(173,165,142); }
div.DivClassName
{
background-color: #ADA58E;
}
.BgClassName
{
background-color: #ADA58E;
}
</style>
border-color css
<style>
span { border-color: #ADA58E; }
span { border-color: rgb(173,165,142); }
td.TdClassName
{
border-color: #ADA58E;
}
.TagClassName
{
border-color: #ADA58E;
}
</style>