Shades of Old Rose #AF294D
Tints of Old Rose #AF294D
RGB
CMYK
RGB Variations
Color information
#AF294D (or 0xAF294D) is known color: Old Rose. HEX triplet: AF, 29 and 4D. RGB value is (175,41,77). Sum of RGB (Red+Green+Blue) = 175+41+77=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF294D is #50D6B2. Grayscale: #555555. Windows color (decimal): -5297843 or 5056943. OLE color: 5056943.
HSL color Cylindrical-coordinate representation of color #AF294D: hue angle of 343.88º 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 #AF294D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 77 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.31 |
| HSL | 343.88º | 0.62% | 0.42% | - |
| HSV(B) | 343.88º | 0.77% | 0.69% | - |
| XYZ | 19.81 | 11.24 | 8.15 | - |
| YUV | 85.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 77 | 0 | 0.77 | 0.56 | 0.31 | 343.88 | 0.62 | 0.42 |
| Hex | AF | 29 | 4D | 0 | 4D | 38 | 1F | 158 | 3E | 2A |
| Octal | 257 | 51 | 115 | 0 | 115 | 70 | 37 | 530 | 76 | 52 |
| Binary | 10101111 | 101001 | 1001101 | 0 | 1001101 | 111000 | 11111 | 101011000 | 111110 | 101010 |
Color Harmonies of #AF294D
Complementary color
Monochromatic Colors of #AF294D
Black with #AF294D
Text Example
Text Example
White with #AF294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF294D; }
p { color: rgb(175,41,77); }
H1.HeaderClassName
{
color: #AF294D;
}
.AnyTagClassName
{
color: #AF294D;
}
</style>
background-color css
<style>
a { background-color: #AF294D; }
a { background-color: rgb(175,41,77); }
div.DivClassName
{
background-color: #AF294D;
}
.BgClassName
{
background-color: #AF294D;
}
</style>
border-color css
<style>
span { border-color: #AF294D; }
span { border-color: rgb(175,41,77); }
td.TdClassName
{
border-color: #AF294D;
}
.TagClassName
{
border-color: #AF294D;
}
</style>