Shades of Solid Pink #8A474C
Tints of Solid Pink #8A474C
RGB
CMYK
RGB Variations
Color information
#8A474C (or 0x8A474C) is known color: Solid Pink. HEX triplet: 8A, 47 and 4C. RGB value is (138,71,76). Sum of RGB (Red+Green+Blue) = 138+71+76=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A474C is #75B8B3. Grayscale: #5B5B5B. Windows color (decimal): -7714996 or 4999050. OLE color: 4999050.
HSL color Cylindrical-coordinate representation of color #8A474C: hue angle of 355.52º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A474C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 76 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.46 |
| HSL | 355.52º | 0.32% | 0.41% | - |
| HSV(B) | 355.52º | 0.49% | 0.54% | - |
| XYZ | 14.04 | 10.43 | 8.11 | - |
| YUV | 91.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 76 | 0 | 0.49 | 0.45 | 0.46 | 355.52 | 0.32 | 0.41 |
| Hex | 8A | 47 | 4C | 0 | 31 | 2D | 2E | 164 | 20 | 29 |
| Octal | 212 | 107 | 114 | 0 | 61 | 55 | 56 | 544 | 40 | 51 |
| Binary | 10001010 | 1000111 | 1001100 | 0 | 110001 | 101101 | 101110 | 101100100 | 100000 | 101001 |
Color Harmonies of #8A474C
Complementary color
Monochromatic Colors of #8A474C
Black with #8A474C
Text Example
Text Example
White with #8A474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A474C; }
p { color: rgb(138,71,76); }
H1.HeaderClassName
{
color: #8A474C;
}
.AnyTagClassName
{
color: #8A474C;
}
</style>
background-color css
<style>
a { background-color: #8A474C; }
a { background-color: rgb(138,71,76); }
div.DivClassName
{
background-color: #8A474C;
}
.BgClassName
{
background-color: #8A474C;
}
</style>
border-color css
<style>
span { border-color: #8A474C; }
span { border-color: rgb(138,71,76); }
td.TdClassName
{
border-color: #8A474C;
}
.TagClassName
{
border-color: #8A474C;
}
</style>