Shades of Solid Pink #8A545A
Tints of Solid Pink #8A545A
RGB
CMYK
RGB Variations
Color information
#8A545A (or 0x8A545A) is known color: Solid Pink. HEX triplet: 8A, 54 and 5A. RGB value is (138,84,90). Sum of RGB (Red+Green+Blue) = 138+84+90=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A545A is #75ABA5. Grayscale: #646464. Windows color (decimal): -7711654 or 5919882. OLE color: 5919882.
HSL color Cylindrical-coordinate representation of color #8A545A: hue angle of 353.33º 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 #8A545A is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 90 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.46 |
| HSL | 353.33º | 0.24% | 0.44% | - |
| HSV(B) | 353.33º | 0.39% | 0.54% | - |
| XYZ | 15.5 | 12.48 | 11.27 | - |
| YUV | 100.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 90 | 0 | 0.39 | 0.35 | 0.46 | 353.33 | 0.24 | 0.44 |
| Hex | 8A | 54 | 5A | 0 | 27 | 23 | 2E | 161 | 18 | 2C |
| Octal | 212 | 124 | 132 | 0 | 47 | 43 | 56 | 541 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1011010 | 0 | 100111 | 100011 | 101110 | 101100001 | 11000 | 101100 |
Color Harmonies of #8A545A
Complementary color
Monochromatic Colors of #8A545A
Black with #8A545A
Text Example
Text Example
White with #8A545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A545A; }
p { color: rgb(138,84,90); }
H1.HeaderClassName
{
color: #8A545A;
}
.AnyTagClassName
{
color: #8A545A;
}
</style>
background-color css
<style>
a { background-color: #8A545A; }
a { background-color: rgb(138,84,90); }
div.DivClassName
{
background-color: #8A545A;
}
.BgClassName
{
background-color: #8A545A;
}
</style>
border-color css
<style>
span { border-color: #8A545A; }
span { border-color: rgb(138,84,90); }
td.TdClassName
{
border-color: #8A545A;
}
.TagClassName
{
border-color: #8A545A;
}
</style>