Shades of Solid Pink #8A494A
Tints of Solid Pink #8A494A
RGB
CMYK
RGB Variations
Color information
#8A494A (or 0x8A494A) is known color: Solid Pink. HEX triplet: 8A, 49 and 4A. RGB value is (138,73,74). Sum of RGB (Red+Green+Blue) = 138+73+74=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A494A is #75B6B5. Grayscale: #5C5C5C. Windows color (decimal): -7714486 or 4868490. OLE color: 4868490.
HSL color Cylindrical-coordinate representation of color #8A494A: hue angle of 359.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A494A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 74 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.46 |
| HSL | 359.08º | 0.31% | 0.41% | - |
| HSV(B) | 359.08º | 0.47% | 0.54% | - |
| XYZ | 14.1 | 10.66 | 7.79 | - |
| YUV | 92.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 74 | 0 | 0.47 | 0.46 | 0.46 | 359.08 | 0.31 | 0.41 |
| Hex | 8A | 49 | 4A | 0 | 2F | 2E | 2E | 167 | 1F | 29 |
| Octal | 212 | 111 | 112 | 0 | 57 | 56 | 56 | 547 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1001010 | 0 | 101111 | 101110 | 101110 | 101100111 | 11111 | 101001 |
Color Harmonies of #8A494A
Complementary color
Monochromatic Colors of #8A494A
Black with #8A494A
Text Example
Text Example
White with #8A494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A494A; }
p { color: rgb(138,73,74); }
H1.HeaderClassName
{
color: #8A494A;
}
.AnyTagClassName
{
color: #8A494A;
}
</style>
background-color css
<style>
a { background-color: #8A494A; }
a { background-color: rgb(138,73,74); }
div.DivClassName
{
background-color: #8A494A;
}
.BgClassName
{
background-color: #8A494A;
}
</style>
border-color css
<style>
span { border-color: #8A494A; }
span { border-color: rgb(138,73,74); }
td.TdClassName
{
border-color: #8A494A;
}
.TagClassName
{
border-color: #8A494A;
}
</style>