Shades of Bison Hide #ADA99D
Tints of Bison Hide #ADA99D
RGB
CMYK
RGB Variations
Color information
#ADA99D (or 0xADA99D) is known color: Bison Hide. HEX triplet: AD, A9 and 9D. RGB value is (173,169,157). Sum of RGB (Red+Green+Blue) = 173+169+157=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99D is #525662. Grayscale: #A8A8A8. Windows color (decimal): -5396067 or 10332589. OLE color: 10332589.
HSL color Cylindrical-coordinate representation of color #ADA99D: hue angle of 45º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA99D is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 169 | 157 | - |
CMYK | 0 | 0.02 | 0.09 | 0.32 |
HSL | 45º | 0.09% | 0.65% | - |
HSV(B) | 45º | 0.09% | 0.68% | - |
XYZ | 37.51 | 39.69 | 37.58 | - |
YUV | 168.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 169 | 157 | 0 | 0.02 | 0.09 | 0.32 | 45 | 0.09 | 0.65 |
Hex | AD | A9 | 9D | 0 | 2 | 9 | 20 | 2D | 9 | 41 |
Octal | 255 | 251 | 235 | 0 | 2 | 11 | 40 | 55 | 11 | 101 |
Binary | 10101101 | 10101001 | 10011101 | 0 | 10 | 1001 | 100000 | 101101 | 1001 | 1000001 |
Color Harmonies of #ADA99D
Complementary color
Monochromatic Colors of #ADA99D
Black with #ADA99D
Text Example
Text Example
White with #ADA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA99D; }
p { color: rgb(173,169,157); }
H1.HeaderClassName
{
color: #ADA99D;
}
.AnyTagClassName
{
color: #ADA99D;
}
</style>
background-color css
<style>
a { background-color: #ADA99D; }
a { background-color: rgb(173,169,157); }
div.DivClassName
{
background-color: #ADA99D;
}
.BgClassName
{
background-color: #ADA99D;
}
</style>
border-color css
<style>
span { border-color: #ADA99D; }
span { border-color: rgb(173,169,157); }
td.TdClassName
{
border-color: #ADA99D;
}
.TagClassName
{
border-color: #ADA99D;
}
</style>