Shades of Old Rose #AF1F4D
Tints of Old Rose #AF1F4D
RGB
CMYK
RGB Variations
Color information
#AF1F4D (or 0xAF1F4D) is known color: Old Rose. HEX triplet: AF, 1F and 4D. RGB value is (175,31,77). Sum of RGB (Red+Green+Blue) = 175+31+77=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F4D is #50E0B2. Grayscale: #4F4F4F. Windows color (decimal): -5300403 or 5054383. OLE color: 5054383.
HSL color Cylindrical-coordinate representation of color #AF1F4D: hue angle of 340.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F4D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 77 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.31 |
| HSL | 340.83º | 0.7% | 0.4% | - |
| HSV(B) | 340.83º | 0.82% | 0.69% | - |
| XYZ | 19.51 | 10.63 | 8.04 | - |
| YUV | 79.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 77 | 0 | 0.82 | 0.56 | 0.31 | 340.83 | 0.7 | 0.4 |
| Hex | AF | 1F | 4D | 0 | 52 | 38 | 1F | 155 | 46 | 28 |
| Octal | 257 | 37 | 115 | 0 | 122 | 70 | 37 | 525 | 106 | 50 |
| Binary | 10101111 | 11111 | 1001101 | 0 | 1010010 | 111000 | 11111 | 101010101 | 1000110 | 101000 |
Color Harmonies of #AF1F4D
Complementary color
Monochromatic Colors of #AF1F4D
Black with #AF1F4D
Text Example
Text Example
White with #AF1F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F4D; }
p { color: rgb(175,31,77); }
H1.HeaderClassName
{
color: #AF1F4D;
}
.AnyTagClassName
{
color: #AF1F4D;
}
</style>
background-color css
<style>
a { background-color: #AF1F4D; }
a { background-color: rgb(175,31,77); }
div.DivClassName
{
background-color: #AF1F4D;
}
.BgClassName
{
background-color: #AF1F4D;
}
</style>
border-color css
<style>
span { border-color: #AF1F4D; }
span { border-color: rgb(175,31,77); }
td.TdClassName
{
border-color: #AF1F4D;
}
.TagClassName
{
border-color: #AF1F4D;
}
</style>