Shades of Old Rose #AC2B42
Tints of Old Rose #AC2B42
RGB
CMYK
RGB Variations
Color information
#AC2B42 (or 0xAC2B42) is known color: Old Rose. HEX triplet: AC, 2B and 42. RGB value is (172,43,66). Sum of RGB (Red+Green+Blue) = 172+43+66=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B42 is #53D4BD. Grayscale: #545454. Windows color (decimal): -5493950 or 4336556. OLE color: 4336556.
HSL color Cylindrical-coordinate representation of color #AC2B42: hue angle of 349.3º 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 #AC2B42 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 66 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.33 |
| HSL | 349.3º | 0.6% | 0.42% | - |
| HSV(B) | 349.3º | 0.75% | 0.67% | - |
| XYZ | 18.86 | 10.89 | 6.26 | - |
| YUV | 84.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 66 | 0 | 0.75 | 0.62 | 0.33 | 349.3 | 0.6 | 0.42 |
| Hex | AC | 2B | 42 | 0 | 4B | 3E | 21 | 15D | 3C | 2A |
| Octal | 254 | 53 | 102 | 0 | 113 | 76 | 41 | 535 | 74 | 52 |
| Binary | 10101100 | 101011 | 1000010 | 0 | 1001011 | 111110 | 100001 | 101011101 | 111100 | 101010 |
Color Harmonies of #AC2B42
Complementary color
Monochromatic Colors of #AC2B42
Black with #AC2B42
Text Example
Text Example
White with #AC2B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B42; }
p { color: rgb(172,43,66); }
H1.HeaderClassName
{
color: #AC2B42;
}
.AnyTagClassName
{
color: #AC2B42;
}
</style>
background-color css
<style>
a { background-color: #AC2B42; }
a { background-color: rgb(172,43,66); }
div.DivClassName
{
background-color: #AC2B42;
}
.BgClassName
{
background-color: #AC2B42;
}
</style>
border-color css
<style>
span { border-color: #AC2B42; }
span { border-color: rgb(172,43,66); }
td.TdClassName
{
border-color: #AC2B42;
}
.TagClassName
{
border-color: #AC2B42;
}
</style>