Shades of Old Rose #AF2F4E
Tints of Old Rose #AF2F4E
RGB
CMYK
RGB Variations
Color information
#AF2F4E (or 0xAF2F4E) is known color: Old Rose. HEX triplet: AF, 2F and 4E. RGB value is (175,47,78). Sum of RGB (Red+Green+Blue) = 175+47+78=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F4E is #50D0B1. Grayscale: #585858. Windows color (decimal): -5296306 or 5124015. OLE color: 5124015.
HSL color Cylindrical-coordinate representation of color #AF2F4E: hue angle of 345.47º 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 #AF2F4E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 78 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.31 |
| HSL | 345.47º | 0.58% | 0.44% | - |
| HSV(B) | 345.47º | 0.73% | 0.69% | - |
| XYZ | 20.07 | 11.7 | 8.41 | - |
| YUV | 88.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 78 | 0 | 0.73 | 0.55 | 0.31 | 345.47 | 0.58 | 0.44 |
| Hex | AF | 2F | 4E | 0 | 49 | 37 | 1F | 159 | 3A | 2C |
| Octal | 257 | 57 | 116 | 0 | 111 | 67 | 37 | 531 | 72 | 54 |
| Binary | 10101111 | 101111 | 1001110 | 0 | 1001001 | 110111 | 11111 | 101011001 | 111010 | 101100 |
Color Harmonies of #AF2F4E
Complementary color
Monochromatic Colors of #AF2F4E
Black with #AF2F4E
Text Example
Text Example
White with #AF2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F4E; }
p { color: rgb(175,47,78); }
H1.HeaderClassName
{
color: #AF2F4E;
}
.AnyTagClassName
{
color: #AF2F4E;
}
</style>
background-color css
<style>
a { background-color: #AF2F4E; }
a { background-color: rgb(175,47,78); }
div.DivClassName
{
background-color: #AF2F4E;
}
.BgClassName
{
background-color: #AF2F4E;
}
</style>
border-color css
<style>
span { border-color: #AF2F4E; }
span { border-color: rgb(175,47,78); }
td.TdClassName
{
border-color: #AF2F4E;
}
.TagClassName
{
border-color: #AF2F4E;
}
</style>