Shades of Old Rose #AC323E
Tints of Old Rose #AC323E
RGB
CMYK
RGB Variations
Color information
#AC323E (or 0xAC323E) is known color: Old Rose. HEX triplet: AC, 32 and 3E. RGB value is (172,50,62). Sum of RGB (Red+Green+Blue) = 172+50+62=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323E is #53CDC1. Grayscale: #575757. Windows color (decimal): -5492162 or 4076204. OLE color: 4076204.
HSL color Cylindrical-coordinate representation of color #AC323E: hue angle of 354.1º 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 #AC323E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 62 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.33 |
| HSL | 354.1º | 0.55% | 0.44% | - |
| HSV(B) | 354.1º | 0.71% | 0.67% | - |
| XYZ | 19.02 | 11.4 | 5.76 | - |
| YUV | 87.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 62 | 0 | 0.71 | 0.64 | 0.33 | 354.1 | 0.55 | 0.44 |
| Hex | AC | 32 | 3E | 0 | 47 | 40 | 21 | 162 | 37 | 2C |
| Octal | 254 | 62 | 76 | 0 | 107 | 100 | 41 | 542 | 67 | 54 |
| Binary | 10101100 | 110010 | 111110 | 0 | 1000111 | 1000000 | 100001 | 101100010 | 110111 | 101100 |
Color Harmonies of #AC323E
Complementary color
Monochromatic Colors of #AC323E
Black with #AC323E
Text Example
Text Example
White with #AC323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC323E; }
p { color: rgb(172,50,62); }
H1.HeaderClassName
{
color: #AC323E;
}
.AnyTagClassName
{
color: #AC323E;
}
</style>
background-color css
<style>
a { background-color: #AC323E; }
a { background-color: rgb(172,50,62); }
div.DivClassName
{
background-color: #AC323E;
}
.BgClassName
{
background-color: #AC323E;
}
</style>
border-color css
<style>
span { border-color: #AC323E; }
span { border-color: rgb(172,50,62); }
td.TdClassName
{
border-color: #AC323E;
}
.TagClassName
{
border-color: #AC323E;
}
</style>