Shades of Old Rose #AF2353
Tints of Old Rose #AF2353
RGB
CMYK
RGB Variations
Color information
#AF2353 (or 0xAF2353) is known color: Old Rose. HEX triplet: AF, 23 and 53. RGB value is (175,35,83). Sum of RGB (Red+Green+Blue) = 175+35+83=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2353 is #50DCAC. Grayscale: #525252. Windows color (decimal): -5299373 or 5448623. OLE color: 5448623.
HSL color Cylindrical-coordinate representation of color #AF2353: hue angle of 339.43º 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 #AF2353 is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 83 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.31 |
| HSL | 339.43º | 0.67% | 0.41% | - |
| HSV(B) | 339.43º | 0.8% | 0.69% | - |
| XYZ | 19.84 | 10.94 | 9.25 | - |
| YUV | 82.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 83 | 0 | 0.8 | 0.53 | 0.31 | 339.43 | 0.67 | 0.41 |
| Hex | AF | 23 | 53 | 0 | 50 | 35 | 1F | 153 | 43 | 29 |
| Octal | 257 | 43 | 123 | 0 | 120 | 65 | 37 | 523 | 103 | 51 |
| Binary | 10101111 | 100011 | 1010011 | 0 | 1010000 | 110101 | 11111 | 101010011 | 1000011 | 101001 |
Color Harmonies of #AF2353
Complementary color
Monochromatic Colors of #AF2353
Black with #AF2353
Text Example
Text Example
White with #AF2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2353; }
p { color: rgb(175,35,83); }
H1.HeaderClassName
{
color: #AF2353;
}
.AnyTagClassName
{
color: #AF2353;
}
</style>
background-color css
<style>
a { background-color: #AF2353; }
a { background-color: rgb(175,35,83); }
div.DivClassName
{
background-color: #AF2353;
}
.BgClassName
{
background-color: #AF2353;
}
</style>
border-color css
<style>
span { border-color: #AF2353; }
span { border-color: rgb(175,35,83); }
td.TdClassName
{
border-color: #AF2353;
}
.TagClassName
{
border-color: #AF2353;
}
</style>