Shades of Old Rose #AD2A3D
Tints of Old Rose #AD2A3D
RGB
CMYK
RGB Variations
Color information
#AD2A3D (or 0xAD2A3D) is known color: Old Rose. HEX triplet: AD, 2A and 3D. RGB value is (173,42,61). Sum of RGB (Red+Green+Blue) = 173+42+61=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A3D is #52D5C2. Grayscale: #535353. Windows color (decimal): -5428675 or 4008621. OLE color: 4008621.
HSL color Cylindrical-coordinate representation of color #AD2A3D: hue angle of 351.3º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A3D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 61 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.32 |
| HSL | 351.3º | 0.61% | 0.42% | - |
| HSV(B) | 351.3º | 0.76% | 0.68% | - |
| XYZ | 18.9 | 10.88 | 5.52 | - |
| YUV | 83.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 61 | 0 | 0.76 | 0.65 | 0.32 | 351.3 | 0.61 | 0.42 |
| Hex | AD | 2A | 3D | 0 | 4C | 41 | 20 | 15F | 3D | 2A |
| Octal | 255 | 52 | 75 | 0 | 114 | 101 | 40 | 537 | 75 | 52 |
| Binary | 10101101 | 101010 | 111101 | 0 | 1001100 | 1000001 | 100000 | 101011111 | 111101 | 101010 |
Color Harmonies of #AD2A3D
Complementary color
Monochromatic Colors of #AD2A3D
Black with #AD2A3D
Text Example
Text Example
White with #AD2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A3D; }
p { color: rgb(173,42,61); }
H1.HeaderClassName
{
color: #AD2A3D;
}
.AnyTagClassName
{
color: #AD2A3D;
}
</style>
background-color css
<style>
a { background-color: #AD2A3D; }
a { background-color: rgb(173,42,61); }
div.DivClassName
{
background-color: #AD2A3D;
}
.BgClassName
{
background-color: #AD2A3D;
}
</style>
border-color css
<style>
span { border-color: #AD2A3D; }
span { border-color: rgb(173,42,61); }
td.TdClassName
{
border-color: #AD2A3D;
}
.TagClassName
{
border-color: #AD2A3D;
}
</style>