Shades of Old Rose #AF2A4A
Tints of Old Rose #AF2A4A
RGB
CMYK
RGB Variations
Color information
#AF2A4A (or 0xAF2A4A) is known color: Old Rose. HEX triplet: AF, 2A and 4A. RGB value is (175,42,74). Sum of RGB (Red+Green+Blue) = 175+42+74=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A4A is #50D5B5. Grayscale: #555555. Windows color (decimal): -5297590 or 4860591. OLE color: 4860591.
HSL color Cylindrical-coordinate representation of color #AF2A4A: hue angle of 345.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A4A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 74 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.31 |
| HSL | 345.56º | 0.61% | 0.43% | - |
| HSV(B) | 345.56º | 0.76% | 0.69% | - |
| XYZ | 19.74 | 11.26 | 7.61 | - |
| YUV | 85.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 74 | 0 | 0.76 | 0.58 | 0.31 | 345.56 | 0.61 | 0.43 |
| Hex | AF | 2A | 4A | 0 | 4C | 3A | 1F | 15A | 3D | 2B |
| Octal | 257 | 52 | 112 | 0 | 114 | 72 | 37 | 532 | 75 | 53 |
| Binary | 10101111 | 101010 | 1001010 | 0 | 1001100 | 111010 | 11111 | 101011010 | 111101 | 101011 |
Color Harmonies of #AF2A4A
Complementary color
Monochromatic Colors of #AF2A4A
Black with #AF2A4A
Text Example
Text Example
White with #AF2A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A4A; }
p { color: rgb(175,42,74); }
H1.HeaderClassName
{
color: #AF2A4A;
}
.AnyTagClassName
{
color: #AF2A4A;
}
</style>
background-color css
<style>
a { background-color: #AF2A4A; }
a { background-color: rgb(175,42,74); }
div.DivClassName
{
background-color: #AF2A4A;
}
.BgClassName
{
background-color: #AF2A4A;
}
</style>
border-color css
<style>
span { border-color: #AF2A4A; }
span { border-color: rgb(175,42,74); }
td.TdClassName
{
border-color: #AF2A4A;
}
.TagClassName
{
border-color: #AF2A4A;
}
</style>