Shades of Old Rose #AD3143
Tints of Old Rose #AD3143
RGB
CMYK
RGB Variations
Color information
#AD3143 (or 0xAD3143) is known color: Old Rose. HEX triplet: AD, 31 and 43. RGB value is (173,49,67). Sum of RGB (Red+Green+Blue) = 173+49+67=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3143 is #52CEBC. Grayscale: #585858. Windows color (decimal): -5426877 or 4403629. OLE color: 4403629.
HSL color Cylindrical-coordinate representation of color #AD3143: hue angle of 351.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3143 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 67 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.32 |
| HSL | 351.29º | 0.56% | 0.44% | - |
| HSV(B) | 351.29º | 0.72% | 0.68% | - |
| XYZ | 19.35 | 11.49 | 6.51 | - |
| YUV | 88.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 67 | 0 | 0.72 | 0.61 | 0.32 | 351.29 | 0.56 | 0.44 |
| Hex | AD | 31 | 43 | 0 | 48 | 3D | 20 | 15F | 38 | 2C |
| Octal | 255 | 61 | 103 | 0 | 110 | 75 | 40 | 537 | 70 | 54 |
| Binary | 10101101 | 110001 | 1000011 | 0 | 1001000 | 111101 | 100000 | 101011111 | 111000 | 101100 |
Color Harmonies of #AD3143
Complementary color
Monochromatic Colors of #AD3143
Black with #AD3143
Text Example
Text Example
White with #AD3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3143; }
p { color: rgb(173,49,67); }
H1.HeaderClassName
{
color: #AD3143;
}
.AnyTagClassName
{
color: #AD3143;
}
</style>
background-color css
<style>
a { background-color: #AD3143; }
a { background-color: rgb(173,49,67); }
div.DivClassName
{
background-color: #AD3143;
}
.BgClassName
{
background-color: #AD3143;
}
</style>
border-color css
<style>
span { border-color: #AD3143; }
span { border-color: rgb(173,49,67); }
td.TdClassName
{
border-color: #AD3143;
}
.TagClassName
{
border-color: #AD3143;
}
</style>