Shades of Old Rose #AD254B
Tints of Old Rose #AD254B
RGB
CMYK
RGB Variations
Color information
#AD254B (or 0xAD254B) is known color: Old Rose. HEX triplet: AD, 25 and 4B. RGB value is (173,37,75). Sum of RGB (Red+Green+Blue) = 173+37+75=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD254B is #52DAB4. Grayscale: #515151. Windows color (decimal): -5429941 or 4924845. OLE color: 4924845.
HSL color Cylindrical-coordinate representation of color #AD254B: hue angle of 343.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD254B is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 75 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.32 |
| HSL | 343.24º | 0.65% | 0.41% | - |
| HSV(B) | 343.24º | 0.79% | 0.68% | - |
| XYZ | 19.17 | 10.72 | 7.71 | - |
| YUV | 82 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 75 | 0 | 0.79 | 0.57 | 0.32 | 343.24 | 0.65 | 0.41 |
| Hex | AD | 25 | 4B | 0 | 4F | 39 | 20 | 157 | 41 | 29 |
| Octal | 255 | 45 | 113 | 0 | 117 | 71 | 40 | 527 | 101 | 51 |
| Binary | 10101101 | 100101 | 1001011 | 0 | 1001111 | 111001 | 100000 | 101010111 | 1000001 | 101001 |
Color Harmonies of #AD254B
Complementary color
Monochromatic Colors of #AD254B
Black with #AD254B
Text Example
Text Example
White with #AD254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD254B; }
p { color: rgb(173,37,75); }
H1.HeaderClassName
{
color: #AD254B;
}
.AnyTagClassName
{
color: #AD254B;
}
</style>
background-color css
<style>
a { background-color: #AD254B; }
a { background-color: rgb(173,37,75); }
div.DivClassName
{
background-color: #AD254B;
}
.BgClassName
{
background-color: #AD254B;
}
</style>
border-color css
<style>
span { border-color: #AD254B; }
span { border-color: rgb(173,37,75); }
td.TdClassName
{
border-color: #AD254B;
}
.TagClassName
{
border-color: #AD254B;
}
</style>