Shades of Old Rose #AD234B
Tints of Old Rose #AD234B
RGB
CMYK
RGB Variations
Color information
#AD234B (or 0xAD234B) is known color: Old Rose. HEX triplet: AD, 23 and 4B. RGB value is (173,35,75). Sum of RGB (Red+Green+Blue) = 173+35+75=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD234B is #52DCB4. Grayscale: #505050. Windows color (decimal): -5430453 or 4924333. OLE color: 4924333.
HSL color Cylindrical-coordinate representation of color #AD234B: hue angle of 342.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD234B is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 75 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.32 |
| HSL | 342.61º | 0.66% | 0.41% | - |
| HSV(B) | 342.61º | 0.8% | 0.68% | - |
| XYZ | 19.1 | 10.59 | 7.69 | - |
| YUV | 80.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 75 | 0 | 0.80 | 0.57 | 0.32 | 342.61 | 0.66 | 0.41 |
| Hex | AD | 23 | 4B | 0 | 50 | 39 | 20 | 157 | 42 | 29 |
| Octal | 255 | 43 | 113 | 0 | 120 | 71 | 40 | 527 | 102 | 51 |
| Binary | 10101101 | 100011 | 1001011 | 0 | 1010000 | 111001 | 100000 | 101010111 | 1000010 | 101001 |
Color Harmonies of #AD234B
Complementary color
Monochromatic Colors of #AD234B
Black with #AD234B
Text Example
Text Example
White with #AD234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD234B; }
p { color: rgb(173,35,75); }
H1.HeaderClassName
{
color: #AD234B;
}
.AnyTagClassName
{
color: #AD234B;
}
</style>
background-color css
<style>
a { background-color: #AD234B; }
a { background-color: rgb(173,35,75); }
div.DivClassName
{
background-color: #AD234B;
}
.BgClassName
{
background-color: #AD234B;
}
</style>
border-color css
<style>
span { border-color: #AD234B; }
span { border-color: rgb(173,35,75); }
td.TdClassName
{
border-color: #AD234B;
}
.TagClassName
{
border-color: #AD234B;
}
</style>