Shades of Old Rose #AC2344
Tints of Old Rose #AC2344
RGB
CMYK
RGB Variations
Color information
#AC2344 (or 0xAC2344) is known color: Old Rose. HEX triplet: AC, 23 and 44. RGB value is (172,35,68). Sum of RGB (Red+Green+Blue) = 172+35+68=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2344 is #53DCBB. Grayscale: #4F4F4F. Windows color (decimal): -5495996 or 4465580. OLE color: 4465580.
HSL color Cylindrical-coordinate representation of color #AC2344: hue angle of 345.55º 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 #AC2344 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 68 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.33 |
| HSL | 345.55º | 0.66% | 0.41% | - |
| HSV(B) | 345.55º | 0.8% | 0.67% | - |
| XYZ | 18.66 | 10.39 | 6.49 | - |
| YUV | 79.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 68 | 0 | 0.80 | 0.60 | 0.33 | 345.55 | 0.66 | 0.41 |
| Hex | AC | 23 | 44 | 0 | 50 | 3C | 21 | 15A | 42 | 29 |
| Octal | 254 | 43 | 104 | 0 | 120 | 74 | 41 | 532 | 102 | 51 |
| Binary | 10101100 | 100011 | 1000100 | 0 | 1010000 | 111100 | 100001 | 101011010 | 1000010 | 101001 |
Color Harmonies of #AC2344
Complementary color
Monochromatic Colors of #AC2344
Black with #AC2344
Text Example
Text Example
White with #AC2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2344; }
p { color: rgb(172,35,68); }
H1.HeaderClassName
{
color: #AC2344;
}
.AnyTagClassName
{
color: #AC2344;
}
</style>
background-color css
<style>
a { background-color: #AC2344; }
a { background-color: rgb(172,35,68); }
div.DivClassName
{
background-color: #AC2344;
}
.BgClassName
{
background-color: #AC2344;
}
</style>
border-color css
<style>
span { border-color: #AC2344; }
span { border-color: rgb(172,35,68); }
td.TdClassName
{
border-color: #AC2344;
}
.TagClassName
{
border-color: #AC2344;
}
</style>