Shades of Old Rose #AF2250
Tints of Old Rose #AF2250
RGB
CMYK
RGB Variations
Color information
#AF2250 (or 0xAF2250) is known color: Old Rose. HEX triplet: AF, 22 and 50. RGB value is (175,34,80). Sum of RGB (Red+Green+Blue) = 175+34+80=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2250 is #50DDAF. Grayscale: #515151. Windows color (decimal): -5299632 or 5251759. OLE color: 5251759.
HSL color Cylindrical-coordinate representation of color #AF2250: hue angle of 340.43º 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 #AF2250 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 80 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.31 |
| HSL | 340.43º | 0.67% | 0.41% | - |
| HSV(B) | 340.43º | 0.81% | 0.69% | - |
| XYZ | 19.7 | 10.84 | 8.64 | - |
| YUV | 81.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 80 | 0 | 0.81 | 0.54 | 0.31 | 340.43 | 0.67 | 0.41 |
| Hex | AF | 22 | 50 | 0 | 51 | 36 | 1F | 154 | 43 | 29 |
| Octal | 257 | 42 | 120 | 0 | 121 | 66 | 37 | 524 | 103 | 51 |
| Binary | 10101111 | 100010 | 1010000 | 0 | 1010001 | 110110 | 11111 | 101010100 | 1000011 | 101001 |
Color Harmonies of #AF2250
Complementary color
Monochromatic Colors of #AF2250
Black with #AF2250
Text Example
Text Example
White with #AF2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2250; }
p { color: rgb(175,34,80); }
H1.HeaderClassName
{
color: #AF2250;
}
.AnyTagClassName
{
color: #AF2250;
}
</style>
background-color css
<style>
a { background-color: #AF2250; }
a { background-color: rgb(175,34,80); }
div.DivClassName
{
background-color: #AF2250;
}
.BgClassName
{
background-color: #AF2250;
}
</style>
border-color css
<style>
span { border-color: #AF2250; }
span { border-color: rgb(175,34,80); }
td.TdClassName
{
border-color: #AF2250;
}
.TagClassName
{
border-color: #AF2250;
}
</style>