Shades of Friar Grey #8A8471
Tints of Friar Grey #8A8471
RGB
CMYK
RGB Variations
Color information
#8A8471 (or 0x8A8471) is known color: Friar Grey. HEX triplet: 8A, 84 and 71. RGB value is (138,132,113). Sum of RGB (Red+Green+Blue) = 138+132+113=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8471 is #757B8E. Grayscale: #838383. Windows color (decimal): -7699343 or 7439498. OLE color: 7439498.
HSL color Cylindrical-coordinate representation of color #8A8471: hue angle of 45.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A8471 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 113 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.46 |
| HSL | 45.6º | 0.1% | 0.49% | - |
| HSV(B) | 45.6º | 0.18% | 0.54% | - |
| XYZ | 21.71 | 23.1 | 18.94 | - |
| YUV | 131.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 113 | 0 | 0.04 | 0.18 | 0.46 | 45.6 | 0.1 | 0.49 |
| Hex | 8A | 84 | 71 | 0 | 4 | 12 | 2E | 2E | A | 31 |
| Octal | 212 | 204 | 161 | 0 | 4 | 22 | 56 | 56 | 12 | 61 |
| Binary | 10001010 | 10000100 | 1110001 | 0 | 100 | 10010 | 101110 | 101110 | 1010 | 110001 |
Color Harmonies of #8A8471
Complementary color
Monochromatic Colors of #8A8471
Black with #8A8471
Text Example
Text Example
White with #8A8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8471; }
p { color: rgb(138,132,113); }
H1.HeaderClassName
{
color: #8A8471;
}
.AnyTagClassName
{
color: #8A8471;
}
</style>
background-color css
<style>
a { background-color: #8A8471; }
a { background-color: rgb(138,132,113); }
div.DivClassName
{
background-color: #8A8471;
}
.BgClassName
{
background-color: #8A8471;
}
</style>
border-color css
<style>
span { border-color: #8A8471; }
span { border-color: rgb(138,132,113); }
td.TdClassName
{
border-color: #8A8471;
}
.TagClassName
{
border-color: #8A8471;
}
</style>