Shades of Old Rose #AF2557
Tints of Old Rose #AF2557
RGB
CMYK
RGB Variations
Color information
#AF2557 (or 0xAF2557) is known color: Old Rose. HEX triplet: AF, 25 and 57. RGB value is (175,37,87). Sum of RGB (Red+Green+Blue) = 175+37+87=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2557 is #50DAA8. Grayscale: #535353. Windows color (decimal): -5298857 or 5711279. OLE color: 5711279.
HSL color Cylindrical-coordinate representation of color #AF2557: hue angle of 338.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2557 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 87 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.31 |
| HSL | 338.26º | 0.65% | 0.42% | - |
| HSV(B) | 338.26º | 0.79% | 0.69% | - |
| XYZ | 20.06 | 11.13 | 10.11 | - |
| YUV | 83.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 87 | 0 | 0.79 | 0.50 | 0.31 | 338.26 | 0.65 | 0.42 |
| Hex | AF | 25 | 57 | 0 | 4F | 32 | 1F | 152 | 41 | 2A |
| Octal | 257 | 45 | 127 | 0 | 117 | 62 | 37 | 522 | 101 | 52 |
| Binary | 10101111 | 100101 | 1010111 | 0 | 1001111 | 110010 | 11111 | 101010010 | 1000001 | 101010 |
Color Harmonies of #AF2557
Complementary color
Monochromatic Colors of #AF2557
Black with #AF2557
Text Example
Text Example
White with #AF2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2557; }
p { color: rgb(175,37,87); }
H1.HeaderClassName
{
color: #AF2557;
}
.AnyTagClassName
{
color: #AF2557;
}
</style>
background-color css
<style>
a { background-color: #AF2557; }
a { background-color: rgb(175,37,87); }
div.DivClassName
{
background-color: #AF2557;
}
.BgClassName
{
background-color: #AF2557;
}
</style>
border-color css
<style>
span { border-color: #AF2557; }
span { border-color: rgb(175,37,87); }
td.TdClassName
{
border-color: #AF2557;
}
.TagClassName
{
border-color: #AF2557;
}
</style>