Shades of Old Rose #AD2349
Tints of Old Rose #AD2349
RGB
CMYK
RGB Variations
Color information
#AD2349 (or 0xAD2349) is known color: Old Rose. HEX triplet: AD, 23 and 49. RGB value is (173,35,73). Sum of RGB (Red+Green+Blue) = 173+35+73=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2349 is #52DCB6. Grayscale: #505050. Windows color (decimal): -5430455 or 4793261. OLE color: 4793261.
HSL color Cylindrical-coordinate representation of color #AD2349: hue angle of 343.48º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2349 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 73 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.32 |
| HSL | 343.48º | 0.66% | 0.41% | - |
| HSV(B) | 343.48º | 0.8% | 0.68% | - |
| XYZ | 19.04 | 10.57 | 7.34 | - |
| YUV | 80.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 73 | 0 | 0.80 | 0.58 | 0.32 | 343.48 | 0.66 | 0.41 |
| Hex | AD | 23 | 49 | 0 | 50 | 3A | 20 | 157 | 42 | 29 |
| Octal | 255 | 43 | 111 | 0 | 120 | 72 | 40 | 527 | 102 | 51 |
| Binary | 10101101 | 100011 | 1001001 | 0 | 1010000 | 111010 | 100000 | 101010111 | 1000010 | 101001 |
Color Harmonies of #AD2349
Complementary color
Monochromatic Colors of #AD2349
Black with #AD2349
Text Example
Text Example
White with #AD2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2349; }
p { color: rgb(173,35,73); }
H1.HeaderClassName
{
color: #AD2349;
}
.AnyTagClassName
{
color: #AD2349;
}
</style>
background-color css
<style>
a { background-color: #AD2349; }
a { background-color: rgb(173,35,73); }
div.DivClassName
{
background-color: #AD2349;
}
.BgClassName
{
background-color: #AD2349;
}
</style>
border-color css
<style>
span { border-color: #AD2349; }
span { border-color: rgb(173,35,73); }
td.TdClassName
{
border-color: #AD2349;
}
.TagClassName
{
border-color: #AD2349;
}
</style>