Shades of Friar Grey #8A8986
Tints of Friar Grey #8A8986
RGB
CMYK
RGB Variations
Color information
#8A8986 (or 0x8A8986) is known color: Friar Grey. HEX triplet: 8A, 89 and 86. RGB value is (138,137,134). Sum of RGB (Red+Green+Blue) = 138+137+134=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8986 is #757679. Grayscale: #888888. Windows color (decimal): -7698042 or 8817034. OLE color: 8817034.
HSL color Cylindrical-coordinate representation of color #8A8986: hue angle of 45º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8A8986 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
RGB | 138 | 137 | 134 | - |
CMYK | 0 | 0.01 | 0.03 | 0.46 |
HSL | 45º | 0.02% | 0.53% | - |
HSV(B) | 45º | 0.03% | 0.54% | - |
XYZ | 23.73 | 25.02 | 26.13 | - |
YUV | 136.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 137 | 134 | 0 | 0.01 | 0.03 | 0.46 | 45 | 0.02 | 0.53 |
Hex | 8A | 89 | 86 | 0 | 1 | 3 | 2E | 2D | 2 | 35 |
Octal | 212 | 211 | 206 | 0 | 1 | 3 | 56 | 55 | 2 | 65 |
Binary | 10001010 | 10001001 | 10000110 | 0 | 1 | 11 | 101110 | 101101 | 10 | 110101 |
Color Harmonies of #8A8986
Complementary color
Monochromatic Colors of #8A8986
Black with #8A8986
Text Example
Text Example
White with #8A8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8986; }
p { color: rgb(138,137,134); }
H1.HeaderClassName
{
color: #8A8986;
}
.AnyTagClassName
{
color: #8A8986;
}
</style>
background-color css
<style>
a { background-color: #8A8986; }
a { background-color: rgb(138,137,134); }
div.DivClassName
{
background-color: #8A8986;
}
.BgClassName
{
background-color: #8A8986;
}
</style>
border-color css
<style>
span { border-color: #8A8986; }
span { border-color: rgb(138,137,134); }
td.TdClassName
{
border-color: #8A8986;
}
.TagClassName
{
border-color: #8A8986;
}
</style>