Shades of Old Rose #AC303D
Tints of Old Rose #AC303D
RGB
CMYK
RGB Variations
Color information
#AC303D (or 0xAC303D) is known color: Old Rose. HEX triplet: AC, 30 and 3D. RGB value is (172,48,61). Sum of RGB (Red+Green+Blue) = 172+48+61=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC303D is #53CFC2. Grayscale: #565656. Windows color (decimal): -5492675 or 4010156. OLE color: 4010156.
HSL color Cylindrical-coordinate representation of color #AC303D: hue angle of 353.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC303D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 61 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.33 |
| HSL | 353.71º | 0.56% | 0.43% | - |
| HSV(B) | 353.71º | 0.72% | 0.67% | - |
| XYZ | 18.91 | 11.22 | 5.58 | - |
| YUV | 86.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 61 | 0 | 0.72 | 0.65 | 0.33 | 353.71 | 0.56 | 0.43 |
| Hex | AC | 30 | 3D | 0 | 48 | 41 | 21 | 162 | 38 | 2B |
| Octal | 254 | 60 | 75 | 0 | 110 | 101 | 41 | 542 | 70 | 53 |
| Binary | 10101100 | 110000 | 111101 | 0 | 1001000 | 1000001 | 100001 | 101100010 | 111000 | 101011 |
Color Harmonies of #AC303D
Complementary color
Monochromatic Colors of #AC303D
Black with #AC303D
Text Example
Text Example
White with #AC303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC303D; }
p { color: rgb(172,48,61); }
H1.HeaderClassName
{
color: #AC303D;
}
.AnyTagClassName
{
color: #AC303D;
}
</style>
background-color css
<style>
a { background-color: #AC303D; }
a { background-color: rgb(172,48,61); }
div.DivClassName
{
background-color: #AC303D;
}
.BgClassName
{
background-color: #AC303D;
}
</style>
border-color css
<style>
span { border-color: #AC303D; }
span { border-color: rgb(172,48,61); }
td.TdClassName
{
border-color: #AC303D;
}
.TagClassName
{
border-color: #AC303D;
}
</style>