Shades of Old Rose #AC363F
Tints of Old Rose #AC363F
RGB
CMYK
RGB Variations
Color information
#AC363F (or 0xAC363F) is known color: Old Rose. HEX triplet: AC, 36 and 3F. RGB value is (172,54,63). Sum of RGB (Red+Green+Blue) = 172+54+63=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363F is #53C9C0. Grayscale: #5A5A5A. Windows color (decimal): -5491137 or 4142764. OLE color: 4142764.
HSL color Cylindrical-coordinate representation of color #AC363F: hue angle of 355.42º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC363F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 63 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.33 |
| HSL | 355.42º | 0.52% | 0.44% | - |
| HSV(B) | 355.42º | 0.69% | 0.67% | - |
| XYZ | 19.23 | 11.77 | 5.96 | - |
| YUV | 90.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 63 | 0 | 0.69 | 0.63 | 0.33 | 355.42 | 0.52 | 0.44 |
| Hex | AC | 36 | 3F | 0 | 45 | 3F | 21 | 163 | 34 | 2C |
| Octal | 254 | 66 | 77 | 0 | 105 | 77 | 41 | 543 | 64 | 54 |
| Binary | 10101100 | 110110 | 111111 | 0 | 1000101 | 111111 | 100001 | 101100011 | 110100 | 101100 |
Color Harmonies of #AC363F
Complementary color
Monochromatic Colors of #AC363F
Black with #AC363F
Text Example
Text Example
White with #AC363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC363F; }
p { color: rgb(172,54,63); }
H1.HeaderClassName
{
color: #AC363F;
}
.AnyTagClassName
{
color: #AC363F;
}
</style>
background-color css
<style>
a { background-color: #AC363F; }
a { background-color: rgb(172,54,63); }
div.DivClassName
{
background-color: #AC363F;
}
.BgClassName
{
background-color: #AC363F;
}
</style>
border-color css
<style>
span { border-color: #AC363F; }
span { border-color: rgb(172,54,63); }
td.TdClassName
{
border-color: #AC363F;
}
.TagClassName
{
border-color: #AC363F;
}
</style>