Shades of Blush #AD5A63
Tints of Blush #AD5A63
RGB
CMYK
RGB Variations
Color information
#AD5A63 (or 0xAD5A63) is known color: Blush. HEX triplet: AD, 5A and 63. RGB value is (173,90,99). Sum of RGB (Red+Green+Blue) = 173+90+99=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A63 is #52A59C. Grayscale: #737373. Windows color (decimal): -5416349 or 6511277. OLE color: 6511277.
HSL color Cylindrical-coordinate representation of color #AD5A63: hue angle of 353.49º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A63 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 99 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.32 |
| HSL | 353.49º | 0.34% | 0.52% | - |
| HSV(B) | 353.49º | 0.48% | 0.68% | - |
| XYZ | 23.14 | 17.1 | 13.88 | - |
| YUV | 115.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 99 | 0 | 0.48 | 0.43 | 0.32 | 353.49 | 0.34 | 0.52 |
| Hex | AD | 5A | 63 | 0 | 30 | 2B | 20 | 161 | 22 | 34 |
| Octal | 255 | 132 | 143 | 0 | 60 | 53 | 40 | 541 | 42 | 64 |
| Binary | 10101101 | 1011010 | 1100011 | 0 | 110000 | 101011 | 100000 | 101100001 | 100010 | 110100 |
Color Harmonies of #AD5A63
Complementary color
Monochromatic Colors of #AD5A63
Black with #AD5A63
Text Example
Text Example
White with #AD5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A63; }
p { color: rgb(173,90,99); }
H1.HeaderClassName
{
color: #AD5A63;
}
.AnyTagClassName
{
color: #AD5A63;
}
</style>
background-color css
<style>
a { background-color: #AD5A63; }
a { background-color: rgb(173,90,99); }
div.DivClassName
{
background-color: #AD5A63;
}
.BgClassName
{
background-color: #AD5A63;
}
</style>
border-color css
<style>
span { border-color: #AD5A63; }
span { border-color: rgb(173,90,99); }
td.TdClassName
{
border-color: #AD5A63;
}
.TagClassName
{
border-color: #AD5A63;
}
</style>