Shades of Blush #AD5068
Tints of Blush #AD5068
RGB
CMYK
RGB Variations
Color information
#AD5068 (or 0xAD5068) is known color: Blush. HEX triplet: AD, 50 and 68. RGB value is (173,80,104). Sum of RGB (Red+Green+Blue) = 173+80+104=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5068 is #52AF97. Grayscale: #6E6E6E. Windows color (decimal): -5418904 or 6836397. OLE color: 6836397.
HSL color Cylindrical-coordinate representation of color #AD5068: hue angle of 344.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5068 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 104 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.32 |
| HSL | 344.52º | 0.37% | 0.5% | - |
| HSV(B) | 344.52º | 0.54% | 0.68% | - |
| XYZ | 22.6 | 15.62 | 14.92 | - |
| YUV | 110.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 104 | 0 | 0.54 | 0.40 | 0.32 | 344.52 | 0.37 | 0.5 |
| Hex | AD | 50 | 68 | 0 | 36 | 28 | 20 | 159 | 25 | 32 |
| Octal | 255 | 120 | 150 | 0 | 66 | 50 | 40 | 531 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1101000 | 0 | 110110 | 101000 | 100000 | 101011001 | 100101 | 110010 |
Color Harmonies of #AD5068
Complementary color
Monochromatic Colors of #AD5068
Black with #AD5068
Text Example
Text Example
White with #AD5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5068; }
p { color: rgb(173,80,104); }
H1.HeaderClassName
{
color: #AD5068;
}
.AnyTagClassName
{
color: #AD5068;
}
</style>
background-color css
<style>
a { background-color: #AD5068; }
a { background-color: rgb(173,80,104); }
div.DivClassName
{
background-color: #AD5068;
}
.BgClassName
{
background-color: #AD5068;
}
</style>
border-color css
<style>
span { border-color: #AD5068; }
span { border-color: rgb(173,80,104); }
td.TdClassName
{
border-color: #AD5068;
}
.TagClassName
{
border-color: #AD5068;
}
</style>