Shades of Old Rose #AC2345
Tints of Old Rose #AC2345
RGB
CMYK
RGB Variations
Color information
#AC2345 (or 0xAC2345) is known color: Old Rose. HEX triplet: AC, 23 and 45. RGB value is (172,35,69). Sum of RGB (Red+Green+Blue) = 172+35+69=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2345 is #53DCBA. Grayscale: #4F4F4F. Windows color (decimal): -5495995 or 4531116. OLE color: 4531116.
HSL color Cylindrical-coordinate representation of color #AC2345: hue angle of 345.11º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2345 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 69 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.33 |
| HSL | 345.11º | 0.66% | 0.41% | - |
| HSV(B) | 345.11º | 0.8% | 0.67% | - |
| XYZ | 18.69 | 10.4 | 6.65 | - |
| YUV | 79.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 69 | 0 | 0.80 | 0.60 | 0.33 | 345.11 | 0.66 | 0.41 |
| Hex | AC | 23 | 45 | 0 | 50 | 3C | 21 | 159 | 42 | 29 |
| Octal | 254 | 43 | 105 | 0 | 120 | 74 | 41 | 531 | 102 | 51 |
| Binary | 10101100 | 100011 | 1000101 | 0 | 1010000 | 111100 | 100001 | 101011001 | 1000010 | 101001 |
Color Harmonies of #AC2345
Complementary color
Monochromatic Colors of #AC2345
Black with #AC2345
Text Example
Text Example
White with #AC2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2345; }
p { color: rgb(172,35,69); }
H1.HeaderClassName
{
color: #AC2345;
}
.AnyTagClassName
{
color: #AC2345;
}
</style>
background-color css
<style>
a { background-color: #AC2345; }
a { background-color: rgb(172,35,69); }
div.DivClassName
{
background-color: #AC2345;
}
.BgClassName
{
background-color: #AC2345;
}
</style>
border-color css
<style>
span { border-color: #AC2345; }
span { border-color: rgb(172,35,69); }
td.TdClassName
{
border-color: #AC2345;
}
.TagClassName
{
border-color: #AC2345;
}
</style>