Shades of Old Rose #AD3740
Tints of Old Rose #AD3740
RGB
CMYK
RGB Variations
Color information
#AD3740 (or 0xAD3740) is known color: Old Rose. HEX triplet: AD, 37 and 40. RGB value is (173,55,64). Sum of RGB (Red+Green+Blue) = 173+55+64=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3740 is #52C8BF. Grayscale: #5B5B5B. Windows color (decimal): -5425344 or 4208557. OLE color: 4208557.
HSL color Cylindrical-coordinate representation of color #AD3740: hue angle of 355.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3740 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 64 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.32 |
| HSL | 355.42º | 0.52% | 0.45% | - |
| HSV(B) | 355.42º | 0.68% | 0.68% | - |
| XYZ | 19.53 | 11.99 | 6.14 | - |
| YUV | 91.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 64 | 0 | 0.68 | 0.63 | 0.32 | 355.42 | 0.52 | 0.45 |
| Hex | AD | 37 | 40 | 0 | 44 | 3F | 20 | 163 | 34 | 2D |
| Octal | 255 | 67 | 100 | 0 | 104 | 77 | 40 | 543 | 64 | 55 |
| Binary | 10101101 | 110111 | 1000000 | 0 | 1000100 | 111111 | 100000 | 101100011 | 110100 | 101101 |
Color Harmonies of #AD3740
Complementary color
Monochromatic Colors of #AD3740
Black with #AD3740
Text Example
Text Example
White with #AD3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3740; }
p { color: rgb(173,55,64); }
H1.HeaderClassName
{
color: #AD3740;
}
.AnyTagClassName
{
color: #AD3740;
}
</style>
background-color css
<style>
a { background-color: #AD3740; }
a { background-color: rgb(173,55,64); }
div.DivClassName
{
background-color: #AD3740;
}
.BgClassName
{
background-color: #AD3740;
}
</style>
border-color css
<style>
span { border-color: #AD3740; }
span { border-color: rgb(173,55,64); }
td.TdClassName
{
border-color: #AD3740;
}
.TagClassName
{
border-color: #AD3740;
}
</style>