Shades of Old Rose #AD333E
Tints of Old Rose #AD333E
RGB
CMYK
RGB Variations
Color information
#AD333E (or 0xAD333E) is known color: Old Rose. HEX triplet: AD, 33 and 3E. RGB value is (173,51,62). Sum of RGB (Red+Green+Blue) = 173+51+62=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD333E is #52CCC1. Grayscale: #585858. Windows color (decimal): -5426370 or 4076461. OLE color: 4076461.
HSL color Cylindrical-coordinate representation of color #AD333E: hue angle of 354.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD333E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 62 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.32 |
| HSL | 354.59º | 0.54% | 0.44% | - |
| HSV(B) | 354.59º | 0.71% | 0.68% | - |
| XYZ | 19.29 | 11.6 | 5.78 | - |
| YUV | 88.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 62 | 0 | 0.71 | 0.64 | 0.32 | 354.59 | 0.54 | 0.44 |
| Hex | AD | 33 | 3E | 0 | 47 | 40 | 20 | 163 | 36 | 2C |
| Octal | 255 | 63 | 76 | 0 | 107 | 100 | 40 | 543 | 66 | 54 |
| Binary | 10101101 | 110011 | 111110 | 0 | 1000111 | 1000000 | 100000 | 101100011 | 110110 | 101100 |
Color Harmonies of #AD333E
Complementary color
Monochromatic Colors of #AD333E
Black with #AD333E
Text Example
Text Example
White with #AD333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD333E; }
p { color: rgb(173,51,62); }
H1.HeaderClassName
{
color: #AD333E;
}
.AnyTagClassName
{
color: #AD333E;
}
</style>
background-color css
<style>
a { background-color: #AD333E; }
a { background-color: rgb(173,51,62); }
div.DivClassName
{
background-color: #AD333E;
}
.BgClassName
{
background-color: #AD333E;
}
</style>
border-color css
<style>
span { border-color: #AD333E; }
span { border-color: rgb(173,51,62); }
td.TdClassName
{
border-color: #AD333E;
}
.TagClassName
{
border-color: #AD333E;
}
</style>