Shades of Beaver #8A7162
Tints of Beaver #8A7162
RGB
CMYK
RGB Variations
Color information
#8A7162 (or 0x8A7162) is known color: Beaver. HEX triplet: 8A, 71 and 62. RGB value is (138,113,98). Sum of RGB (Red+Green+Blue) = 138+113+98=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7162 is #758E9D. Grayscale: #767676. Windows color (decimal): -7704222 or 6451594. OLE color: 6451594.
HSL color Cylindrical-coordinate representation of color #8A7162: hue angle of 22.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A7162 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 98 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.46 |
| HSL | 22.5º | 0.17% | 0.46% | - |
| HSV(B) | 22.5º | 0.29% | 0.54% | - |
| XYZ | 18.59 | 18.1 | 14.07 | - |
| YUV | 118.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 98 | 0 | 0.18 | 0.29 | 0.46 | 22.5 | 0.17 | 0.46 |
| Hex | 8A | 71 | 62 | 0 | 12 | 1D | 2E | 16 | 11 | 2E |
| Octal | 212 | 161 | 142 | 0 | 22 | 35 | 56 | 26 | 21 | 56 |
| Binary | 10001010 | 1110001 | 1100010 | 0 | 10010 | 11101 | 101110 | 10110 | 10001 | 101110 |
Color Harmonies of #8A7162
Complementary color
Monochromatic Colors of #8A7162
Black with #8A7162
Text Example
Text Example
White with #8A7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7162; }
p { color: rgb(138,113,98); }
H1.HeaderClassName
{
color: #8A7162;
}
.AnyTagClassName
{
color: #8A7162;
}
</style>
background-color css
<style>
a { background-color: #8A7162; }
a { background-color: rgb(138,113,98); }
div.DivClassName
{
background-color: #8A7162;
}
.BgClassName
{
background-color: #8A7162;
}
</style>
border-color css
<style>
span { border-color: #8A7162; }
span { border-color: rgb(138,113,98); }
td.TdClassName
{
border-color: #8A7162;
}
.TagClassName
{
border-color: #8A7162;
}
</style>