Shades of Solid Pink #8A5557
Tints of Solid Pink #8A5557
RGB
CMYK
RGB Variations
Color information
#8A5557 (or 0x8A5557) is known color: Solid Pink. HEX triplet: 8A, 55 and 57. RGB value is (138,85,87). Sum of RGB (Red+Green+Blue) = 138+85+87=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5557 is #75AAA8. Grayscale: #656565. Windows color (decimal): -7711401 or 5723530. OLE color: 5723530.
HSL color Cylindrical-coordinate representation of color #8A5557: hue angle of 357.74º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5557 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 87 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.46 |
| HSL | 357.74º | 0.24% | 0.44% | - |
| HSV(B) | 357.74º | 0.38% | 0.54% | - |
| XYZ | 15.45 | 12.59 | 10.63 | - |
| YUV | 101.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 87 | 0 | 0.38 | 0.37 | 0.46 | 357.74 | 0.24 | 0.44 |
| Hex | 8A | 55 | 57 | 0 | 26 | 25 | 2E | 166 | 18 | 2C |
| Octal | 212 | 125 | 127 | 0 | 46 | 45 | 56 | 546 | 30 | 54 |
| Binary | 10001010 | 1010101 | 1010111 | 0 | 100110 | 100101 | 101110 | 101100110 | 11000 | 101100 |
Color Harmonies of #8A5557
Complementary color
Monochromatic Colors of #8A5557
Black with #8A5557
Text Example
Text Example
White with #8A5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5557; }
p { color: rgb(138,85,87); }
H1.HeaderClassName
{
color: #8A5557;
}
.AnyTagClassName
{
color: #8A5557;
}
</style>
background-color css
<style>
a { background-color: #8A5557; }
a { background-color: rgb(138,85,87); }
div.DivClassName
{
background-color: #8A5557;
}
.BgClassName
{
background-color: #8A5557;
}
</style>
border-color css
<style>
span { border-color: #8A5557; }
span { border-color: rgb(138,85,87); }
td.TdClassName
{
border-color: #8A5557;
}
.TagClassName
{
border-color: #8A5557;
}
</style>