Shades of Old Rose #AC1C4B
Tints of Old Rose #AC1C4B
RGB
CMYK
RGB Variations
Color information
#AC1C4B (or 0xAC1C4B) is known color: Old Rose. HEX triplet: AC, 1C and 4B. RGB value is (172,28,75). Sum of RGB (Red+Green+Blue) = 172+28+75=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C4B is #53E3B4. Grayscale: #4C4C4C. Windows color (decimal): -5497781 or 4922540. OLE color: 4922540.
HSL color Cylindrical-coordinate representation of color #AC1C4B: hue angle of 340.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C4B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 75 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.33 |
| HSL | 340.42º | 0.72% | 0.39% | - |
| HSV(B) | 340.42º | 0.84% | 0.67% | - |
| XYZ | 18.7 | 10.11 | 7.62 | - |
| YUV | 76.41 | 127.21 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 75 | 0 | 0.84 | 0.56 | 0.33 | 340.42 | 0.72 | 0.39 |
| Hex | AC | 1C | 4B | 0 | 54 | 38 | 21 | 154 | 48 | 27 |
| Octal | 254 | 34 | 113 | 0 | 124 | 70 | 41 | 524 | 110 | 47 |
| Binary | 10101100 | 11100 | 1001011 | 0 | 1010100 | 111000 | 100001 | 101010100 | 1001000 | 100111 |
Color Harmonies of #AC1C4B
Complementary color
Monochromatic Colors of #AC1C4B
Black with #AC1C4B
Text Example
Text Example
White with #AC1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C4B; }
p { color: rgb(172,28,75); }
H1.HeaderClassName
{
color: #AC1C4B;
}
.AnyTagClassName
{
color: #AC1C4B;
}
</style>
background-color css
<style>
a { background-color: #AC1C4B; }
a { background-color: rgb(172,28,75); }
div.DivClassName
{
background-color: #AC1C4B;
}
.BgClassName
{
background-color: #AC1C4B;
}
</style>
border-color css
<style>
span { border-color: #AC1C4B; }
span { border-color: rgb(172,28,75); }
td.TdClassName
{
border-color: #AC1C4B;
}
.TagClassName
{
border-color: #AC1C4B;
}
</style>