Shades of Solid Pink #9A494D
Tints of Solid Pink #9A494D
RGB
CMYK
RGB Variations
Color information
#9A494D (or 0x9A494D) is known color: Solid Pink. HEX triplet: 9A, 49 and 4D. RGB value is (154,73,77). Sum of RGB (Red+Green+Blue) = 154+73+77=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A494D is #65B6B2. Grayscale: #616161. Windows color (decimal): -6665907 or 5065114. OLE color: 5065114.
HSL color Cylindrical-coordinate representation of color #9A494D: hue angle of 357.04º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A494D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 77 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.40 |
| HSL | 357.04º | 0.36% | 0.45% | - |
| HSV(B) | 357.04º | 0.53% | 0.6% | - |
| XYZ | 17.05 | 12.17 | 8.47 | - |
| YUV | 97.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 77 | 0 | 0.53 | 0.50 | 0.40 | 357.04 | 0.36 | 0.45 |
| Hex | 9A | 49 | 4D | 0 | 35 | 32 | 28 | 165 | 24 | 2D |
| Octal | 232 | 111 | 115 | 0 | 65 | 62 | 50 | 545 | 44 | 55 |
| Binary | 10011010 | 1001001 | 1001101 | 0 | 110101 | 110010 | 101000 | 101100101 | 100100 | 101101 |
Color Harmonies of #9A494D
Complementary color
Monochromatic Colors of #9A494D
Black with #9A494D
Text Example
Text Example
White with #9A494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A494D; }
p { color: rgb(154,73,77); }
H1.HeaderClassName
{
color: #9A494D;
}
.AnyTagClassName
{
color: #9A494D;
}
</style>
background-color css
<style>
a { background-color: #9A494D; }
a { background-color: rgb(154,73,77); }
div.DivClassName
{
background-color: #9A494D;
}
.BgClassName
{
background-color: #9A494D;
}
</style>
border-color css
<style>
span { border-color: #9A494D; }
span { border-color: rgb(154,73,77); }
td.TdClassName
{
border-color: #9A494D;
}
.TagClassName
{
border-color: #9A494D;
}
</style>