Shades of Grey #8A8585
Tints of Grey #8A8585
RGB
CMYK
RGB Variations
Color information
#8A8585 (or 0x8A8585) is known color: Grey. HEX triplet: 8A, 85 and 85. RGB value is (138,133,133). Sum of RGB (Red+Green+Blue) = 138+133+133=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8585 is #757A7A. Grayscale: #868686. Windows color (decimal): -7699067 or 8750474. OLE color: 8750474.
HSL color Cylindrical-coordinate representation of color #8A8585: hue angle of 0º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8585 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
RGB | 138 | 133 | 133 | - |
CMYK | 0 | 0.04 | 0.04 | 0.46 |
HSL | 0º | 0.02% | 0.53% | - |
HSV(B) | 0º | 0.04% | 0.54% | - |
XYZ | 23.1 | 23.87 | 25.58 | - |
YUV | 134.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 133 | 133 | 0 | 0.04 | 0.04 | 0.46 | 0 | 0.02 | 0.53 |
Hex | 8A | 85 | 85 | 0 | 4 | 4 | 2E | 0 | 2 | 35 |
Octal | 212 | 205 | 205 | 0 | 4 | 4 | 56 | 0 | 2 | 65 |
Binary | 10001010 | 10000101 | 10000101 | 0 | 100 | 100 | 101110 | 0 | 10 | 110101 |
Color Harmonies of #8A8585
Complementary color
Monochromatic Colors of #8A8585
Black with #8A8585
Text Example
Text Example
White with #8A8585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8585; }
p { color: rgb(138,133,133); }
H1.HeaderClassName
{
color: #8A8585;
}
.AnyTagClassName
{
color: #8A8585;
}
</style>
background-color css
<style>
a { background-color: #8A8585; }
a { background-color: rgb(138,133,133); }
div.DivClassName
{
background-color: #8A8585;
}
.BgClassName
{
background-color: #8A8585;
}
</style>
border-color css
<style>
span { border-color: #8A8585; }
span { border-color: rgb(138,133,133); }
td.TdClassName
{
border-color: #8A8585;
}
.TagClassName
{
border-color: #8A8585;
}
</style>