Shades of Blush #AD5C62
Tints of Blush #AD5C62
RGB
CMYK
RGB Variations
Color information
#AD5C62 (or 0xAD5C62) is known color: Blush. HEX triplet: AD, 5C and 62. RGB value is (173,92,98). Sum of RGB (Red+Green+Blue) = 173+92+98=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C62 is #52A39D. Grayscale: #747474. Windows color (decimal): -5415838 or 6446253. OLE color: 6446253.
HSL color Cylindrical-coordinate representation of color #AD5C62: hue angle of 355.56º 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 #AD5C62 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 98 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.32 |
| HSL | 355.56º | 0.33% | 0.52% | - |
| HSV(B) | 355.56º | 0.47% | 0.68% | - |
| XYZ | 23.27 | 17.42 | 13.69 | - |
| YUV | 116.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 98 | 0 | 0.47 | 0.43 | 0.32 | 355.56 | 0.33 | 0.52 |
| Hex | AD | 5C | 62 | 0 | 2F | 2B | 20 | 164 | 21 | 34 |
| Octal | 255 | 134 | 142 | 0 | 57 | 53 | 40 | 544 | 41 | 64 |
| Binary | 10101101 | 1011100 | 1100010 | 0 | 101111 | 101011 | 100000 | 101100100 | 100001 | 110100 |
Color Harmonies of #AD5C62
Complementary color
Monochromatic Colors of #AD5C62
Black with #AD5C62
Text Example
Text Example
White with #AD5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C62; }
p { color: rgb(173,92,98); }
H1.HeaderClassName
{
color: #AD5C62;
}
.AnyTagClassName
{
color: #AD5C62;
}
</style>
background-color css
<style>
a { background-color: #AD5C62; }
a { background-color: rgb(173,92,98); }
div.DivClassName
{
background-color: #AD5C62;
}
.BgClassName
{
background-color: #AD5C62;
}
</style>
border-color css
<style>
span { border-color: #AD5C62; }
span { border-color: rgb(173,92,98); }
td.TdClassName
{
border-color: #AD5C62;
}
.TagClassName
{
border-color: #AD5C62;
}
</style>