Shades of Solid Pink #8A5456
Tints of Solid Pink #8A5456
RGB
CMYK
RGB Variations
Color information
#8A5456 (or 0x8A5456) is known color: Solid Pink. HEX triplet: 8A, 54 and 56. RGB value is (138,84,86). Sum of RGB (Red+Green+Blue) = 138+84+86=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5456 is #75ABA9. Grayscale: #646464. Windows color (decimal): -7711658 or 5657738. OLE color: 5657738.
HSL color Cylindrical-coordinate representation of color #8A5456: hue angle of 357.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5456 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 86 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.46 |
| HSL | 357.78º | 0.24% | 0.44% | - |
| HSV(B) | 357.78º | 0.39% | 0.54% | - |
| XYZ | 15.33 | 12.42 | 10.39 | - |
| YUV | 100.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 86 | 0 | 0.39 | 0.38 | 0.46 | 357.78 | 0.24 | 0.44 |
| Hex | 8A | 54 | 56 | 0 | 27 | 26 | 2E | 166 | 18 | 2C |
| Octal | 212 | 124 | 126 | 0 | 47 | 46 | 56 | 546 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1010110 | 0 | 100111 | 100110 | 101110 | 101100110 | 11000 | 101100 |
Color Harmonies of #8A5456
Complementary color
Monochromatic Colors of #8A5456
Black with #8A5456
Text Example
Text Example
White with #8A5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5456; }
p { color: rgb(138,84,86); }
H1.HeaderClassName
{
color: #8A5456;
}
.AnyTagClassName
{
color: #8A5456;
}
</style>
background-color css
<style>
a { background-color: #8A5456; }
a { background-color: rgb(138,84,86); }
div.DivClassName
{
background-color: #8A5456;
}
.BgClassName
{
background-color: #8A5456;
}
</style>
border-color css
<style>
span { border-color: #8A5456; }
span { border-color: rgb(138,84,86); }
td.TdClassName
{
border-color: #8A5456;
}
.TagClassName
{
border-color: #8A5456;
}
</style>