Shades of Old Rose #AF1B4E
Tints of Old Rose #AF1B4E
RGB
CMYK
RGB Variations
Color information
#AF1B4E (or 0xAF1B4E) is known color: Old Rose. HEX triplet: AF, 1B and 4E. RGB value is (175,27,78). Sum of RGB (Red+Green+Blue) = 175+27+78=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B4E is #50E4B1. Grayscale: #4D4D4D. Windows color (decimal): -5301426 or 5118895. OLE color: 5118895.
HSL color Cylindrical-coordinate representation of color #AF1B4E: hue angle of 339.32º 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 #AF1B4E is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 78 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.31 |
| HSL | 339.32º | 0.73% | 0.4% | - |
| HSV(B) | 339.32º | 0.85% | 0.69% | - |
| XYZ | 19.45 | 10.45 | 8.2 | - |
| YUV | 77.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 78 | 0 | 0.85 | 0.55 | 0.31 | 339.32 | 0.73 | 0.4 |
| Hex | AF | 1B | 4E | 0 | 55 | 37 | 1F | 153 | 49 | 28 |
| Octal | 257 | 33 | 116 | 0 | 125 | 67 | 37 | 523 | 111 | 50 |
| Binary | 10101111 | 11011 | 1001110 | 0 | 1010101 | 110111 | 11111 | 101010011 | 1001001 | 101000 |
Color Harmonies of #AF1B4E
Complementary color
Monochromatic Colors of #AF1B4E
Black with #AF1B4E
Text Example
Text Example
White with #AF1B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B4E; }
p { color: rgb(175,27,78); }
H1.HeaderClassName
{
color: #AF1B4E;
}
.AnyTagClassName
{
color: #AF1B4E;
}
</style>
background-color css
<style>
a { background-color: #AF1B4E; }
a { background-color: rgb(175,27,78); }
div.DivClassName
{
background-color: #AF1B4E;
}
.BgClassName
{
background-color: #AF1B4E;
}
</style>
border-color css
<style>
span { border-color: #AF1B4E; }
span { border-color: rgb(175,27,78); }
td.TdClassName
{
border-color: #AF1B4E;
}
.TagClassName
{
border-color: #AF1B4E;
}
</style>