Shades of Old Rose #AC2742
Tints of Old Rose #AC2742
RGB
CMYK
RGB Variations
Color information
#AC2742 (or 0xAC2742) is known color: Old Rose. HEX triplet: AC, 27 and 42. RGB value is (172,39,66). Sum of RGB (Red+Green+Blue) = 172+39+66=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2742 is #53D8BD. Grayscale: #515151. Windows color (decimal): -5494974 or 4335532. OLE color: 4335532.
HSL color Cylindrical-coordinate representation of color #AC2742: hue angle of 347.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2742 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 66 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.33 |
| HSL | 347.82º | 0.63% | 0.41% | - |
| HSV(B) | 347.82º | 0.77% | 0.67% | - |
| XYZ | 18.72 | 10.62 | 6.22 | - |
| YUV | 81.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 66 | 0 | 0.77 | 0.62 | 0.33 | 347.82 | 0.63 | 0.41 |
| Hex | AC | 27 | 42 | 0 | 4D | 3E | 21 | 15C | 3F | 29 |
| Octal | 254 | 47 | 102 | 0 | 115 | 76 | 41 | 534 | 77 | 51 |
| Binary | 10101100 | 100111 | 1000010 | 0 | 1001101 | 111110 | 100001 | 101011100 | 111111 | 101001 |
Color Harmonies of #AC2742
Complementary color
Monochromatic Colors of #AC2742
Black with #AC2742
Text Example
Text Example
White with #AC2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2742; }
p { color: rgb(172,39,66); }
H1.HeaderClassName
{
color: #AC2742;
}
.AnyTagClassName
{
color: #AC2742;
}
</style>
background-color css
<style>
a { background-color: #AC2742; }
a { background-color: rgb(172,39,66); }
div.DivClassName
{
background-color: #AC2742;
}
.BgClassName
{
background-color: #AC2742;
}
</style>
border-color css
<style>
span { border-color: #AC2742; }
span { border-color: rgb(172,39,66); }
td.TdClassName
{
border-color: #AC2742;
}
.TagClassName
{
border-color: #AC2742;
}
</style>