Shades of Old Rose #AF2255
Tints of Old Rose #AF2255
RGB
CMYK
RGB Variations
Color information
#AF2255 (or 0xAF2255) is known color: Old Rose. HEX triplet: AF, 22 and 55. RGB value is (175,34,85). Sum of RGB (Red+Green+Blue) = 175+34+85=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2255 is #50DDAA. Grayscale: #515151. Windows color (decimal): -5299627 or 5579439. OLE color: 5579439.
HSL color Cylindrical-coordinate representation of color #AF2255: hue angle of 338.3º 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 #AF2255 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 85 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.31 |
| HSL | 338.3º | 0.67% | 0.41% | - |
| HSV(B) | 338.3º | 0.81% | 0.69% | - |
| XYZ | 19.89 | 10.91 | 9.65 | - |
| YUV | 81.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 85 | 0 | 0.81 | 0.51 | 0.31 | 338.3 | 0.67 | 0.41 |
| Hex | AF | 22 | 55 | 0 | 51 | 33 | 1F | 152 | 43 | 29 |
| Octal | 257 | 42 | 125 | 0 | 121 | 63 | 37 | 522 | 103 | 51 |
| Binary | 10101111 | 100010 | 1010101 | 0 | 1010001 | 110011 | 11111 | 101010010 | 1000011 | 101001 |
Color Harmonies of #AF2255
Complementary color
Monochromatic Colors of #AF2255
Black with #AF2255
Text Example
Text Example
White with #AF2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2255; }
p { color: rgb(175,34,85); }
H1.HeaderClassName
{
color: #AF2255;
}
.AnyTagClassName
{
color: #AF2255;
}
</style>
background-color css
<style>
a { background-color: #AF2255; }
a { background-color: rgb(175,34,85); }
div.DivClassName
{
background-color: #AF2255;
}
.BgClassName
{
background-color: #AF2255;
}
</style>
border-color css
<style>
span { border-color: #AF2255; }
span { border-color: rgb(175,34,85); }
td.TdClassName
{
border-color: #AF2255;
}
.TagClassName
{
border-color: #AF2255;
}
</style>