Shades of Old Rose #AF2A44
Tints of Old Rose #AF2A44
RGB
CMYK
RGB Variations
Color information
#AF2A44 (or 0xAF2A44) is known color: Old Rose. HEX triplet: AF, 2A and 44. RGB value is (175,42,68). Sum of RGB (Red+Green+Blue) = 175+42+68=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A44 is #50D5BB. Grayscale: #545454. Windows color (decimal): -5297596 or 4467375. OLE color: 4467375.
HSL color Cylindrical-coordinate representation of color #AF2A44: hue angle of 348.27º 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 #AF2A44 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 68 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.31 |
| HSL | 348.27º | 0.61% | 0.43% | - |
| HSV(B) | 348.27º | 0.76% | 0.69% | - |
| XYZ | 19.55 | 11.19 | 6.6 | - |
| YUV | 84.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 68 | 0 | 0.76 | 0.61 | 0.31 | 348.27 | 0.61 | 0.43 |
| Hex | AF | 2A | 44 | 0 | 4C | 3D | 1F | 15C | 3D | 2B |
| Octal | 257 | 52 | 104 | 0 | 114 | 75 | 37 | 534 | 75 | 53 |
| Binary | 10101111 | 101010 | 1000100 | 0 | 1001100 | 111101 | 11111 | 101011100 | 111101 | 101011 |
Color Harmonies of #AF2A44
Complementary color
Monochromatic Colors of #AF2A44
Black with #AF2A44
Text Example
Text Example
White with #AF2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A44; }
p { color: rgb(175,42,68); }
H1.HeaderClassName
{
color: #AF2A44;
}
.AnyTagClassName
{
color: #AF2A44;
}
</style>
background-color css
<style>
a { background-color: #AF2A44; }
a { background-color: rgb(175,42,68); }
div.DivClassName
{
background-color: #AF2A44;
}
.BgClassName
{
background-color: #AF2A44;
}
</style>
border-color css
<style>
span { border-color: #AF2A44; }
span { border-color: rgb(175,42,68); }
td.TdClassName
{
border-color: #AF2A44;
}
.TagClassName
{
border-color: #AF2A44;
}
</style>