Shades of Old Rose #AD2B43
Tints of Old Rose #AD2B43
RGB
CMYK
RGB Variations
Color information
#AD2B43 (or 0xAD2B43) is known color: Old Rose. HEX triplet: AD, 2B and 43. RGB value is (173,43,67). Sum of RGB (Red+Green+Blue) = 173+43+67=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B43 is #52D4BC. Grayscale: #545454. Windows color (decimal): -5428413 or 4402093. OLE color: 4402093.
HSL color Cylindrical-coordinate representation of color #AD2B43: hue angle of 348.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B43 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 67 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.32 |
| HSL | 348.92º | 0.6% | 0.42% | - |
| HSV(B) | 348.92º | 0.75% | 0.68% | - |
| XYZ | 19.11 | 11.02 | 6.43 | - |
| YUV | 84.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 67 | 0 | 0.75 | 0.61 | 0.32 | 348.92 | 0.6 | 0.42 |
| Hex | AD | 2B | 43 | 0 | 4B | 3D | 20 | 15D | 3C | 2A |
| Octal | 255 | 53 | 103 | 0 | 113 | 75 | 40 | 535 | 74 | 52 |
| Binary | 10101101 | 101011 | 1000011 | 0 | 1001011 | 111101 | 100000 | 101011101 | 111100 | 101010 |
Color Harmonies of #AD2B43
Complementary color
Monochromatic Colors of #AD2B43
Black with #AD2B43
Text Example
Text Example
White with #AD2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B43; }
p { color: rgb(173,43,67); }
H1.HeaderClassName
{
color: #AD2B43;
}
.AnyTagClassName
{
color: #AD2B43;
}
</style>
background-color css
<style>
a { background-color: #AD2B43; }
a { background-color: rgb(173,43,67); }
div.DivClassName
{
background-color: #AD2B43;
}
.BgClassName
{
background-color: #AD2B43;
}
</style>
border-color css
<style>
span { border-color: #AD2B43; }
span { border-color: rgb(173,43,67); }
td.TdClassName
{
border-color: #AD2B43;
}
.TagClassName
{
border-color: #AD2B43;
}
</style>