Shades of Old Rose #AB2744
Tints of Old Rose #AB2744
RGB
CMYK
RGB Variations
Color information
#AB2744 (or 0xAB2744) is known color: Old Rose. HEX triplet: AB, 27 and 44. RGB value is (171,39,68). Sum of RGB (Red+Green+Blue) = 171+39+68=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2744 is #54D8BB. Grayscale: #515151. Windows color (decimal): -5560508 or 4466603. OLE color: 4466603.
HSL color Cylindrical-coordinate representation of color #AB2744: hue angle of 346.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2744 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 68 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.33 |
| HSL | 346.82º | 0.63% | 0.41% | - |
| HSV(B) | 346.82º | 0.77% | 0.67% | - |
| XYZ | 18.56 | 10.53 | 6.52 | - |
| YUV | 81.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 68 | 0 | 0.77 | 0.60 | 0.33 | 346.82 | 0.63 | 0.41 |
| Hex | AB | 27 | 44 | 0 | 4D | 3C | 21 | 15B | 3F | 29 |
| Octal | 253 | 47 | 104 | 0 | 115 | 74 | 41 | 533 | 77 | 51 |
| Binary | 10101011 | 100111 | 1000100 | 0 | 1001101 | 111100 | 100001 | 101011011 | 111111 | 101001 |
Color Harmonies of #AB2744
Complementary color
Monochromatic Colors of #AB2744
Black with #AB2744
Text Example
Text Example
White with #AB2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2744; }
p { color: rgb(171,39,68); }
H1.HeaderClassName
{
color: #AB2744;
}
.AnyTagClassName
{
color: #AB2744;
}
</style>
background-color css
<style>
a { background-color: #AB2744; }
a { background-color: rgb(171,39,68); }
div.DivClassName
{
background-color: #AB2744;
}
.BgClassName
{
background-color: #AB2744;
}
</style>
border-color css
<style>
span { border-color: #AB2744; }
span { border-color: rgb(171,39,68); }
td.TdClassName
{
border-color: #AB2744;
}
.TagClassName
{
border-color: #AB2744;
}
</style>