Shades of Old Rose #AC2B3C
Tints of Old Rose #AC2B3C
RGB
CMYK
RGB Variations
Color information
#AC2B3C (or 0xAC2B3C) is known color: Old Rose. HEX triplet: AC, 2B and 3C. RGB value is (172,43,60). Sum of RGB (Red+Green+Blue) = 172+43+60=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B3C is #53D4C3. Grayscale: #535353. Windows color (decimal): -5493956 or 3943340. OLE color: 3943340.
HSL color Cylindrical-coordinate representation of color #AC2B3C: hue angle of 352.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B3C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 60 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.33 |
| HSL | 352.09º | 0.6% | 0.42% | - |
| HSV(B) | 352.09º | 0.75% | 0.67% | - |
| XYZ | 18.69 | 10.82 | 5.38 | - |
| YUV | 83.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 60 | 0 | 0.75 | 0.65 | 0.33 | 352.09 | 0.6 | 0.42 |
| Hex | AC | 2B | 3C | 0 | 4B | 41 | 21 | 160 | 3C | 2A |
| Octal | 254 | 53 | 74 | 0 | 113 | 101 | 41 | 540 | 74 | 52 |
| Binary | 10101100 | 101011 | 111100 | 0 | 1001011 | 1000001 | 100001 | 101100000 | 111100 | 101010 |
Color Harmonies of #AC2B3C
Complementary color
Monochromatic Colors of #AC2B3C
Black with #AC2B3C
Text Example
Text Example
White with #AC2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B3C; }
p { color: rgb(172,43,60); }
H1.HeaderClassName
{
color: #AC2B3C;
}
.AnyTagClassName
{
color: #AC2B3C;
}
</style>
background-color css
<style>
a { background-color: #AC2B3C; }
a { background-color: rgb(172,43,60); }
div.DivClassName
{
background-color: #AC2B3C;
}
.BgClassName
{
background-color: #AC2B3C;
}
</style>
border-color css
<style>
span { border-color: #AC2B3C; }
span { border-color: rgb(172,43,60); }
td.TdClassName
{
border-color: #AC2B3C;
}
.TagClassName
{
border-color: #AC2B3C;
}
</style>