Shades of Bison Hide #AEA58F
Tints of Bison Hide #AEA58F
RGB
CMYK
RGB Variations
Color information
#AEA58F (or 0xAEA58F) is known color: Bison Hide. HEX triplet: AE, A5 and 8F. RGB value is (174,165,143). Sum of RGB (Red+Green+Blue) = 174+165+143=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA58F is #515A70. Grayscale: #A5A5A5. Windows color (decimal): -5331569 or 9414062. OLE color: 9414062.
HSL color Cylindrical-coordinate representation of color #AEA58F: hue angle of 42.58º 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 #AEA58F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 165 | 143 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.32 |
| HSL | 42.58º | 0.16% | 0.62% | - |
| HSV(B) | 42.58º | 0.18% | 0.68% | - |
| XYZ | 35.87 | 37.89 | 31.41 | - |
| YUV | 165.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 143 | 0 | 0.05 | 0.18 | 0.32 | 42.58 | 0.16 | 0.62 |
| Hex | AE | A5 | 8F | 0 | 5 | 12 | 20 | 2B | 10 | 3E |
| Octal | 256 | 245 | 217 | 0 | 5 | 22 | 40 | 53 | 20 | 76 |
| Binary | 10101110 | 10100101 | 10001111 | 0 | 101 | 10010 | 100000 | 101011 | 10000 | 111110 |
Color Harmonies of #AEA58F
Complementary color
Monochromatic Colors of #AEA58F
Black with #AEA58F
Text Example
Text Example
White with #AEA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA58F; }
p { color: rgb(174,165,143); }
H1.HeaderClassName
{
color: #AEA58F;
}
.AnyTagClassName
{
color: #AEA58F;
}
</style>
background-color css
<style>
a { background-color: #AEA58F; }
a { background-color: rgb(174,165,143); }
div.DivClassName
{
background-color: #AEA58F;
}
.BgClassName
{
background-color: #AEA58F;
}
</style>
border-color css
<style>
span { border-color: #AEA58F; }
span { border-color: rgb(174,165,143); }
td.TdClassName
{
border-color: #AEA58F;
}
.TagClassName
{
border-color: #AEA58F;
}
</style>