Shades of Blush #AD5861
Tints of Blush #AD5861
RGB
CMYK
RGB Variations
Color information
#AD5861 (or 0xAD5861) is known color: Blush. HEX triplet: AD, 58 and 61. RGB value is (173,88,97). Sum of RGB (Red+Green+Blue) = 173+88+97=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5861 is #52A79E. Grayscale: #727272. Windows color (decimal): -5416863 or 6379693. OLE color: 6379693.
HSL color Cylindrical-coordinate representation of color #AD5861: hue angle of 353.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5861 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 97 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.32 |
| HSL | 353.65º | 0.34% | 0.51% | - |
| HSV(B) | 353.65º | 0.49% | 0.68% | - |
| XYZ | 22.88 | 16.73 | 13.33 | - |
| YUV | 114.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 97 | 0 | 0.49 | 0.44 | 0.32 | 353.65 | 0.34 | 0.51 |
| Hex | AD | 58 | 61 | 0 | 31 | 2C | 20 | 162 | 22 | 33 |
| Octal | 255 | 130 | 141 | 0 | 61 | 54 | 40 | 542 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1100001 | 0 | 110001 | 101100 | 100000 | 101100010 | 100010 | 110011 |
Color Harmonies of #AD5861
Complementary color
Monochromatic Colors of #AD5861
Black with #AD5861
Text Example
Text Example
White with #AD5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5861; }
p { color: rgb(173,88,97); }
H1.HeaderClassName
{
color: #AD5861;
}
.AnyTagClassName
{
color: #AD5861;
}
</style>
background-color css
<style>
a { background-color: #AD5861; }
a { background-color: rgb(173,88,97); }
div.DivClassName
{
background-color: #AD5861;
}
.BgClassName
{
background-color: #AD5861;
}
</style>
border-color css
<style>
span { border-color: #AD5861; }
span { border-color: rgb(173,88,97); }
td.TdClassName
{
border-color: #AD5861;
}
.TagClassName
{
border-color: #AD5861;
}
</style>