Shades of Old Rose #AD2643
Tints of Old Rose #AD2643
RGB
CMYK
RGB Variations
Color information
#AD2643 (or 0xAD2643) is known color: Old Rose. HEX triplet: AD, 26 and 43. RGB value is (173,38,67). Sum of RGB (Red+Green+Blue) = 173+38+67=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2643 is #52D9BC. Grayscale: #515151. Windows color (decimal): -5429693 or 4400813. OLE color: 4400813.
HSL color Cylindrical-coordinate representation of color #AD2643: hue angle of 347.11º 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 #AD2643 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 67 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.32 |
| HSL | 347.11º | 0.64% | 0.41% | - |
| HSV(B) | 347.11º | 0.78% | 0.68% | - |
| XYZ | 18.94 | 10.68 | 6.37 | - |
| YUV | 81.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 67 | 0 | 0.78 | 0.61 | 0.32 | 347.11 | 0.64 | 0.41 |
| Hex | AD | 26 | 43 | 0 | 4E | 3D | 20 | 15B | 40 | 29 |
| Octal | 255 | 46 | 103 | 0 | 116 | 75 | 40 | 533 | 100 | 51 |
| Binary | 10101101 | 100110 | 1000011 | 0 | 1001110 | 111101 | 100000 | 101011011 | 1000000 | 101001 |
Color Harmonies of #AD2643
Complementary color
Monochromatic Colors of #AD2643
Black with #AD2643
Text Example
Text Example
White with #AD2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2643; }
p { color: rgb(173,38,67); }
H1.HeaderClassName
{
color: #AD2643;
}
.AnyTagClassName
{
color: #AD2643;
}
</style>
background-color css
<style>
a { background-color: #AD2643; }
a { background-color: rgb(173,38,67); }
div.DivClassName
{
background-color: #AD2643;
}
.BgClassName
{
background-color: #AD2643;
}
</style>
border-color css
<style>
span { border-color: #AD2643; }
span { border-color: rgb(173,38,67); }
td.TdClassName
{
border-color: #AD2643;
}
.TagClassName
{
border-color: #AD2643;
}
</style>