Shades of Blush #AD5B66
Tints of Blush #AD5B66
RGB
CMYK
RGB Variations
Color information
#AD5B66 (or 0xAD5B66) is known color: Blush. HEX triplet: AD, 5B and 66. RGB value is (173,91,102). Sum of RGB (Red+Green+Blue) = 173+91+102=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B66 is #52A499. Grayscale: #747474. Windows color (decimal): -5416090 or 6708141. OLE color: 6708141.
HSL color Cylindrical-coordinate representation of color #AD5B66: hue angle of 351.95º 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 #AD5B66 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 102 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.32 |
| HSL | 351.95º | 0.33% | 0.52% | - |
| HSV(B) | 351.95º | 0.47% | 0.68% | - |
| XYZ | 23.37 | 17.33 | 14.68 | - |
| YUV | 116.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 102 | 0 | 0.47 | 0.41 | 0.32 | 351.95 | 0.33 | 0.52 |
| Hex | AD | 5B | 66 | 0 | 2F | 29 | 20 | 160 | 21 | 34 |
| Octal | 255 | 133 | 146 | 0 | 57 | 51 | 40 | 540 | 41 | 64 |
| Binary | 10101101 | 1011011 | 1100110 | 0 | 101111 | 101001 | 100000 | 101100000 | 100001 | 110100 |
Color Harmonies of #AD5B66
Complementary color
Monochromatic Colors of #AD5B66
Black with #AD5B66
Text Example
Text Example
White with #AD5B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B66; }
p { color: rgb(173,91,102); }
H1.HeaderClassName
{
color: #AD5B66;
}
.AnyTagClassName
{
color: #AD5B66;
}
</style>
background-color css
<style>
a { background-color: #AD5B66; }
a { background-color: rgb(173,91,102); }
div.DivClassName
{
background-color: #AD5B66;
}
.BgClassName
{
background-color: #AD5B66;
}
</style>
border-color css
<style>
span { border-color: #AD5B66; }
span { border-color: rgb(173,91,102); }
td.TdClassName
{
border-color: #AD5B66;
}
.TagClassName
{
border-color: #AD5B66;
}
</style>