Shades of Beaver #8A7168
Tints of Beaver #8A7168
RGB
CMYK
RGB Variations
Color information
#8A7168 (or 0x8A7168) is known color: Beaver. HEX triplet: 8A, 71 and 68. RGB value is (138,113,104). Sum of RGB (Red+Green+Blue) = 138+113+104=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7168 is #758E97. Grayscale: #777777. Windows color (decimal): -7704216 or 6844810. OLE color: 6844810.
HSL color Cylindrical-coordinate representation of color #8A7168: hue angle of 15.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7168 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 104 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.46 |
| HSL | 15.88º | 0.14% | 0.47% | - |
| HSV(B) | 15.88º | 0.25% | 0.54% | - |
| XYZ | 18.89 | 18.21 | 15.62 | - |
| YUV | 119.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 104 | 0 | 0.18 | 0.25 | 0.46 | 15.88 | 0.14 | 0.47 |
| Hex | 8A | 71 | 68 | 0 | 12 | 19 | 2E | 10 | E | 2F |
| Octal | 212 | 161 | 150 | 0 | 22 | 31 | 56 | 20 | 16 | 57 |
| Binary | 10001010 | 1110001 | 1101000 | 0 | 10010 | 11001 | 101110 | 10000 | 1110 | 101111 |
Color Harmonies of #8A7168
Complementary color
Monochromatic Colors of #8A7168
Black with #8A7168
Text Example
Text Example
White with #8A7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7168; }
p { color: rgb(138,113,104); }
H1.HeaderClassName
{
color: #8A7168;
}
.AnyTagClassName
{
color: #8A7168;
}
</style>
background-color css
<style>
a { background-color: #8A7168; }
a { background-color: rgb(138,113,104); }
div.DivClassName
{
background-color: #8A7168;
}
.BgClassName
{
background-color: #8A7168;
}
</style>
border-color css
<style>
span { border-color: #8A7168; }
span { border-color: rgb(138,113,104); }
td.TdClassName
{
border-color: #8A7168;
}
.TagClassName
{
border-color: #8A7168;
}
</style>