Shades of Blush #AD5C63
Tints of Blush #AD5C63
RGB
CMYK
RGB Variations
Color information
#AD5C63 (or 0xAD5C63) is known color: Blush. HEX triplet: AD, 5C and 63. RGB value is (173,92,99). Sum of RGB (Red+Green+Blue) = 173+92+99=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C63 is #52A39C. Grayscale: #757575. Windows color (decimal): -5415837 or 6511789. OLE color: 6511789.
HSL color Cylindrical-coordinate representation of color #AD5C63: hue angle of 354.81º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C63 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 99 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.32 |
| HSL | 354.81º | 0.33% | 0.52% | - |
| HSV(B) | 354.81º | 0.47% | 0.68% | - |
| XYZ | 23.31 | 17.44 | 13.94 | - |
| YUV | 117.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 99 | 0 | 0.47 | 0.43 | 0.32 | 354.81 | 0.33 | 0.52 |
| Hex | AD | 5C | 63 | 0 | 2F | 2B | 20 | 163 | 21 | 34 |
| Octal | 255 | 134 | 143 | 0 | 57 | 53 | 40 | 543 | 41 | 64 |
| Binary | 10101101 | 1011100 | 1100011 | 0 | 101111 | 101011 | 100000 | 101100011 | 100001 | 110100 |
Color Harmonies of #AD5C63
Complementary color
Monochromatic Colors of #AD5C63
Black with #AD5C63
Text Example
Text Example
White with #AD5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C63; }
p { color: rgb(173,92,99); }
H1.HeaderClassName
{
color: #AD5C63;
}
.AnyTagClassName
{
color: #AD5C63;
}
</style>
background-color css
<style>
a { background-color: #AD5C63; }
a { background-color: rgb(173,92,99); }
div.DivClassName
{
background-color: #AD5C63;
}
.BgClassName
{
background-color: #AD5C63;
}
</style>
border-color css
<style>
span { border-color: #AD5C63; }
span { border-color: rgb(173,92,99); }
td.TdClassName
{
border-color: #AD5C63;
}
.TagClassName
{
border-color: #AD5C63;
}
</style>