Shades of Bison Hide #AEA591
Tints of Bison Hide #AEA591
RGB
CMYK
RGB Variations
Color information
#AEA591 (or 0xAEA591) is known color: Bison Hide. HEX triplet: AE, A5 and 91. RGB value is (174,165,145). Sum of RGB (Red+Green+Blue) = 174+165+145=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA591 is #515A6E. Grayscale: #A5A5A5. Windows color (decimal): -5331567 or 9545134. OLE color: 9545134.
HSL color Cylindrical-coordinate representation of color #AEA591: hue angle of 41.38º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA591 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 145 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.32 |
| HSL | 41.38º | 0.15% | 0.63% | - |
| HSV(B) | 41.38º | 0.17% | 0.68% | - |
| XYZ | 36.02 | 37.95 | 32.22 | - |
| YUV | 165.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 145 | 0 | 0.05 | 0.17 | 0.32 | 41.38 | 0.15 | 0.63 |
| Hex | AE | A5 | 91 | 0 | 5 | 11 | 20 | 29 | F | 3F |
| Octal | 256 | 245 | 221 | 0 | 5 | 21 | 40 | 51 | 17 | 77 |
| Binary | 10101110 | 10100101 | 10010001 | 0 | 101 | 10001 | 100000 | 101001 | 1111 | 111111 |
Color Harmonies of #AEA591
Complementary color
Monochromatic Colors of #AEA591
Black with #AEA591
Text Example
Text Example
White with #AEA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA591; }
p { color: rgb(174,165,145); }
H1.HeaderClassName
{
color: #AEA591;
}
.AnyTagClassName
{
color: #AEA591;
}
</style>
background-color css
<style>
a { background-color: #AEA591; }
a { background-color: rgb(174,165,145); }
div.DivClassName
{
background-color: #AEA591;
}
.BgClassName
{
background-color: #AEA591;
}
</style>
border-color css
<style>
span { border-color: #AEA591; }
span { border-color: rgb(174,165,145); }
td.TdClassName
{
border-color: #AEA591;
}
.TagClassName
{
border-color: #AEA591;
}
</style>