Shades of Old Rose #AD2852
Tints of Old Rose #AD2852
RGB
CMYK
RGB Variations
Color information
#AD2852 (or 0xAD2852) is known color: Old Rose. HEX triplet: AD, 28 and 52. RGB value is (173,40,82). Sum of RGB (Red+Green+Blue) = 173+40+82=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2852 is #52D7AD. Grayscale: #545454. Windows color (decimal): -5429166 or 5384365. OLE color: 5384365.
HSL color Cylindrical-coordinate representation of color #AD2852: hue angle of 341.05º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2852 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 82 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.32 |
| HSL | 341.05º | 0.62% | 0.42% | - |
| HSV(B) | 341.05º | 0.77% | 0.68% | - |
| XYZ | 19.52 | 11.01 | 9.08 | - |
| YUV | 84.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 82 | 0 | 0.77 | 0.53 | 0.32 | 341.05 | 0.62 | 0.42 |
| Hex | AD | 28 | 52 | 0 | 4D | 35 | 20 | 155 | 3E | 2A |
| Octal | 255 | 50 | 122 | 0 | 115 | 65 | 40 | 525 | 76 | 52 |
| Binary | 10101101 | 101000 | 1010010 | 0 | 1001101 | 110101 | 100000 | 101010101 | 111110 | 101010 |
Color Harmonies of #AD2852
Complementary color
Monochromatic Colors of #AD2852
Black with #AD2852
Text Example
Text Example
White with #AD2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2852; }
p { color: rgb(173,40,82); }
H1.HeaderClassName
{
color: #AD2852;
}
.AnyTagClassName
{
color: #AD2852;
}
</style>
background-color css
<style>
a { background-color: #AD2852; }
a { background-color: rgb(173,40,82); }
div.DivClassName
{
background-color: #AD2852;
}
.BgClassName
{
background-color: #AD2852;
}
</style>
border-color css
<style>
span { border-color: #AD2852; }
span { border-color: rgb(173,40,82); }
td.TdClassName
{
border-color: #AD2852;
}
.TagClassName
{
border-color: #AD2852;
}
</style>