Shades of Old Rose #AF1C4A
Tints of Old Rose #AF1C4A
RGB
CMYK
RGB Variations
Color information
#AF1C4A (or 0xAF1C4A) is known color: Old Rose. HEX triplet: AF, 1C and 4A. RGB value is (175,28,74). Sum of RGB (Red+Green+Blue) = 175+28+74=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C4A is #50E3B5. Grayscale: #4D4D4D. Windows color (decimal): -5301174 or 4857007. OLE color: 4857007.
HSL color Cylindrical-coordinate representation of color #AF1C4A: hue angle of 341.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C4A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 74 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.31 |
| HSL | 341.22º | 0.72% | 0.4% | - |
| HSV(B) | 341.22º | 0.84% | 0.69% | - |
| XYZ | 19.33 | 10.44 | 7.47 | - |
| YUV | 77.2 | 126.2 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 74 | 0 | 0.84 | 0.58 | 0.31 | 341.22 | 0.72 | 0.4 |
| Hex | AF | 1C | 4A | 0 | 54 | 3A | 1F | 155 | 48 | 28 |
| Octal | 257 | 34 | 112 | 0 | 124 | 72 | 37 | 525 | 110 | 50 |
| Binary | 10101111 | 11100 | 1001010 | 0 | 1010100 | 111010 | 11111 | 101010101 | 1001000 | 101000 |
Color Harmonies of #AF1C4A
Complementary color
Monochromatic Colors of #AF1C4A
Black with #AF1C4A
Text Example
Text Example
White with #AF1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C4A; }
p { color: rgb(175,28,74); }
H1.HeaderClassName
{
color: #AF1C4A;
}
.AnyTagClassName
{
color: #AF1C4A;
}
</style>
background-color css
<style>
a { background-color: #AF1C4A; }
a { background-color: rgb(175,28,74); }
div.DivClassName
{
background-color: #AF1C4A;
}
.BgClassName
{
background-color: #AF1C4A;
}
</style>
border-color css
<style>
span { border-color: #AF1C4A; }
span { border-color: rgb(175,28,74); }
td.TdClassName
{
border-color: #AF1C4A;
}
.TagClassName
{
border-color: #AF1C4A;
}
</style>