Shades of Old Rose #AF2953
Tints of Old Rose #AF2953
RGB
CMYK
RGB Variations
Color information
#AF2953 (or 0xAF2953) is known color: Old Rose. HEX triplet: AF, 29 and 53. RGB value is (175,41,83). Sum of RGB (Red+Green+Blue) = 175+41+83=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2953 is #50D6AC. Grayscale: #555555. Windows color (decimal): -5297837 or 5450159. OLE color: 5450159.
HSL color Cylindrical-coordinate representation of color #AF2953: hue angle of 341.19º 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 #AF2953 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 83 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.31 |
| HSL | 341.19º | 0.62% | 0.42% | - |
| HSV(B) | 341.19º | 0.77% | 0.69% | - |
| XYZ | 20.03 | 11.32 | 9.31 | - |
| YUV | 85.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 83 | 0 | 0.77 | 0.53 | 0.31 | 341.19 | 0.62 | 0.42 |
| Hex | AF | 29 | 53 | 0 | 4D | 35 | 1F | 155 | 3E | 2A |
| Octal | 257 | 51 | 123 | 0 | 115 | 65 | 37 | 525 | 76 | 52 |
| Binary | 10101111 | 101001 | 1010011 | 0 | 1001101 | 110101 | 11111 | 101010101 | 111110 | 101010 |
Color Harmonies of #AF2953
Complementary color
Monochromatic Colors of #AF2953
Black with #AF2953
Text Example
Text Example
White with #AF2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2953; }
p { color: rgb(175,41,83); }
H1.HeaderClassName
{
color: #AF2953;
}
.AnyTagClassName
{
color: #AF2953;
}
</style>
background-color css
<style>
a { background-color: #AF2953; }
a { background-color: rgb(175,41,83); }
div.DivClassName
{
background-color: #AF2953;
}
.BgClassName
{
background-color: #AF2953;
}
</style>
border-color css
<style>
span { border-color: #AF2953; }
span { border-color: rgb(175,41,83); }
td.TdClassName
{
border-color: #AF2953;
}
.TagClassName
{
border-color: #AF2953;
}
</style>