Shades of Old Rose #AB323F
Tints of Old Rose #AB323F
RGB
CMYK
RGB Variations
Color information
#AB323F (or 0xAB323F) is known color: Old Rose. HEX triplet: AB, 32 and 3F. RGB value is (171,50,63). Sum of RGB (Red+Green+Blue) = 171+50+63=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB323F is #54CDC0. Grayscale: #575757. Windows color (decimal): -5557697 or 4141739. OLE color: 4141739.
HSL color Cylindrical-coordinate representation of color #AB323F: hue angle of 353.55º 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 #AB323F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 63 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.33 |
| HSL | 353.55º | 0.55% | 0.43% | - |
| HSV(B) | 353.55º | 0.71% | 0.67% | - |
| XYZ | 18.83 | 11.3 | 5.89 | - |
| YUV | 87.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 63 | 0 | 0.71 | 0.63 | 0.33 | 353.55 | 0.55 | 0.43 |
| Hex | AB | 32 | 3F | 0 | 47 | 3F | 21 | 162 | 37 | 2B |
| Octal | 253 | 62 | 77 | 0 | 107 | 77 | 41 | 542 | 67 | 53 |
| Binary | 10101011 | 110010 | 111111 | 0 | 1000111 | 111111 | 100001 | 101100010 | 110111 | 101011 |
Color Harmonies of #AB323F
Complementary color
Monochromatic Colors of #AB323F
Black with #AB323F
Text Example
Text Example
White with #AB323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB323F; }
p { color: rgb(171,50,63); }
H1.HeaderClassName
{
color: #AB323F;
}
.AnyTagClassName
{
color: #AB323F;
}
</style>
background-color css
<style>
a { background-color: #AB323F; }
a { background-color: rgb(171,50,63); }
div.DivClassName
{
background-color: #AB323F;
}
.BgClassName
{
background-color: #AB323F;
}
</style>
border-color css
<style>
span { border-color: #AB323F; }
span { border-color: rgb(171,50,63); }
td.TdClassName
{
border-color: #AB323F;
}
.TagClassName
{
border-color: #AB323F;
}
</style>