Shades of Old Rose #AC2B3F
Tints of Old Rose #AC2B3F
RGB
CMYK
RGB Variations
Color information
#AC2B3F (or 0xAC2B3F) is known color: Old Rose. HEX triplet: AC, 2B and 3F. RGB value is (172,43,63). Sum of RGB (Red+Green+Blue) = 172+43+63=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B3F is #53D4C0. Grayscale: #535353. Windows color (decimal): -5493953 or 4139948. OLE color: 4139948.
HSL color Cylindrical-coordinate representation of color #AC2B3F: hue angle of 350.7º 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 #AC2B3F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 63 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.33 |
| HSL | 350.7º | 0.6% | 0.42% | - |
| HSV(B) | 350.7º | 0.75% | 0.67% | - |
| XYZ | 18.77 | 10.86 | 5.81 | - |
| YUV | 83.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 63 | 0 | 0.75 | 0.63 | 0.33 | 350.7 | 0.6 | 0.42 |
| Hex | AC | 2B | 3F | 0 | 4B | 3F | 21 | 15F | 3C | 2A |
| Octal | 254 | 53 | 77 | 0 | 113 | 77 | 41 | 537 | 74 | 52 |
| Binary | 10101100 | 101011 | 111111 | 0 | 1001011 | 111111 | 100001 | 101011111 | 111100 | 101010 |
Color Harmonies of #AC2B3F
Complementary color
Monochromatic Colors of #AC2B3F
Black with #AC2B3F
Text Example
Text Example
White with #AC2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B3F; }
p { color: rgb(172,43,63); }
H1.HeaderClassName
{
color: #AC2B3F;
}
.AnyTagClassName
{
color: #AC2B3F;
}
</style>
background-color css
<style>
a { background-color: #AC2B3F; }
a { background-color: rgb(172,43,63); }
div.DivClassName
{
background-color: #AC2B3F;
}
.BgClassName
{
background-color: #AC2B3F;
}
</style>
border-color css
<style>
span { border-color: #AC2B3F; }
span { border-color: rgb(172,43,63); }
td.TdClassName
{
border-color: #AC2B3F;
}
.TagClassName
{
border-color: #AC2B3F;
}
</style>