Shades of Old Rose #AD304B
Tints of Old Rose #AD304B
RGB
CMYK
RGB Variations
Color information
#AD304B (or 0xAD304B) is known color: Old Rose. HEX triplet: AD, 30 and 4B. RGB value is (173,48,75). Sum of RGB (Red+Green+Blue) = 173+48+75=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD304B is #52CFB4. Grayscale: #585858. Windows color (decimal): -5427125 or 4927661. OLE color: 4927661.
HSL color Cylindrical-coordinate representation of color #AD304B: hue angle of 347.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD304B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 75 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.32 |
| HSL | 347.04º | 0.57% | 0.43% | - |
| HSV(B) | 347.04º | 0.72% | 0.68% | - |
| XYZ | 19.56 | 11.51 | 7.85 | - |
| YUV | 88.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 75 | 0 | 0.72 | 0.57 | 0.32 | 347.04 | 0.57 | 0.43 |
| Hex | AD | 30 | 4B | 0 | 48 | 39 | 20 | 15B | 39 | 2B |
| Octal | 255 | 60 | 113 | 0 | 110 | 71 | 40 | 533 | 71 | 53 |
| Binary | 10101101 | 110000 | 1001011 | 0 | 1001000 | 111001 | 100000 | 101011011 | 111001 | 101011 |
Color Harmonies of #AD304B
Complementary color
Monochromatic Colors of #AD304B
Black with #AD304B
Text Example
Text Example
White with #AD304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD304B; }
p { color: rgb(173,48,75); }
H1.HeaderClassName
{
color: #AD304B;
}
.AnyTagClassName
{
color: #AD304B;
}
</style>
background-color css
<style>
a { background-color: #AD304B; }
a { background-color: rgb(173,48,75); }
div.DivClassName
{
background-color: #AD304B;
}
.BgClassName
{
background-color: #AD304B;
}
</style>
border-color css
<style>
span { border-color: #AD304B; }
span { border-color: rgb(173,48,75); }
td.TdClassName
{
border-color: #AD304B;
}
.TagClassName
{
border-color: #AD304B;
}
</style>