Shades of Old Rose #AF294E
Tints of Old Rose #AF294E
RGB
CMYK
RGB Variations
Color information
#AF294E (or 0xAF294E) is known color: Old Rose. HEX triplet: AF, 29 and 4E. RGB value is (175,41,78). Sum of RGB (Red+Green+Blue) = 175+41+78=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF294E is #50D6B1. Grayscale: #555555. Windows color (decimal): -5297842 or 5122479. OLE color: 5122479.
HSL color Cylindrical-coordinate representation of color #AF294E: hue angle of 343.43º 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 #AF294E is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 78 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.31 |
| HSL | 343.43º | 0.62% | 0.42% | - |
| HSV(B) | 343.43º | 0.77% | 0.69% | - |
| XYZ | 19.85 | 11.25 | 8.33 | - |
| YUV | 85.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 78 | 0 | 0.77 | 0.55 | 0.31 | 343.43 | 0.62 | 0.42 |
| Hex | AF | 29 | 4E | 0 | 4D | 37 | 1F | 157 | 3E | 2A |
| Octal | 257 | 51 | 116 | 0 | 115 | 67 | 37 | 527 | 76 | 52 |
| Binary | 10101111 | 101001 | 1001110 | 0 | 1001101 | 110111 | 11111 | 101010111 | 111110 | 101010 |
Color Harmonies of #AF294E
Complementary color
Monochromatic Colors of #AF294E
Black with #AF294E
Text Example
Text Example
White with #AF294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF294E; }
p { color: rgb(175,41,78); }
H1.HeaderClassName
{
color: #AF294E;
}
.AnyTagClassName
{
color: #AF294E;
}
</style>
background-color css
<style>
a { background-color: #AF294E; }
a { background-color: rgb(175,41,78); }
div.DivClassName
{
background-color: #AF294E;
}
.BgClassName
{
background-color: #AF294E;
}
</style>
border-color css
<style>
span { border-color: #AF294E; }
span { border-color: rgb(175,41,78); }
td.TdClassName
{
border-color: #AF294E;
}
.TagClassName
{
border-color: #AF294E;
}
</style>