Shades of Bison Hide #AEA58D
Tints of Bison Hide #AEA58D
RGB
CMYK
RGB Variations
Color information
#AEA58D (or 0xAEA58D) is known color: Bison Hide. HEX triplet: AE, A5 and 8D. RGB value is (174,165,141). Sum of RGB (Red+Green+Blue) = 174+165+141=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA58D is #515A72. Grayscale: #A5A5A5. Windows color (decimal): -5331571 or 9282990. OLE color: 9282990.
HSL color Cylindrical-coordinate representation of color #AEA58D: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA58D is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 141 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.32 |
| HSL | 43.64º | 0.17% | 0.62% | - |
| HSV(B) | 43.64º | 0.19% | 0.68% | - |
| XYZ | 35.72 | 37.83 | 30.62 | - |
| YUV | 164.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 141 | 0 | 0.05 | 0.19 | 0.32 | 43.64 | 0.17 | 0.62 |
| Hex | AE | A5 | 8D | 0 | 5 | 13 | 20 | 2C | 11 | 3E |
| Octal | 256 | 245 | 215 | 0 | 5 | 23 | 40 | 54 | 21 | 76 |
| Binary | 10101110 | 10100101 | 10001101 | 0 | 101 | 10011 | 100000 | 101100 | 10001 | 111110 |
Color Harmonies of #AEA58D
Complementary color
Monochromatic Colors of #AEA58D
Black with #AEA58D
Text Example
Text Example
White with #AEA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA58D; }
p { color: rgb(174,165,141); }
H1.HeaderClassName
{
color: #AEA58D;
}
.AnyTagClassName
{
color: #AEA58D;
}
</style>
background-color css
<style>
a { background-color: #AEA58D; }
a { background-color: rgb(174,165,141); }
div.DivClassName
{
background-color: #AEA58D;
}
.BgClassName
{
background-color: #AEA58D;
}
</style>
border-color css
<style>
span { border-color: #AEA58D; }
span { border-color: rgb(174,165,141); }
td.TdClassName
{
border-color: #AEA58D;
}
.TagClassName
{
border-color: #AEA58D;
}
</style>