Shades of Bison Hide #AEAA9E
Tints of Bison Hide #AEAA9E
RGB
CMYK
RGB Variations
Color information
#AEAA9E (or 0xAEAA9E) is known color: Bison Hide. HEX triplet: AE, AA and 9E. RGB value is (174,170,158). Sum of RGB (Red+Green+Blue) = 174+170+158=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA9E is #515561. Grayscale: #A9A9A9. Windows color (decimal): -5330274 or 10398382. OLE color: 10398382.
HSL color Cylindrical-coordinate representation of color #AEAA9E: 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 #AEAA9E is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 158 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.32 |
| HSL | 45º | 0.09% | 0.65% | - |
| HSV(B) | 45º | 0.09% | 0.68% | - |
| XYZ | 38 | 40.22 | 38.11 | - |
| YUV | 169.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 158 | 0 | 0.02 | 0.09 | 0.32 | 45 | 0.09 | 0.65 |
| Hex | AE | AA | 9E | 0 | 2 | 9 | 20 | 2D | 9 | 41 |
| Octal | 256 | 252 | 236 | 0 | 2 | 11 | 40 | 55 | 11 | 101 |
| Binary | 10101110 | 10101010 | 10011110 | 0 | 10 | 1001 | 100000 | 101101 | 1001 | 1000001 |
Color Harmonies of #AEAA9E
Complementary color
Monochromatic Colors of #AEAA9E
Black with #AEAA9E
Text Example
Text Example
White with #AEAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA9E; }
p { color: rgb(174,170,158); }
H1.HeaderClassName
{
color: #AEAA9E;
}
.AnyTagClassName
{
color: #AEAA9E;
}
</style>
background-color css
<style>
a { background-color: #AEAA9E; }
a { background-color: rgb(174,170,158); }
div.DivClassName
{
background-color: #AEAA9E;
}
.BgClassName
{
background-color: #AEAA9E;
}
</style>
border-color css
<style>
span { border-color: #AEAA9E; }
span { border-color: rgb(174,170,158); }
td.TdClassName
{
border-color: #AEAA9E;
}
.TagClassName
{
border-color: #AEAA9E;
}
</style>