Shades of Old Rose #AC323F
Tints of Old Rose #AC323F
RGB
CMYK
RGB Variations
Color information
#AC323F (or 0xAC323F) is known color: Old Rose. HEX triplet: AC, 32 and 3F. RGB value is (172,50,63). Sum of RGB (Red+Green+Blue) = 172+50+63=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323F is #53CDC0. Grayscale: #585858. Windows color (decimal): -5492161 or 4141740. OLE color: 4141740.
HSL color Cylindrical-coordinate representation of color #AC323F: hue angle of 353.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC323F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 63 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.33 |
| HSL | 353.61º | 0.55% | 0.44% | - |
| HSV(B) | 353.61º | 0.71% | 0.67% | - |
| XYZ | 19.05 | 11.41 | 5.9 | - |
| YUV | 87.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 63 | 0 | 0.71 | 0.63 | 0.33 | 353.61 | 0.55 | 0.44 |
| Hex | AC | 32 | 3F | 0 | 47 | 3F | 21 | 162 | 37 | 2C |
| Octal | 254 | 62 | 77 | 0 | 107 | 77 | 41 | 542 | 67 | 54 |
| Binary | 10101100 | 110010 | 111111 | 0 | 1000111 | 111111 | 100001 | 101100010 | 110111 | 101100 |
Color Harmonies of #AC323F
Complementary color
Monochromatic Colors of #AC323F
Black with #AC323F
Text Example
Text Example
White with #AC323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC323F; }
p { color: rgb(172,50,63); }
H1.HeaderClassName
{
color: #AC323F;
}
.AnyTagClassName
{
color: #AC323F;
}
</style>
background-color css
<style>
a { background-color: #AC323F; }
a { background-color: rgb(172,50,63); }
div.DivClassName
{
background-color: #AC323F;
}
.BgClassName
{
background-color: #AC323F;
}
</style>
border-color css
<style>
span { border-color: #AC323F; }
span { border-color: rgb(172,50,63); }
td.TdClassName
{
border-color: #AC323F;
}
.TagClassName
{
border-color: #AC323F;
}
</style>