Shades of Old Rose #AC1F4A
Tints of Old Rose #AC1F4A
RGB
CMYK
RGB Variations
Color information
#AC1F4A (or 0xAC1F4A) is known color: Old Rose. HEX triplet: AC, 1F and 4A. RGB value is (172,31,74). Sum of RGB (Red+Green+Blue) = 172+31+74=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F4A is #53E0B5. Grayscale: #4E4E4E. Windows color (decimal): -5497014 or 4857772. OLE color: 4857772.
HSL color Cylindrical-coordinate representation of color #AC1F4A: hue angle of 341.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F4A is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 74 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.33 |
| HSL | 341.7º | 0.69% | 0.4% | - |
| HSV(B) | 341.7º | 0.82% | 0.67% | - |
| XYZ | 18.74 | 10.25 | 7.47 | - |
| YUV | 78.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 74 | 0 | 0.82 | 0.57 | 0.33 | 341.7 | 0.69 | 0.4 |
| Hex | AC | 1F | 4A | 0 | 52 | 39 | 21 | 156 | 45 | 28 |
| Octal | 254 | 37 | 112 | 0 | 122 | 71 | 41 | 526 | 105 | 50 |
| Binary | 10101100 | 11111 | 1001010 | 0 | 1010010 | 111001 | 100001 | 101010110 | 1000101 | 101000 |
Color Harmonies of #AC1F4A
Complementary color
Monochromatic Colors of #AC1F4A
Black with #AC1F4A
Text Example
Text Example
White with #AC1F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F4A; }
p { color: rgb(172,31,74); }
H1.HeaderClassName
{
color: #AC1F4A;
}
.AnyTagClassName
{
color: #AC1F4A;
}
</style>
background-color css
<style>
a { background-color: #AC1F4A; }
a { background-color: rgb(172,31,74); }
div.DivClassName
{
background-color: #AC1F4A;
}
.BgClassName
{
background-color: #AC1F4A;
}
</style>
border-color css
<style>
span { border-color: #AC1F4A; }
span { border-color: rgb(172,31,74); }
td.TdClassName
{
border-color: #AC1F4A;
}
.TagClassName
{
border-color: #AC1F4A;
}
</style>