Shades of Old Rose #AB3143
Tints of Old Rose #AB3143
RGB
CMYK
RGB Variations
Color information
#AB3143 (or 0xAB3143) is known color: Old Rose. HEX triplet: AB, 31 and 43. RGB value is (171,49,67). Sum of RGB (Red+Green+Blue) = 171+49+67=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3143 is #54CEBC. Grayscale: #575757. Windows color (decimal): -5557949 or 4403627. OLE color: 4403627.
HSL color Cylindrical-coordinate representation of color #AB3143: hue angle of 351.15º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3143 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 67 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.33 |
| HSL | 351.15º | 0.55% | 0.43% | - |
| HSV(B) | 351.15º | 0.71% | 0.67% | - |
| XYZ | 18.91 | 11.26 | 6.49 | - |
| YUV | 87.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 67 | 0 | 0.71 | 0.61 | 0.33 | 351.15 | 0.55 | 0.43 |
| Hex | AB | 31 | 43 | 0 | 47 | 3D | 21 | 15F | 37 | 2B |
| Octal | 253 | 61 | 103 | 0 | 107 | 75 | 41 | 537 | 67 | 53 |
| Binary | 10101011 | 110001 | 1000011 | 0 | 1000111 | 111101 | 100001 | 101011111 | 110111 | 101011 |
Color Harmonies of #AB3143
Complementary color
Monochromatic Colors of #AB3143
Black with #AB3143
Text Example
Text Example
White with #AB3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3143; }
p { color: rgb(171,49,67); }
H1.HeaderClassName
{
color: #AB3143;
}
.AnyTagClassName
{
color: #AB3143;
}
</style>
background-color css
<style>
a { background-color: #AB3143; }
a { background-color: rgb(171,49,67); }
div.DivClassName
{
background-color: #AB3143;
}
.BgClassName
{
background-color: #AB3143;
}
</style>
border-color css
<style>
span { border-color: #AB3143; }
span { border-color: rgb(171,49,67); }
td.TdClassName
{
border-color: #AB3143;
}
.TagClassName
{
border-color: #AB3143;
}
</style>