Shades of Old Rose #AD2351
Tints of Old Rose #AD2351
RGB
CMYK
RGB Variations
Color information
#AD2351 (or 0xAD2351) is known color: Old Rose. HEX triplet: AD, 23 and 51. RGB value is (173,35,81). Sum of RGB (Red+Green+Blue) = 173+35+81=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2351 is #52DCAE. Grayscale: #515151. Windows color (decimal): -5430447 or 5317549. OLE color: 5317549.
HSL color Cylindrical-coordinate representation of color #AD2351: hue angle of 340º 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 #AD2351 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 81 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.32 |
| HSL | 340º | 0.66% | 0.41% | - |
| HSV(B) | 340º | 0.8% | 0.68% | - |
| XYZ | 19.32 | 10.68 | 8.83 | - |
| YUV | 81.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 81 | 0 | 0.80 | 0.53 | 0.32 | 340 | 0.66 | 0.41 |
| Hex | AD | 23 | 51 | 0 | 50 | 35 | 20 | 154 | 42 | 29 |
| Octal | 255 | 43 | 121 | 0 | 120 | 65 | 40 | 524 | 102 | 51 |
| Binary | 10101101 | 100011 | 1010001 | 0 | 1010000 | 110101 | 100000 | 101010100 | 1000010 | 101001 |
Color Harmonies of #AD2351
Complementary color
Monochromatic Colors of #AD2351
Black with #AD2351
Text Example
Text Example
White with #AD2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2351; }
p { color: rgb(173,35,81); }
H1.HeaderClassName
{
color: #AD2351;
}
.AnyTagClassName
{
color: #AD2351;
}
</style>
background-color css
<style>
a { background-color: #AD2351; }
a { background-color: rgb(173,35,81); }
div.DivClassName
{
background-color: #AD2351;
}
.BgClassName
{
background-color: #AD2351;
}
</style>
border-color css
<style>
span { border-color: #AD2351; }
span { border-color: rgb(173,35,81); }
td.TdClassName
{
border-color: #AD2351;
}
.TagClassName
{
border-color: #AD2351;
}
</style>