Shades of Old Rose #AC263F
Tints of Old Rose #AC263F
RGB
CMYK
RGB Variations
Color information
#AC263F (or 0xAC263F) is known color: Old Rose. HEX triplet: AC, 26 and 3F. RGB value is (172,38,63). Sum of RGB (Red+Green+Blue) = 172+38+63=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC263F is #53D9C0. Grayscale: #505050. Windows color (decimal): -5495233 or 4138668. OLE color: 4138668.
HSL color Cylindrical-coordinate representation of color #AC263F: hue angle of 348.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC263F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 63 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.33 |
| HSL | 348.81º | 0.64% | 0.41% | - |
| HSV(B) | 348.81º | 0.78% | 0.67% | - |
| XYZ | 18.6 | 10.52 | 5.75 | - |
| YUV | 80.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 63 | 0 | 0.78 | 0.63 | 0.33 | 348.81 | 0.64 | 0.41 |
| Hex | AC | 26 | 3F | 0 | 4E | 3F | 21 | 15D | 40 | 29 |
| Octal | 254 | 46 | 77 | 0 | 116 | 77 | 41 | 535 | 100 | 51 |
| Binary | 10101100 | 100110 | 111111 | 0 | 1001110 | 111111 | 100001 | 101011101 | 1000000 | 101001 |
Color Harmonies of #AC263F
Complementary color
Monochromatic Colors of #AC263F
Black with #AC263F
Text Example
Text Example
White with #AC263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC263F; }
p { color: rgb(172,38,63); }
H1.HeaderClassName
{
color: #AC263F;
}
.AnyTagClassName
{
color: #AC263F;
}
</style>
background-color css
<style>
a { background-color: #AC263F; }
a { background-color: rgb(172,38,63); }
div.DivClassName
{
background-color: #AC263F;
}
.BgClassName
{
background-color: #AC263F;
}
</style>
border-color css
<style>
span { border-color: #AC263F; }
span { border-color: rgb(172,38,63); }
td.TdClassName
{
border-color: #AC263F;
}
.TagClassName
{
border-color: #AC263F;
}
</style>