Shades of Friar Grey #8A8270
Tints of Friar Grey #8A8270
RGB
CMYK
RGB Variations
Color information
#8A8270 (or 0x8A8270) is known color: Friar Grey. HEX triplet: 8A, 82 and 70. RGB value is (138,130,112). Sum of RGB (Red+Green+Blue) = 138+130+112=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8270 is #757D8F. Grayscale: #828282. Windows color (decimal): -7699856 or 7373450. OLE color: 7373450.
HSL color Cylindrical-coordinate representation of color #8A8270: hue angle of 41.54º 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 #8A8270 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 112 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.46 |
| HSL | 41.54º | 0.1% | 0.49% | - |
| HSV(B) | 41.54º | 0.19% | 0.54% | - |
| XYZ | 21.39 | 22.54 | 18.55 | - |
| YUV | 130.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 112 | 0 | 0.06 | 0.19 | 0.46 | 41.54 | 0.1 | 0.49 |
| Hex | 8A | 82 | 70 | 0 | 6 | 13 | 2E | 2A | A | 31 |
| Octal | 212 | 202 | 160 | 0 | 6 | 23 | 56 | 52 | 12 | 61 |
| Binary | 10001010 | 10000010 | 1110000 | 0 | 110 | 10011 | 101110 | 101010 | 1010 | 110001 |
Color Harmonies of #8A8270
Complementary color
Monochromatic Colors of #8A8270
Black with #8A8270
Text Example
Text Example
White with #8A8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8270; }
p { color: rgb(138,130,112); }
H1.HeaderClassName
{
color: #8A8270;
}
.AnyTagClassName
{
color: #8A8270;
}
</style>
background-color css
<style>
a { background-color: #8A8270; }
a { background-color: rgb(138,130,112); }
div.DivClassName
{
background-color: #8A8270;
}
.BgClassName
{
background-color: #8A8270;
}
</style>
border-color css
<style>
span { border-color: #8A8270; }
span { border-color: rgb(138,130,112); }
td.TdClassName
{
border-color: #8A8270;
}
.TagClassName
{
border-color: #8A8270;
}
</style>