Shades of Old Rose #AC2143
Tints of Old Rose #AC2143
RGB
CMYK
RGB Variations
Color information
#AC2143 (or 0xAC2143) is known color: Old Rose. HEX triplet: AC, 21 and 43. RGB value is (172,33,67). Sum of RGB (Red+Green+Blue) = 172+33+67=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2143 is #53DEBC. Grayscale: #4E4E4E. Windows color (decimal): -5496509 or 4399532. OLE color: 4399532.
HSL color Cylindrical-coordinate representation of color #AC2143: hue angle of 345.32º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2143 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 67 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.33 |
| HSL | 345.32º | 0.68% | 0.4% | - |
| HSV(B) | 345.32º | 0.81% | 0.67% | - |
| XYZ | 18.57 | 10.26 | 6.31 | - |
| YUV | 78.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 67 | 0 | 0.81 | 0.61 | 0.33 | 345.32 | 0.68 | 0.4 |
| Hex | AC | 21 | 43 | 0 | 51 | 3D | 21 | 159 | 44 | 28 |
| Octal | 254 | 41 | 103 | 0 | 121 | 75 | 41 | 531 | 104 | 50 |
| Binary | 10101100 | 100001 | 1000011 | 0 | 1010001 | 111101 | 100001 | 101011001 | 1000100 | 101000 |
Color Harmonies of #AC2143
Complementary color
Monochromatic Colors of #AC2143
Black with #AC2143
Text Example
Text Example
White with #AC2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2143; }
p { color: rgb(172,33,67); }
H1.HeaderClassName
{
color: #AC2143;
}
.AnyTagClassName
{
color: #AC2143;
}
</style>
background-color css
<style>
a { background-color: #AC2143; }
a { background-color: rgb(172,33,67); }
div.DivClassName
{
background-color: #AC2143;
}
.BgClassName
{
background-color: #AC2143;
}
</style>
border-color css
<style>
span { border-color: #AC2143; }
span { border-color: rgb(172,33,67); }
td.TdClassName
{
border-color: #AC2143;
}
.TagClassName
{
border-color: #AC2143;
}
</style>