Shades of Old Rose #AF2948
Tints of Old Rose #AF2948
RGB
CMYK
RGB Variations
Color information
#AF2948 (or 0xAF2948) is known color: Old Rose. HEX triplet: AF, 29 and 48. RGB value is (175,41,72). Sum of RGB (Red+Green+Blue) = 175+41+72=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2948 is #50D6B7. Grayscale: #545454. Windows color (decimal): -5297848 or 4729263. OLE color: 4729263.
HSL color Cylindrical-coordinate representation of color #AF2948: hue angle of 346.12º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2948 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 72 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.31 |
| HSL | 346.12º | 0.62% | 0.42% | - |
| HSV(B) | 346.12º | 0.77% | 0.69% | - |
| XYZ | 19.64 | 11.17 | 7.25 | - |
| YUV | 84.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 72 | 0 | 0.77 | 0.59 | 0.31 | 346.12 | 0.62 | 0.42 |
| Hex | AF | 29 | 48 | 0 | 4D | 3B | 1F | 15A | 3E | 2A |
| Octal | 257 | 51 | 110 | 0 | 115 | 73 | 37 | 532 | 76 | 52 |
| Binary | 10101111 | 101001 | 1001000 | 0 | 1001101 | 111011 | 11111 | 101011010 | 111110 | 101010 |
Color Harmonies of #AF2948
Complementary color
Monochromatic Colors of #AF2948
Black with #AF2948
Text Example
Text Example
White with #AF2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2948; }
p { color: rgb(175,41,72); }
H1.HeaderClassName
{
color: #AF2948;
}
.AnyTagClassName
{
color: #AF2948;
}
</style>
background-color css
<style>
a { background-color: #AF2948; }
a { background-color: rgb(175,41,72); }
div.DivClassName
{
background-color: #AF2948;
}
.BgClassName
{
background-color: #AF2948;
}
</style>
border-color css
<style>
span { border-color: #AF2948; }
span { border-color: rgb(175,41,72); }
td.TdClassName
{
border-color: #AF2948;
}
.TagClassName
{
border-color: #AF2948;
}
</style>