Shades of Blush #AD4F69
Tints of Blush #AD4F69
RGB
CMYK
RGB Variations
Color information
#AD4F69 (or 0xAD4F69) is known color: Blush. HEX triplet: AD, 4F and 69. RGB value is (173,79,105). Sum of RGB (Red+Green+Blue) = 173+79+105=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4F69 is #52B096. Grayscale: #6E6E6E. Windows color (decimal): -5419159 or 6901677. OLE color: 6901677.
HSL color Cylindrical-coordinate representation of color #AD4F69: hue angle of 343.4º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD4F69 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 105 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.32 |
| HSL | 343.4º | 0.37% | 0.49% | - |
| HSV(B) | 343.4º | 0.54% | 0.68% | - |
| XYZ | 22.58 | 15.5 | 15.17 | - |
| YUV | 110.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 105 | 0 | 0.54 | 0.39 | 0.32 | 343.4 | 0.37 | 0.49 |
| Hex | AD | 4F | 69 | 0 | 36 | 27 | 20 | 157 | 25 | 31 |
| Octal | 255 | 117 | 151 | 0 | 66 | 47 | 40 | 527 | 45 | 61 |
| Binary | 10101101 | 1001111 | 1101001 | 0 | 110110 | 100111 | 100000 | 101010111 | 100101 | 110001 |
Color Harmonies of #AD4F69
Complementary color
Monochromatic Colors of #AD4F69
Black with #AD4F69
Text Example
Text Example
White with #AD4F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F69; }
p { color: rgb(173,79,105); }
H1.HeaderClassName
{
color: #AD4F69;
}
.AnyTagClassName
{
color: #AD4F69;
}
</style>
background-color css
<style>
a { background-color: #AD4F69; }
a { background-color: rgb(173,79,105); }
div.DivClassName
{
background-color: #AD4F69;
}
.BgClassName
{
background-color: #AD4F69;
}
</style>
border-color css
<style>
span { border-color: #AD4F69; }
span { border-color: rgb(173,79,105); }
td.TdClassName
{
border-color: #AD4F69;
}
.TagClassName
{
border-color: #AD4F69;
}
</style>