Shades of Old Rose #AF224C
Tints of Old Rose #AF224C
RGB
CMYK
RGB Variations
Color information
#AF224C (or 0xAF224C) is known color: Old Rose. HEX triplet: AF, 22 and 4C. RGB value is (175,34,76). Sum of RGB (Red+Green+Blue) = 175+34+76=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF224C is #50DDB3. Grayscale: #505050. Windows color (decimal): -5299636 or 4989615. OLE color: 4989615.
HSL color Cylindrical-coordinate representation of color #AF224C: hue angle of 342.13º 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 #AF224C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 76 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.31 |
| HSL | 342.13º | 0.67% | 0.41% | - |
| HSV(B) | 342.13º | 0.81% | 0.69% | - |
| XYZ | 19.56 | 10.78 | 7.89 | - |
| YUV | 80.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 76 | 0 | 0.81 | 0.57 | 0.31 | 342.13 | 0.67 | 0.41 |
| Hex | AF | 22 | 4C | 0 | 51 | 39 | 1F | 156 | 43 | 29 |
| Octal | 257 | 42 | 114 | 0 | 121 | 71 | 37 | 526 | 103 | 51 |
| Binary | 10101111 | 100010 | 1001100 | 0 | 1010001 | 111001 | 11111 | 101010110 | 1000011 | 101001 |
Color Harmonies of #AF224C
Complementary color
Monochromatic Colors of #AF224C
Black with #AF224C
Text Example
Text Example
White with #AF224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF224C; }
p { color: rgb(175,34,76); }
H1.HeaderClassName
{
color: #AF224C;
}
.AnyTagClassName
{
color: #AF224C;
}
</style>
background-color css
<style>
a { background-color: #AF224C; }
a { background-color: rgb(175,34,76); }
div.DivClassName
{
background-color: #AF224C;
}
.BgClassName
{
background-color: #AF224C;
}
</style>
border-color css
<style>
span { border-color: #AF224C; }
span { border-color: rgb(175,34,76); }
td.TdClassName
{
border-color: #AF224C;
}
.TagClassName
{
border-color: #AF224C;
}
</style>