Shades of Solid Pink #8A555A
Tints of Solid Pink #8A555A
RGB
CMYK
RGB Variations
Color information
#8A555A (or 0x8A555A) is known color: Solid Pink. HEX triplet: 8A, 55 and 5A. RGB value is (138,85,90). Sum of RGB (Red+Green+Blue) = 138+85+90=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A555A is #75AAA5. Grayscale: #656565. Windows color (decimal): -7711398 or 5920138. OLE color: 5920138.
HSL color Cylindrical-coordinate representation of color #8A555A: hue angle of 354.34º 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 #8A555A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 90 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.46 |
| HSL | 354.34º | 0.24% | 0.44% | - |
| HSV(B) | 354.34º | 0.38% | 0.54% | - |
| XYZ | 15.58 | 12.64 | 11.29 | - |
| YUV | 101.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 90 | 0 | 0.38 | 0.35 | 0.46 | 354.34 | 0.24 | 0.44 |
| Hex | 8A | 55 | 5A | 0 | 26 | 23 | 2E | 162 | 18 | 2C |
| Octal | 212 | 125 | 132 | 0 | 46 | 43 | 56 | 542 | 30 | 54 |
| Binary | 10001010 | 1010101 | 1011010 | 0 | 100110 | 100011 | 101110 | 101100010 | 11000 | 101100 |
Color Harmonies of #8A555A
Complementary color
Monochromatic Colors of #8A555A
Black with #8A555A
Text Example
Text Example
White with #8A555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A555A; }
p { color: rgb(138,85,90); }
H1.HeaderClassName
{
color: #8A555A;
}
.AnyTagClassName
{
color: #8A555A;
}
</style>
background-color css
<style>
a { background-color: #8A555A; }
a { background-color: rgb(138,85,90); }
div.DivClassName
{
background-color: #8A555A;
}
.BgClassName
{
background-color: #8A555A;
}
</style>
border-color css
<style>
span { border-color: #8A555A; }
span { border-color: rgb(138,85,90); }
td.TdClassName
{
border-color: #8A555A;
}
.TagClassName
{
border-color: #8A555A;
}
</style>