Shades of Old Rose #AF2F4D
Tints of Old Rose #AF2F4D
RGB
CMYK
RGB Variations
Color information
#AF2F4D (or 0xAF2F4D) is known color: Old Rose. HEX triplet: AF, 2F and 4D. RGB value is (175,47,77). Sum of RGB (Red+Green+Blue) = 175+47+77=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F4D is #50D0B2. Grayscale: #585858. Windows color (decimal): -5296307 or 5058479. OLE color: 5058479.
HSL color Cylindrical-coordinate representation of color #AF2F4D: hue angle of 345.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F4D is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 77 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.31 |
| HSL | 345.94º | 0.58% | 0.44% | - |
| HSV(B) | 345.94º | 0.73% | 0.69% | - |
| XYZ | 20.04 | 11.68 | 8.22 | - |
| YUV | 88.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 77 | 0 | 0.73 | 0.56 | 0.31 | 345.94 | 0.58 | 0.44 |
| Hex | AF | 2F | 4D | 0 | 49 | 38 | 1F | 15A | 3A | 2C |
| Octal | 257 | 57 | 115 | 0 | 111 | 70 | 37 | 532 | 72 | 54 |
| Binary | 10101111 | 101111 | 1001101 | 0 | 1001001 | 111000 | 11111 | 101011010 | 111010 | 101100 |
Color Harmonies of #AF2F4D
Complementary color
Monochromatic Colors of #AF2F4D
Black with #AF2F4D
Text Example
Text Example
White with #AF2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F4D; }
p { color: rgb(175,47,77); }
H1.HeaderClassName
{
color: #AF2F4D;
}
.AnyTagClassName
{
color: #AF2F4D;
}
</style>
background-color css
<style>
a { background-color: #AF2F4D; }
a { background-color: rgb(175,47,77); }
div.DivClassName
{
background-color: #AF2F4D;
}
.BgClassName
{
background-color: #AF2F4D;
}
</style>
border-color css
<style>
span { border-color: #AF2F4D; }
span { border-color: rgb(175,47,77); }
td.TdClassName
{
border-color: #AF2F4D;
}
.TagClassName
{
border-color: #AF2F4D;
}
</style>