Shades of Solid Pink #9A484A
Tints of Solid Pink #9A484A
RGB
CMYK
RGB Variations
Color information
#9A484A (or 0x9A484A) is known color: Solid Pink. HEX triplet: 9A, 48 and 4A. RGB value is (154,72,74). Sum of RGB (Red+Green+Blue) = 154+72+74=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A484A is #65B7B5. Grayscale: #606060. Windows color (decimal): -6666166 or 4868250. OLE color: 4868250.
HSL color Cylindrical-coordinate representation of color #9A484A: hue angle of 358.54º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A484A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 72 | 74 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.40 |
| HSL | 358.54º | 0.36% | 0.44% | - |
| HSV(B) | 358.54º | 0.53% | 0.6% | - |
| XYZ | 16.88 | 12 | 7.9 | - |
| YUV | 96.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 74 | 0 | 0.53 | 0.52 | 0.40 | 358.54 | 0.36 | 0.44 |
| Hex | 9A | 48 | 4A | 0 | 35 | 34 | 28 | 167 | 24 | 2C |
| Octal | 232 | 110 | 112 | 0 | 65 | 64 | 50 | 547 | 44 | 54 |
| Binary | 10011010 | 1001000 | 1001010 | 0 | 110101 | 110100 | 101000 | 101100111 | 100100 | 101100 |
Color Harmonies of #9A484A
Complementary color
Monochromatic Colors of #9A484A
Black with #9A484A
Text Example
Text Example
White with #9A484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A484A; }
p { color: rgb(154,72,74); }
H1.HeaderClassName
{
color: #9A484A;
}
.AnyTagClassName
{
color: #9A484A;
}
</style>
background-color css
<style>
a { background-color: #9A484A; }
a { background-color: rgb(154,72,74); }
div.DivClassName
{
background-color: #9A484A;
}
.BgClassName
{
background-color: #9A484A;
}
</style>
border-color css
<style>
span { border-color: #9A484A; }
span { border-color: rgb(154,72,74); }
td.TdClassName
{
border-color: #9A484A;
}
.TagClassName
{
border-color: #9A484A;
}
</style>