Shades of Solid Pink #9A5355
Tints of Solid Pink #9A5355
RGB
CMYK
RGB Variations
Color information
#9A5355 (or 0x9A5355) is known color: Solid Pink. HEX triplet: 9A, 53 and 55. RGB value is (154,83,85). Sum of RGB (Red+Green+Blue) = 154+83+85=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5355 is #65ACAA. Grayscale: #686868. Windows color (decimal): -6663339 or 5591962. OLE color: 5591962.
HSL color Cylindrical-coordinate representation of color #9A5355: hue angle of 358.31º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5355 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 85 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.40 |
| HSL | 358.31º | 0.3% | 0.46% | - |
| HSV(B) | 358.31º | 0.46% | 0.6% | - |
| XYZ | 18.06 | 13.71 | 10.29 | - |
| YUV | 104.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 85 | 0 | 0.46 | 0.45 | 0.40 | 358.31 | 0.3 | 0.46 |
| Hex | 9A | 53 | 55 | 0 | 2E | 2D | 28 | 166 | 1E | 2E |
| Octal | 232 | 123 | 125 | 0 | 56 | 55 | 50 | 546 | 36 | 56 |
| Binary | 10011010 | 1010011 | 1010101 | 0 | 101110 | 101101 | 101000 | 101100110 | 11110 | 101110 |
Color Harmonies of #9A5355
Complementary color
Monochromatic Colors of #9A5355
Black with #9A5355
Text Example
Text Example
White with #9A5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5355; }
p { color: rgb(154,83,85); }
H1.HeaderClassName
{
color: #9A5355;
}
.AnyTagClassName
{
color: #9A5355;
}
</style>
background-color css
<style>
a { background-color: #9A5355; }
a { background-color: rgb(154,83,85); }
div.DivClassName
{
background-color: #9A5355;
}
.BgClassName
{
background-color: #9A5355;
}
</style>
border-color css
<style>
span { border-color: #9A5355; }
span { border-color: rgb(154,83,85); }
td.TdClassName
{
border-color: #9A5355;
}
.TagClassName
{
border-color: #9A5355;
}
</style>