Shades of Bison Hide #AAA392
Tints of Bison Hide #AAA392
RGB
CMYK
RGB Variations
Color information
#AAA392 (or 0xAAA392) is known color: Bison Hide. HEX triplet: AA, A3 and 92. RGB value is (170,163,146). Sum of RGB (Red+Green+Blue) = 170+163+146=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA392 is #555C6D. Grayscale: #A3A3A3. Windows color (decimal): -5594222 or 9610154. OLE color: 9610154.
HSL color Cylindrical-coordinate representation of color #AAA392: hue angle of 42.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA392 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 146 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.33 |
| HSL | 42.5º | 0.12% | 0.62% | - |
| HSV(B) | 42.5º | 0.14% | 0.67% | - |
| XYZ | 34.86 | 36.82 | 32.46 | - |
| YUV | 163.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 146 | 0 | 0.04 | 0.14 | 0.33 | 42.5 | 0.12 | 0.62 |
| Hex | AA | A3 | 92 | 0 | 4 | E | 21 | 2A | C | 3E |
| Octal | 252 | 243 | 222 | 0 | 4 | 16 | 41 | 52 | 14 | 76 |
| Binary | 10101010 | 10100011 | 10010010 | 0 | 100 | 1110 | 100001 | 101010 | 1100 | 111110 |
Color Harmonies of #AAA392
Complementary color
Monochromatic Colors of #AAA392
Black with #AAA392
Text Example
Text Example
White with #AAA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA392; }
p { color: rgb(170,163,146); }
H1.HeaderClassName
{
color: #AAA392;
}
.AnyTagClassName
{
color: #AAA392;
}
</style>
background-color css
<style>
a { background-color: #AAA392; }
a { background-color: rgb(170,163,146); }
div.DivClassName
{
background-color: #AAA392;
}
.BgClassName
{
background-color: #AAA392;
}
</style>
border-color css
<style>
span { border-color: #AAA392; }
span { border-color: rgb(170,163,146); }
td.TdClassName
{
border-color: #AAA392;
}
.TagClassName
{
border-color: #AAA392;
}
</style>