Shades of Old Rose #AF224F
Tints of Old Rose #AF224F
RGB
CMYK
RGB Variations
Color information
#AF224F (or 0xAF224F) is known color: Old Rose. HEX triplet: AF, 22 and 4F. RGB value is (175,34,79). Sum of RGB (Red+Green+Blue) = 175+34+79=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF224F is #50DDB0. Grayscale: #515151. Windows color (decimal): -5299633 or 5186223. OLE color: 5186223.
HSL color Cylindrical-coordinate representation of color #AF224F: hue angle of 340.85º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF224F is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 79 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.31 |
| HSL | 340.85º | 0.67% | 0.41% | - |
| HSV(B) | 340.85º | 0.81% | 0.69% | - |
| XYZ | 19.66 | 10.82 | 8.45 | - |
| YUV | 81.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 79 | 0 | 0.81 | 0.55 | 0.31 | 340.85 | 0.67 | 0.41 |
| Hex | AF | 22 | 4F | 0 | 51 | 37 | 1F | 155 | 43 | 29 |
| Octal | 257 | 42 | 117 | 0 | 121 | 67 | 37 | 525 | 103 | 51 |
| Binary | 10101111 | 100010 | 1001111 | 0 | 1010001 | 110111 | 11111 | 101010101 | 1000011 | 101001 |
Color Harmonies of #AF224F
Complementary color
Monochromatic Colors of #AF224F
Black with #AF224F
Text Example
Text Example
White with #AF224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF224F; }
p { color: rgb(175,34,79); }
H1.HeaderClassName
{
color: #AF224F;
}
.AnyTagClassName
{
color: #AF224F;
}
</style>
background-color css
<style>
a { background-color: #AF224F; }
a { background-color: rgb(175,34,79); }
div.DivClassName
{
background-color: #AF224F;
}
.BgClassName
{
background-color: #AF224F;
}
</style>
border-color css
<style>
span { border-color: #AF224F; }
span { border-color: rgb(175,34,79); }
td.TdClassName
{
border-color: #AF224F;
}
.TagClassName
{
border-color: #AF224F;
}
</style>