Shades of Old Rose #AC2343
Tints of Old Rose #AC2343
RGB
CMYK
RGB Variations
Color information
#AC2343 (or 0xAC2343) is known color: Old Rose. HEX triplet: AC, 23 and 43. RGB value is (172,35,67). Sum of RGB (Red+Green+Blue) = 172+35+67=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2343 is #53DCBC. Grayscale: #4F4F4F. Windows color (decimal): -5495997 or 4400044. OLE color: 4400044.
HSL color Cylindrical-coordinate representation of color #AC2343: hue angle of 345.99º 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 #AC2343 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 67 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.33 |
| HSL | 345.99º | 0.66% | 0.41% | - |
| HSV(B) | 345.99º | 0.8% | 0.67% | - |
| XYZ | 18.63 | 10.38 | 6.33 | - |
| YUV | 79.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 67 | 0 | 0.80 | 0.61 | 0.33 | 345.99 | 0.66 | 0.41 |
| Hex | AC | 23 | 43 | 0 | 50 | 3D | 21 | 15A | 42 | 29 |
| Octal | 254 | 43 | 103 | 0 | 120 | 75 | 41 | 532 | 102 | 51 |
| Binary | 10101100 | 100011 | 1000011 | 0 | 1010000 | 111101 | 100001 | 101011010 | 1000010 | 101001 |
Color Harmonies of #AC2343
Complementary color
Monochromatic Colors of #AC2343
Black with #AC2343
Text Example
Text Example
White with #AC2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2343; }
p { color: rgb(172,35,67); }
H1.HeaderClassName
{
color: #AC2343;
}
.AnyTagClassName
{
color: #AC2343;
}
</style>
background-color css
<style>
a { background-color: #AC2343; }
a { background-color: rgb(172,35,67); }
div.DivClassName
{
background-color: #AC2343;
}
.BgClassName
{
background-color: #AC2343;
}
</style>
border-color css
<style>
span { border-color: #AC2343; }
span { border-color: rgb(172,35,67); }
td.TdClassName
{
border-color: #AC2343;
}
.TagClassName
{
border-color: #AC2343;
}
</style>