Shades of Old Rose #AF2955
Tints of Old Rose #AF2955
RGB
CMYK
RGB Variations
Color information
#AF2955 (or 0xAF2955) is known color: Old Rose. HEX triplet: AF, 29 and 55. RGB value is (175,41,85). Sum of RGB (Red+Green+Blue) = 175+41+85=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2955 is #50D6AA. Grayscale: #565656. Windows color (decimal): -5297835 or 5581231. OLE color: 5581231.
HSL color Cylindrical-coordinate representation of color #AF2955: hue angle of 340.3º 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 #AF2955 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 85 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.31 |
| HSL | 340.3º | 0.62% | 0.42% | - |
| HSV(B) | 340.3º | 0.77% | 0.69% | - |
| XYZ | 20.11 | 11.36 | 9.73 | - |
| YUV | 86.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 85 | 0 | 0.77 | 0.51 | 0.31 | 340.3 | 0.62 | 0.42 |
| Hex | AF | 29 | 55 | 0 | 4D | 33 | 1F | 154 | 3E | 2A |
| Octal | 257 | 51 | 125 | 0 | 115 | 63 | 37 | 524 | 76 | 52 |
| Binary | 10101111 | 101001 | 1010101 | 0 | 1001101 | 110011 | 11111 | 101010100 | 111110 | 101010 |
Color Harmonies of #AF2955
Complementary color
Monochromatic Colors of #AF2955
Black with #AF2955
Text Example
Text Example
White with #AF2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2955; }
p { color: rgb(175,41,85); }
H1.HeaderClassName
{
color: #AF2955;
}
.AnyTagClassName
{
color: #AF2955;
}
</style>
background-color css
<style>
a { background-color: #AF2955; }
a { background-color: rgb(175,41,85); }
div.DivClassName
{
background-color: #AF2955;
}
.BgClassName
{
background-color: #AF2955;
}
</style>
border-color css
<style>
span { border-color: #AF2955; }
span { border-color: rgb(175,41,85); }
td.TdClassName
{
border-color: #AF2955;
}
.TagClassName
{
border-color: #AF2955;
}
</style>