Shades of Old Rose #AF1B4D
Tints of Old Rose #AF1B4D
RGB
CMYK
RGB Variations
Color information
#AF1B4D (or 0xAF1B4D) is known color: Old Rose. HEX triplet: AF, 1B and 4D. RGB value is (175,27,77). Sum of RGB (Red+Green+Blue) = 175+27+77=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B4D is #50E4B2. Grayscale: #4C4C4C. Windows color (decimal): -5301427 or 5053359. OLE color: 5053359.
HSL color Cylindrical-coordinate representation of color #AF1B4D: hue angle of 339.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B4D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 77 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.31 |
| HSL | 339.73º | 0.73% | 0.4% | - |
| HSV(B) | 339.73º | 0.85% | 0.69% | - |
| XYZ | 19.41 | 10.43 | 8.01 | - |
| YUV | 76.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 77 | 0 | 0.85 | 0.56 | 0.31 | 339.73 | 0.73 | 0.4 |
| Hex | AF | 1B | 4D | 0 | 55 | 38 | 1F | 154 | 49 | 28 |
| Octal | 257 | 33 | 115 | 0 | 125 | 70 | 37 | 524 | 111 | 50 |
| Binary | 10101111 | 11011 | 1001101 | 0 | 1010101 | 111000 | 11111 | 101010100 | 1001001 | 101000 |
Color Harmonies of #AF1B4D
Complementary color
Monochromatic Colors of #AF1B4D
Black with #AF1B4D
Text Example
Text Example
White with #AF1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B4D; }
p { color: rgb(175,27,77); }
H1.HeaderClassName
{
color: #AF1B4D;
}
.AnyTagClassName
{
color: #AF1B4D;
}
</style>
background-color css
<style>
a { background-color: #AF1B4D; }
a { background-color: rgb(175,27,77); }
div.DivClassName
{
background-color: #AF1B4D;
}
.BgClassName
{
background-color: #AF1B4D;
}
</style>
border-color css
<style>
span { border-color: #AF1B4D; }
span { border-color: rgb(175,27,77); }
td.TdClassName
{
border-color: #AF1B4D;
}
.TagClassName
{
border-color: #AF1B4D;
}
</style>