Shades of Old Rose #AF2542
Tints of Old Rose #AF2542
RGB
CMYK
RGB Variations
Color information
#AF2542 (or 0xAF2542) is known color: Old Rose. HEX triplet: AF, 25 and 42. RGB value is (175,37,66). Sum of RGB (Red+Green+Blue) = 175+37+66=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2542 is #50DABD. Grayscale: #515151. Windows color (decimal): -5298878 or 4335023. OLE color: 4335023.
HSL color Cylindrical-coordinate representation of color #AF2542: hue angle of 347.39º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2542 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 66 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.31 |
| HSL | 347.39º | 0.65% | 0.42% | - |
| HSV(B) | 347.39º | 0.79% | 0.69% | - |
| XYZ | 19.32 | 10.83 | 6.23 | - |
| YUV | 81.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 66 | 0 | 0.79 | 0.62 | 0.31 | 347.39 | 0.65 | 0.42 |
| Hex | AF | 25 | 42 | 0 | 4F | 3E | 1F | 15B | 41 | 2A |
| Octal | 257 | 45 | 102 | 0 | 117 | 76 | 37 | 533 | 101 | 52 |
| Binary | 10101111 | 100101 | 1000010 | 0 | 1001111 | 111110 | 11111 | 101011011 | 1000001 | 101010 |
Color Harmonies of #AF2542
Complementary color
Monochromatic Colors of #AF2542
Black with #AF2542
Text Example
Text Example
White with #AF2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2542; }
p { color: rgb(175,37,66); }
H1.HeaderClassName
{
color: #AF2542;
}
.AnyTagClassName
{
color: #AF2542;
}
</style>
background-color css
<style>
a { background-color: #AF2542; }
a { background-color: rgb(175,37,66); }
div.DivClassName
{
background-color: #AF2542;
}
.BgClassName
{
background-color: #AF2542;
}
</style>
border-color css
<style>
span { border-color: #AF2542; }
span { border-color: rgb(175,37,66); }
td.TdClassName
{
border-color: #AF2542;
}
.TagClassName
{
border-color: #AF2542;
}
</style>