Shades of Friar Grey #8A8673
Tints of Friar Grey #8A8673
RGB
CMYK
RGB Variations
Color information
#8A8673 (or 0x8A8673) is known color: Friar Grey. HEX triplet: 8A, 86 and 73. RGB value is (138,134,115). Sum of RGB (Red+Green+Blue) = 138+134+115=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8673 is #75798C. Grayscale: #858585. Windows color (decimal): -7698829 or 7571082. OLE color: 7571082.
HSL color Cylindrical-coordinate representation of color #8A8673: hue angle of 49.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A8673 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 115 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.46 |
| HSL | 49.57º | 0.09% | 0.5% | - |
| HSV(B) | 49.57º | 0.17% | 0.54% | - |
| XYZ | 22.1 | 23.69 | 19.63 | - |
| YUV | 133.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 115 | 0 | 0.03 | 0.17 | 0.46 | 49.57 | 0.09 | 0.5 |
| Hex | 8A | 86 | 73 | 0 | 3 | 11 | 2E | 32 | 9 | 32 |
| Octal | 212 | 206 | 163 | 0 | 3 | 21 | 56 | 62 | 11 | 62 |
| Binary | 10001010 | 10000110 | 1110011 | 0 | 11 | 10001 | 101110 | 110010 | 1001 | 110010 |
Color Harmonies of #8A8673
Complementary color
Monochromatic Colors of #8A8673
Black with #8A8673
Text Example
Text Example
White with #8A8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8673; }
p { color: rgb(138,134,115); }
H1.HeaderClassName
{
color: #8A8673;
}
.AnyTagClassName
{
color: #8A8673;
}
</style>
background-color css
<style>
a { background-color: #8A8673; }
a { background-color: rgb(138,134,115); }
div.DivClassName
{
background-color: #8A8673;
}
.BgClassName
{
background-color: #8A8673;
}
</style>
border-color css
<style>
span { border-color: #8A8673; }
span { border-color: rgb(138,134,115); }
td.TdClassName
{
border-color: #8A8673;
}
.TagClassName
{
border-color: #8A8673;
}
</style>