Shades of Old Rose #AF294B
Tints of Old Rose #AF294B
RGB
CMYK
RGB Variations
Color information
#AF294B (or 0xAF294B) is known color: Old Rose. HEX triplet: AF, 29 and 4B. RGB value is (175,41,75). Sum of RGB (Red+Green+Blue) = 175+41+75=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF294B is #50D6B4. Grayscale: #545454. Windows color (decimal): -5297845 or 4925871. OLE color: 4925871.
HSL color Cylindrical-coordinate representation of color #AF294B: hue angle of 344.78º 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 #AF294B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 75 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.31 |
| HSL | 344.78º | 0.62% | 0.42% | - |
| HSV(B) | 344.78º | 0.77% | 0.69% | - |
| XYZ | 19.74 | 11.21 | 7.78 | - |
| YUV | 84.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 75 | 0 | 0.77 | 0.57 | 0.31 | 344.78 | 0.62 | 0.42 |
| Hex | AF | 29 | 4B | 0 | 4D | 39 | 1F | 159 | 3E | 2A |
| Octal | 257 | 51 | 113 | 0 | 115 | 71 | 37 | 531 | 76 | 52 |
| Binary | 10101111 | 101001 | 1001011 | 0 | 1001101 | 111001 | 11111 | 101011001 | 111110 | 101010 |
Color Harmonies of #AF294B
Complementary color
Monochromatic Colors of #AF294B
Black with #AF294B
Text Example
Text Example
White with #AF294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF294B; }
p { color: rgb(175,41,75); }
H1.HeaderClassName
{
color: #AF294B;
}
.AnyTagClassName
{
color: #AF294B;
}
</style>
background-color css
<style>
a { background-color: #AF294B; }
a { background-color: rgb(175,41,75); }
div.DivClassName
{
background-color: #AF294B;
}
.BgClassName
{
background-color: #AF294B;
}
</style>
border-color css
<style>
span { border-color: #AF294B; }
span { border-color: rgb(175,41,75); }
td.TdClassName
{
border-color: #AF294B;
}
.TagClassName
{
border-color: #AF294B;
}
</style>