Shades of Old Rose #AF2355
Tints of Old Rose #AF2355
RGB
CMYK
RGB Variations
Color information
#AF2355 (or 0xAF2355) is known color: Old Rose. HEX triplet: AF, 23 and 55. RGB value is (175,35,85). Sum of RGB (Red+Green+Blue) = 175+35+85=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2355 is #50DCAA. Grayscale: #525252. Windows color (decimal): -5299371 or 5579695. OLE color: 5579695.
HSL color Cylindrical-coordinate representation of color #AF2355: hue angle of 338.57º 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 #AF2355 is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 85 | - |
| CMYK | 0 | 0.8 | 0.51 | 0.31 |
| HSL | 338.57º | 0.67% | 0.41% | - |
| HSV(B) | 338.57º | 0.8% | 0.69% | - |
| XYZ | 19.92 | 10.97 | 9.66 | - |
| YUV | 82.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 85 | 0 | 0.8 | 0.51 | 0.31 | 338.57 | 0.67 | 0.41 |
| Hex | AF | 23 | 55 | 0 | 50 | 33 | 1F | 153 | 43 | 29 |
| Octal | 257 | 43 | 125 | 0 | 120 | 63 | 37 | 523 | 103 | 51 |
| Binary | 10101111 | 100011 | 1010101 | 0 | 1010000 | 110011 | 11111 | 101010011 | 1000011 | 101001 |
Color Harmonies of #AF2355
Complementary color
Monochromatic Colors of #AF2355
Black with #AF2355
Text Example
Text Example
White with #AF2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2355; }
p { color: rgb(175,35,85); }
H1.HeaderClassName
{
color: #AF2355;
}
.AnyTagClassName
{
color: #AF2355;
}
</style>
background-color css
<style>
a { background-color: #AF2355; }
a { background-color: rgb(175,35,85); }
div.DivClassName
{
background-color: #AF2355;
}
.BgClassName
{
background-color: #AF2355;
}
</style>
border-color css
<style>
span { border-color: #AF2355; }
span { border-color: rgb(175,35,85); }
td.TdClassName
{
border-color: #AF2355;
}
.TagClassName
{
border-color: #AF2355;
}
</style>