Shades of Old Rose #AD214B
Tints of Old Rose #AD214B
RGB
CMYK
RGB Variations
Color information
#AD214B (or 0xAD214B) is known color: Old Rose. HEX triplet: AD, 21 and 4B. RGB value is (173,33,75). Sum of RGB (Red+Green+Blue) = 173+33+75=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD214B is #52DEB4. Grayscale: #4F4F4F. Windows color (decimal): -5430965 or 4923821. OLE color: 4923821.
HSL color Cylindrical-coordinate representation of color #AD214B: hue angle of 342º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD214B is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 75 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.32 |
| HSL | 342º | 0.68% | 0.4% | - |
| HSV(B) | 342º | 0.81% | 0.68% | - |
| XYZ | 19.05 | 10.48 | 7.68 | - |
| YUV | 79.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 75 | 0 | 0.81 | 0.57 | 0.32 | 342 | 0.68 | 0.4 |
| Hex | AD | 21 | 4B | 0 | 51 | 39 | 20 | 156 | 44 | 28 |
| Octal | 255 | 41 | 113 | 0 | 121 | 71 | 40 | 526 | 104 | 50 |
| Binary | 10101101 | 100001 | 1001011 | 0 | 1010001 | 111001 | 100000 | 101010110 | 1000100 | 101000 |
Color Harmonies of #AD214B
Complementary color
Monochromatic Colors of #AD214B
Black with #AD214B
Text Example
Text Example
White with #AD214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD214B; }
p { color: rgb(173,33,75); }
H1.HeaderClassName
{
color: #AD214B;
}
.AnyTagClassName
{
color: #AD214B;
}
</style>
background-color css
<style>
a { background-color: #AD214B; }
a { background-color: rgb(173,33,75); }
div.DivClassName
{
background-color: #AD214B;
}
.BgClassName
{
background-color: #AD214B;
}
</style>
border-color css
<style>
span { border-color: #AD214B; }
span { border-color: rgb(173,33,75); }
td.TdClassName
{
border-color: #AD214B;
}
.TagClassName
{
border-color: #AD214B;
}
</style>