Shades of Solid Pink #8A5257
Tints of Solid Pink #8A5257
RGB
CMYK
RGB Variations
Color information
#8A5257 (or 0x8A5257) is known color: Solid Pink. HEX triplet: 8A, 52 and 57. RGB value is (138,82,87). Sum of RGB (Red+Green+Blue) = 138+82+87=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5257 is #75ADA8. Grayscale: #636363. Windows color (decimal): -7712169 or 5722762. OLE color: 5722762.
HSL color Cylindrical-coordinate representation of color #8A5257: hue angle of 354.64º 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 #8A5257 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 87 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.46 |
| HSL | 354.64º | 0.25% | 0.43% | - |
| HSV(B) | 354.64º | 0.41% | 0.54% | - |
| XYZ | 15.22 | 12.13 | 10.56 | - |
| YUV | 99.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 87 | 0 | 0.41 | 0.37 | 0.46 | 354.64 | 0.25 | 0.43 |
| Hex | 8A | 52 | 57 | 0 | 29 | 25 | 2E | 163 | 19 | 2B |
| Octal | 212 | 122 | 127 | 0 | 51 | 45 | 56 | 543 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1010111 | 0 | 101001 | 100101 | 101110 | 101100011 | 11001 | 101011 |
Color Harmonies of #8A5257
Complementary color
Monochromatic Colors of #8A5257
Black with #8A5257
Text Example
Text Example
White with #8A5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5257; }
p { color: rgb(138,82,87); }
H1.HeaderClassName
{
color: #8A5257;
}
.AnyTagClassName
{
color: #8A5257;
}
</style>
background-color css
<style>
a { background-color: #8A5257; }
a { background-color: rgb(138,82,87); }
div.DivClassName
{
background-color: #8A5257;
}
.BgClassName
{
background-color: #8A5257;
}
</style>
border-color css
<style>
span { border-color: #8A5257; }
span { border-color: rgb(138,82,87); }
td.TdClassName
{
border-color: #8A5257;
}
.TagClassName
{
border-color: #8A5257;
}
</style>