Shades of Old Rose #AD3640
Tints of Old Rose #AD3640
RGB
CMYK
RGB Variations
Color information
#AD3640 (or 0xAD3640) is known color: Old Rose. HEX triplet: AD, 36 and 40. RGB value is (173,54,64). Sum of RGB (Red+Green+Blue) = 173+54+64=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3640 is #52C9BF. Grayscale: #5A5A5A. Windows color (decimal): -5425600 or 4208301. OLE color: 4208301.
HSL color Cylindrical-coordinate representation of color #AD3640: hue angle of 354.96º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3640 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 64 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.32 |
| HSL | 354.96º | 0.52% | 0.45% | - |
| HSV(B) | 354.96º | 0.69% | 0.68% | - |
| XYZ | 19.48 | 11.89 | 6.12 | - |
| YUV | 90.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 64 | 0 | 0.69 | 0.63 | 0.32 | 354.96 | 0.52 | 0.45 |
| Hex | AD | 36 | 40 | 0 | 45 | 3F | 20 | 163 | 34 | 2D |
| Octal | 255 | 66 | 100 | 0 | 105 | 77 | 40 | 543 | 64 | 55 |
| Binary | 10101101 | 110110 | 1000000 | 0 | 1000101 | 111111 | 100000 | 101100011 | 110100 | 101101 |
Color Harmonies of #AD3640
Complementary color
Monochromatic Colors of #AD3640
Black with #AD3640
Text Example
Text Example
White with #AD3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3640; }
p { color: rgb(173,54,64); }
H1.HeaderClassName
{
color: #AD3640;
}
.AnyTagClassName
{
color: #AD3640;
}
</style>
background-color css
<style>
a { background-color: #AD3640; }
a { background-color: rgb(173,54,64); }
div.DivClassName
{
background-color: #AD3640;
}
.BgClassName
{
background-color: #AD3640;
}
</style>
border-color css
<style>
span { border-color: #AD3640; }
span { border-color: rgb(173,54,64); }
td.TdClassName
{
border-color: #AD3640;
}
.TagClassName
{
border-color: #AD3640;
}
</style>