Shades of Old Rose #AB2A45
Tints of Old Rose #AB2A45
RGB
CMYK
RGB Variations
Color information
#AB2A45 (or 0xAB2A45) is known color: Old Rose. HEX triplet: AB, 2A and 45. RGB value is (171,42,69). Sum of RGB (Red+Green+Blue) = 171+42+69=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A45 is #54D5BA. Grayscale: #535353. Windows color (decimal): -5559739 or 4532907. OLE color: 4532907.
HSL color Cylindrical-coordinate representation of color #AB2A45: hue angle of 347.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2A45 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 69 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.33 |
| HSL | 347.44º | 0.61% | 0.42% | - |
| HSV(B) | 347.44º | 0.75% | 0.67% | - |
| XYZ | 18.7 | 10.74 | 6.72 | - |
| YUV | 83.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 69 | 0 | 0.75 | 0.60 | 0.33 | 347.44 | 0.61 | 0.42 |
| Hex | AB | 2A | 45 | 0 | 4B | 3C | 21 | 15B | 3D | 2A |
| Octal | 253 | 52 | 105 | 0 | 113 | 74 | 41 | 533 | 75 | 52 |
| Binary | 10101011 | 101010 | 1000101 | 0 | 1001011 | 111100 | 100001 | 101011011 | 111101 | 101010 |
Color Harmonies of #AB2A45
Complementary color
Monochromatic Colors of #AB2A45
Black with #AB2A45
Text Example
Text Example
White with #AB2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A45; }
p { color: rgb(171,42,69); }
H1.HeaderClassName
{
color: #AB2A45;
}
.AnyTagClassName
{
color: #AB2A45;
}
</style>
background-color css
<style>
a { background-color: #AB2A45; }
a { background-color: rgb(171,42,69); }
div.DivClassName
{
background-color: #AB2A45;
}
.BgClassName
{
background-color: #AB2A45;
}
</style>
border-color css
<style>
span { border-color: #AB2A45; }
span { border-color: rgb(171,42,69); }
td.TdClassName
{
border-color: #AB2A45;
}
.TagClassName
{
border-color: #AB2A45;
}
</style>