Shades of Old Rose #AB3044
Tints of Old Rose #AB3044
RGB
CMYK
RGB Variations
Color information
#AB3044 (or 0xAB3044) is known color: Old Rose. HEX triplet: AB, 30 and 44. RGB value is (171,48,68). Sum of RGB (Red+Green+Blue) = 171+48+68=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3044 is #54CFBB. Grayscale: #575757. Windows color (decimal): -5558204 or 4468907. OLE color: 4468907.
HSL color Cylindrical-coordinate representation of color #AB3044: hue angle of 350.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3044 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 68 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.33 |
| HSL | 350.24º | 0.56% | 0.43% | - |
| HSV(B) | 350.24º | 0.72% | 0.67% | - |
| XYZ | 18.89 | 11.19 | 6.63 | - |
| YUV | 87.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 68 | 0 | 0.72 | 0.60 | 0.33 | 350.24 | 0.56 | 0.43 |
| Hex | AB | 30 | 44 | 0 | 48 | 3C | 21 | 15E | 38 | 2B |
| Octal | 253 | 60 | 104 | 0 | 110 | 74 | 41 | 536 | 70 | 53 |
| Binary | 10101011 | 110000 | 1000100 | 0 | 1001000 | 111100 | 100001 | 101011110 | 111000 | 101011 |
Color Harmonies of #AB3044
Complementary color
Monochromatic Colors of #AB3044
Black with #AB3044
Text Example
Text Example
White with #AB3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3044; }
p { color: rgb(171,48,68); }
H1.HeaderClassName
{
color: #AB3044;
}
.AnyTagClassName
{
color: #AB3044;
}
</style>
background-color css
<style>
a { background-color: #AB3044; }
a { background-color: rgb(171,48,68); }
div.DivClassName
{
background-color: #AB3044;
}
.BgClassName
{
background-color: #AB3044;
}
</style>
border-color css
<style>
span { border-color: #AB3044; }
span { border-color: rgb(171,48,68); }
td.TdClassName
{
border-color: #AB3044;
}
.TagClassName
{
border-color: #AB3044;
}
</style>