Shades of Old Rose #AF2354
Tints of Old Rose #AF2354
RGB
CMYK
RGB Variations
Color information
#AF2354 (or 0xAF2354) is known color: Old Rose. HEX triplet: AF, 23 and 54. RGB value is (175,35,84). Sum of RGB (Red+Green+Blue) = 175+35+84=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2354 is #50DCAB. Grayscale: #525252. Windows color (decimal): -5299372 or 5514159. OLE color: 5514159.
HSL color Cylindrical-coordinate representation of color #AF2354: hue angle of 339º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2354 is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 84 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.31 |
| HSL | 339º | 0.67% | 0.41% | - |
| HSV(B) | 339º | 0.8% | 0.69% | - |
| XYZ | 19.88 | 10.96 | 9.45 | - |
| YUV | 82.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 84 | 0 | 0.8 | 0.52 | 0.31 | 339 | 0.67 | 0.41 |
| Hex | AF | 23 | 54 | 0 | 50 | 34 | 1F | 153 | 43 | 29 |
| Octal | 257 | 43 | 124 | 0 | 120 | 64 | 37 | 523 | 103 | 51 |
| Binary | 10101111 | 100011 | 1010100 | 0 | 1010000 | 110100 | 11111 | 101010011 | 1000011 | 101001 |
Color Harmonies of #AF2354
Complementary color
Monochromatic Colors of #AF2354
Black with #AF2354
Text Example
Text Example
White with #AF2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2354; }
p { color: rgb(175,35,84); }
H1.HeaderClassName
{
color: #AF2354;
}
.AnyTagClassName
{
color: #AF2354;
}
</style>
background-color css
<style>
a { background-color: #AF2354; }
a { background-color: rgb(175,35,84); }
div.DivClassName
{
background-color: #AF2354;
}
.BgClassName
{
background-color: #AF2354;
}
</style>
border-color css
<style>
span { border-color: #AF2354; }
span { border-color: rgb(175,35,84); }
td.TdClassName
{
border-color: #AF2354;
}
.TagClassName
{
border-color: #AF2354;
}
</style>