Shades of Solid Pink #8A5255
Tints of Solid Pink #8A5255
RGB
CMYK
RGB Variations
Color information
#8A5255 (or 0x8A5255) is known color: Solid Pink. HEX triplet: 8A, 52 and 55. RGB value is (138,82,85). Sum of RGB (Red+Green+Blue) = 138+82+85=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5255 is #75ADAA. Grayscale: #636363. Windows color (decimal): -7712171 or 5591690. OLE color: 5591690.
HSL color Cylindrical-coordinate representation of color #8A5255: hue angle of 356.79º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5255 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 85 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.46 |
| HSL | 356.79º | 0.25% | 0.43% | - |
| HSV(B) | 356.79º | 0.41% | 0.54% | - |
| XYZ | 15.14 | 12.09 | 10.13 | - |
| YUV | 99.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 85 | 0 | 0.41 | 0.38 | 0.46 | 356.79 | 0.25 | 0.43 |
| Hex | 8A | 52 | 55 | 0 | 29 | 26 | 2E | 165 | 19 | 2B |
| Octal | 212 | 122 | 125 | 0 | 51 | 46 | 56 | 545 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1010101 | 0 | 101001 | 100110 | 101110 | 101100101 | 11001 | 101011 |
Color Harmonies of #8A5255
Complementary color
Monochromatic Colors of #8A5255
Black with #8A5255
Text Example
Text Example
White with #8A5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5255; }
p { color: rgb(138,82,85); }
H1.HeaderClassName
{
color: #8A5255;
}
.AnyTagClassName
{
color: #8A5255;
}
</style>
background-color css
<style>
a { background-color: #8A5255; }
a { background-color: rgb(138,82,85); }
div.DivClassName
{
background-color: #8A5255;
}
.BgClassName
{
background-color: #8A5255;
}
</style>
border-color css
<style>
span { border-color: #8A5255; }
span { border-color: rgb(138,82,85); }
td.TdClassName
{
border-color: #8A5255;
}
.TagClassName
{
border-color: #8A5255;
}
</style>