Shades of Old Rose #AB254A
Tints of Old Rose #AB254A
RGB
CMYK
RGB Variations
Color information
#AB254A (or 0xAB254A) is known color: Old Rose. HEX triplet: AB, 25 and 4A. RGB value is (171,37,74). Sum of RGB (Red+Green+Blue) = 171+37+74=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB254A is #54DAB5. Grayscale: #515151. Windows color (decimal): -5561014 or 4859307. OLE color: 4859307.
HSL color Cylindrical-coordinate representation of color #AB254A: hue angle of 343.43º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB254A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 74 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.33 |
| HSL | 343.43º | 0.64% | 0.41% | - |
| HSV(B) | 343.43º | 0.78% | 0.67% | - |
| XYZ | 18.69 | 10.48 | 7.52 | - |
| YUV | 81.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 74 | 0 | 0.78 | 0.57 | 0.33 | 343.43 | 0.64 | 0.41 |
| Hex | AB | 25 | 4A | 0 | 4E | 39 | 21 | 157 | 40 | 29 |
| Octal | 253 | 45 | 112 | 0 | 116 | 71 | 41 | 527 | 100 | 51 |
| Binary | 10101011 | 100101 | 1001010 | 0 | 1001110 | 111001 | 100001 | 101010111 | 1000000 | 101001 |
Color Harmonies of #AB254A
Complementary color
Monochromatic Colors of #AB254A
Black with #AB254A
Text Example
Text Example
White with #AB254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB254A; }
p { color: rgb(171,37,74); }
H1.HeaderClassName
{
color: #AB254A;
}
.AnyTagClassName
{
color: #AB254A;
}
</style>
background-color css
<style>
a { background-color: #AB254A; }
a { background-color: rgb(171,37,74); }
div.DivClassName
{
background-color: #AB254A;
}
.BgClassName
{
background-color: #AB254A;
}
</style>
border-color css
<style>
span { border-color: #AB254A; }
span { border-color: rgb(171,37,74); }
td.TdClassName
{
border-color: #AB254A;
}
.TagClassName
{
border-color: #AB254A;
}
</style>