Shades of Blush #AD5668
Tints of Blush #AD5668
RGB
CMYK
RGB Variations
Color information
#AD5668 (or 0xAD5668) is known color: Blush. HEX triplet: AD, 56 and 68. RGB value is (173,86,104). Sum of RGB (Red+Green+Blue) = 173+86+104=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5668 is #52A997. Grayscale: #727272. Windows color (decimal): -5417368 or 6837933. OLE color: 6837933.
HSL color Cylindrical-coordinate representation of color #AD5668: hue angle of 347.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5668 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 104 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.32 |
| HSL | 347.59º | 0.35% | 0.51% | - |
| HSV(B) | 347.59º | 0.5% | 0.68% | - |
| XYZ | 23.06 | 16.54 | 15.07 | - |
| YUV | 114.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 104 | 0 | 0.50 | 0.40 | 0.32 | 347.59 | 0.35 | 0.51 |
| Hex | AD | 56 | 68 | 0 | 32 | 28 | 20 | 15C | 23 | 33 |
| Octal | 255 | 126 | 150 | 0 | 62 | 50 | 40 | 534 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1101000 | 0 | 110010 | 101000 | 100000 | 101011100 | 100011 | 110011 |
Color Harmonies of #AD5668
Complementary color
Monochromatic Colors of #AD5668
Black with #AD5668
Text Example
Text Example
White with #AD5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5668; }
p { color: rgb(173,86,104); }
H1.HeaderClassName
{
color: #AD5668;
}
.AnyTagClassName
{
color: #AD5668;
}
</style>
background-color css
<style>
a { background-color: #AD5668; }
a { background-color: rgb(173,86,104); }
div.DivClassName
{
background-color: #AD5668;
}
.BgClassName
{
background-color: #AD5668;
}
</style>
border-color css
<style>
span { border-color: #AD5668; }
span { border-color: rgb(173,86,104); }
td.TdClassName
{
border-color: #AD5668;
}
.TagClassName
{
border-color: #AD5668;
}
</style>