Shades of Bison Hide #AEA68E
Tints of Bison Hide #AEA68E
RGB
CMYK
RGB Variations
Color information
#AEA68E (or 0xAEA68E) is known color: Bison Hide. HEX triplet: AE, A6 and 8E. RGB value is (174,166,142). Sum of RGB (Red+Green+Blue) = 174+166+142=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA68E is #515971. Grayscale: #A5A5A5. Windows color (decimal): -5331314 or 9348782. OLE color: 9348782.
HSL color Cylindrical-coordinate representation of color #AEA68E: hue angle of 45º 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 #AEA68E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 142 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.32 |
| HSL | 45º | 0.16% | 0.62% | - |
| HSV(B) | 45º | 0.18% | 0.68% | - |
| XYZ | 35.97 | 38.22 | 31.07 | - |
| YUV | 165.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 142 | 0 | 0.05 | 0.18 | 0.32 | 45 | 0.16 | 0.62 |
| Hex | AE | A6 | 8E | 0 | 5 | 12 | 20 | 2D | 10 | 3E |
| Octal | 256 | 246 | 216 | 0 | 5 | 22 | 40 | 55 | 20 | 76 |
| Binary | 10101110 | 10100110 | 10001110 | 0 | 101 | 10010 | 100000 | 101101 | 10000 | 111110 |
Color Harmonies of #AEA68E
Complementary color
Monochromatic Colors of #AEA68E
Black with #AEA68E
Text Example
Text Example
White with #AEA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA68E; }
p { color: rgb(174,166,142); }
H1.HeaderClassName
{
color: #AEA68E;
}
.AnyTagClassName
{
color: #AEA68E;
}
</style>
background-color css
<style>
a { background-color: #AEA68E; }
a { background-color: rgb(174,166,142); }
div.DivClassName
{
background-color: #AEA68E;
}
.BgClassName
{
background-color: #AEA68E;
}
</style>
border-color css
<style>
span { border-color: #AEA68E; }
span { border-color: rgb(174,166,142); }
td.TdClassName
{
border-color: #AEA68E;
}
.TagClassName
{
border-color: #AEA68E;
}
</style>