Shades of Old Rose #AD2641
Tints of Old Rose #AD2641
RGB
CMYK
RGB Variations
Color information
#AD2641 (or 0xAD2641) is known color: Old Rose. HEX triplet: AD, 26 and 41. RGB value is (173,38,65). Sum of RGB (Red+Green+Blue) = 173+38+65=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2641 is #52D9BE. Grayscale: #515151. Windows color (decimal): -5429695 or 4269741. OLE color: 4269741.
HSL color Cylindrical-coordinate representation of color #AD2641: hue angle of 348º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2641 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 65 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.32 |
| HSL | 348º | 0.64% | 0.41% | - |
| HSV(B) | 348º | 0.78% | 0.68% | - |
| XYZ | 18.88 | 10.65 | 6.06 | - |
| YUV | 81.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 65 | 0 | 0.78 | 0.62 | 0.32 | 348 | 0.64 | 0.41 |
| Hex | AD | 26 | 41 | 0 | 4E | 3E | 20 | 15C | 40 | 29 |
| Octal | 255 | 46 | 101 | 0 | 116 | 76 | 40 | 534 | 100 | 51 |
| Binary | 10101101 | 100110 | 1000001 | 0 | 1001110 | 111110 | 100000 | 101011100 | 1000000 | 101001 |
Color Harmonies of #AD2641
Complementary color
Monochromatic Colors of #AD2641
Black with #AD2641
Text Example
Text Example
White with #AD2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2641; }
p { color: rgb(173,38,65); }
H1.HeaderClassName
{
color: #AD2641;
}
.AnyTagClassName
{
color: #AD2641;
}
</style>
background-color css
<style>
a { background-color: #AD2641; }
a { background-color: rgb(173,38,65); }
div.DivClassName
{
background-color: #AD2641;
}
.BgClassName
{
background-color: #AD2641;
}
</style>
border-color css
<style>
span { border-color: #AD2641; }
span { border-color: rgb(173,38,65); }
td.TdClassName
{
border-color: #AD2641;
}
.TagClassName
{
border-color: #AD2641;
}
</style>