Shades of Old Rose #AD353E
Tints of Old Rose #AD353E
RGB
CMYK
RGB Variations
Color information
#AD353E (or 0xAD353E) is known color: Old Rose. HEX triplet: AD, 35 and 3E. RGB value is (173,53,62). Sum of RGB (Red+Green+Blue) = 173+53+62=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353E is #52CAC1. Grayscale: #595959. Windows color (decimal): -5425858 or 4076973. OLE color: 4076973.
HSL color Cylindrical-coordinate representation of color #AD353E: hue angle of 355.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD353E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 62 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.32 |
| HSL | 355.5º | 0.53% | 0.44% | - |
| HSV(B) | 355.5º | 0.69% | 0.68% | - |
| XYZ | 19.38 | 11.78 | 5.81 | - |
| YUV | 89.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 62 | 0 | 0.69 | 0.64 | 0.32 | 355.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 3E | 0 | 45 | 40 | 20 | 164 | 35 | 2C |
| Octal | 255 | 65 | 76 | 0 | 105 | 100 | 40 | 544 | 65 | 54 |
| Binary | 10101101 | 110101 | 111110 | 0 | 1000101 | 1000000 | 100000 | 101100100 | 110101 | 101100 |
Color Harmonies of #AD353E
Complementary color
Monochromatic Colors of #AD353E
Black with #AD353E
Text Example
Text Example
White with #AD353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD353E; }
p { color: rgb(173,53,62); }
H1.HeaderClassName
{
color: #AD353E;
}
.AnyTagClassName
{
color: #AD353E;
}
</style>
background-color css
<style>
a { background-color: #AD353E; }
a { background-color: rgb(173,53,62); }
div.DivClassName
{
background-color: #AD353E;
}
.BgClassName
{
background-color: #AD353E;
}
</style>
border-color css
<style>
span { border-color: #AD353E; }
span { border-color: rgb(173,53,62); }
td.TdClassName
{
border-color: #AD353E;
}
.TagClassName
{
border-color: #AD353E;
}
</style>