Shades of Friar Grey #8A8470
Tints of Friar Grey #8A8470
RGB
CMYK
RGB Variations
Color information
#8A8470 (or 0x8A8470) is known color: Friar Grey. HEX triplet: 8A, 84 and 70. RGB value is (138,132,112). Sum of RGB (Red+Green+Blue) = 138+132+112=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8470 is #757B8F. Grayscale: #838383. Windows color (decimal): -7699344 or 7373962. OLE color: 7373962.
HSL color Cylindrical-coordinate representation of color #8A8470: hue angle of 46.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8470 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 112 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.46 |
| HSL | 46.15º | 0.1% | 0.49% | - |
| HSV(B) | 46.15º | 0.19% | 0.54% | - |
| XYZ | 21.66 | 23.08 | 18.64 | - |
| YUV | 131.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 112 | 0 | 0.04 | 0.19 | 0.46 | 46.15 | 0.1 | 0.49 |
| Hex | 8A | 84 | 70 | 0 | 4 | 13 | 2E | 2E | A | 31 |
| Octal | 212 | 204 | 160 | 0 | 4 | 23 | 56 | 56 | 12 | 61 |
| Binary | 10001010 | 10000100 | 1110000 | 0 | 100 | 10011 | 101110 | 101110 | 1010 | 110001 |
Color Harmonies of #8A8470
Complementary color
Monochromatic Colors of #8A8470
Black with #8A8470
Text Example
Text Example
White with #8A8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8470; }
p { color: rgb(138,132,112); }
H1.HeaderClassName
{
color: #8A8470;
}
.AnyTagClassName
{
color: #8A8470;
}
</style>
background-color css
<style>
a { background-color: #8A8470; }
a { background-color: rgb(138,132,112); }
div.DivClassName
{
background-color: #8A8470;
}
.BgClassName
{
background-color: #8A8470;
}
</style>
border-color css
<style>
span { border-color: #8A8470; }
span { border-color: rgb(138,132,112); }
td.TdClassName
{
border-color: #8A8470;
}
.TagClassName
{
border-color: #8A8470;
}
</style>