Shades of Bison Hide #AEA899
Tints of Bison Hide #AEA899
RGB
CMYK
RGB Variations
Color information
#AEA899 (or 0xAEA899) is known color: Bison Hide. HEX triplet: AE, A8 and 99. RGB value is (174,168,153). Sum of RGB (Red+Green+Blue) = 174+168+153=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA899 is #515766. Grayscale: #A8A8A8. Windows color (decimal): -5330791 or 10070190. OLE color: 10070190.
HSL color Cylindrical-coordinate representation of color #AEA899: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA899 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 153 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.32 |
| HSL | 42.86º | 0.11% | 0.64% | - |
| HSV(B) | 42.86º | 0.12% | 0.68% | - |
| XYZ | 37.21 | 39.3 | 35.76 | - |
| YUV | 168.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 153 | 0 | 0.03 | 0.12 | 0.32 | 42.86 | 0.11 | 0.64 |
| Hex | AE | A8 | 99 | 0 | 3 | C | 20 | 2B | B | 40 |
| Octal | 256 | 250 | 231 | 0 | 3 | 14 | 40 | 53 | 13 | 100 |
| Binary | 10101110 | 10101000 | 10011001 | 0 | 11 | 1100 | 100000 | 101011 | 1011 | 1000000 |
Color Harmonies of #AEA899
Complementary color
Monochromatic Colors of #AEA899
Black with #AEA899
Text Example
Text Example
White with #AEA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA899; }
p { color: rgb(174,168,153); }
H1.HeaderClassName
{
color: #AEA899;
}
.AnyTagClassName
{
color: #AEA899;
}
</style>
background-color css
<style>
a { background-color: #AEA899; }
a { background-color: rgb(174,168,153); }
div.DivClassName
{
background-color: #AEA899;
}
.BgClassName
{
background-color: #AEA899;
}
</style>
border-color css
<style>
span { border-color: #AEA899; }
span { border-color: rgb(174,168,153); }
td.TdClassName
{
border-color: #AEA899;
}
.TagClassName
{
border-color: #AEA899;
}
</style>