Shades of Bison Hide #AEA58E
Tints of Bison Hide #AEA58E
RGB
CMYK
RGB Variations
Color information
#AEA58E (or 0xAEA58E) is known color: Bison Hide. HEX triplet: AE, A5 and 8E. RGB value is (174,165,142). Sum of RGB (Red+Green+Blue) = 174+165+142=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA58E is #515A71. Grayscale: #A5A5A5. Windows color (decimal): -5331570 or 9348526. OLE color: 9348526.
HSL color Cylindrical-coordinate representation of color #AEA58E: hue angle of 43.12º 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 #AEA58E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 142 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.32 |
| HSL | 43.13º | 0.16% | 0.62% | - |
| HSV(B) | 43.13º | 0.18% | 0.68% | - |
| XYZ | 35.79 | 37.86 | 31.01 | - |
| YUV | 165.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 142 | 0 | 0.05 | 0.18 | 0.32 | 43.13 | 0.16 | 0.62 |
| Hex | AE | A5 | 8E | 0 | 5 | 12 | 20 | 2B | 10 | 3E |
| Octal | 256 | 245 | 216 | 0 | 5 | 22 | 40 | 53 | 20 | 76 |
| Binary | 10101110 | 10100101 | 10001110 | 0 | 101 | 10010 | 100000 | 101011 | 10000 | 111110 |
Color Harmonies of #AEA58E
Complementary color
Monochromatic Colors of #AEA58E
Black with #AEA58E
Text Example
Text Example
White with #AEA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA58E; }
p { color: rgb(174,165,142); }
H1.HeaderClassName
{
color: #AEA58E;
}
.AnyTagClassName
{
color: #AEA58E;
}
</style>
background-color css
<style>
a { background-color: #AEA58E; }
a { background-color: rgb(174,165,142); }
div.DivClassName
{
background-color: #AEA58E;
}
.BgClassName
{
background-color: #AEA58E;
}
</style>
border-color css
<style>
span { border-color: #AEA58E; }
span { border-color: rgb(174,165,142); }
td.TdClassName
{
border-color: #AEA58E;
}
.TagClassName
{
border-color: #AEA58E;
}
</style>