Shades of Blush #AD5F69
Tints of Blush #AD5F69
RGB
CMYK
RGB Variations
Color information
#AD5F69 (or 0xAD5F69) is known color: Blush. HEX triplet: AD, 5F and 69. RGB value is (173,95,105). Sum of RGB (Red+Green+Blue) = 173+95+105=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F69 is #52A096. Grayscale: #777777. Windows color (decimal): -5415063 or 6905773. OLE color: 6905773.
HSL color Cylindrical-coordinate representation of color #AD5F69: hue angle of 352.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F69 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 105 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.32 |
| HSL | 352.31º | 0.32% | 0.53% | - |
| HSV(B) | 352.31º | 0.45% | 0.68% | - |
| XYZ | 23.88 | 18.09 | 15.6 | - |
| YUV | 119.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 105 | 0 | 0.45 | 0.39 | 0.32 | 352.31 | 0.32 | 0.53 |
| Hex | AD | 5F | 69 | 0 | 2D | 27 | 20 | 160 | 20 | 35 |
| Octal | 255 | 137 | 151 | 0 | 55 | 47 | 40 | 540 | 40 | 65 |
| Binary | 10101101 | 1011111 | 1101001 | 0 | 101101 | 100111 | 100000 | 101100000 | 100000 | 110101 |
Color Harmonies of #AD5F69
Complementary color
Monochromatic Colors of #AD5F69
Black with #AD5F69
Text Example
Text Example
White with #AD5F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F69; }
p { color: rgb(173,95,105); }
H1.HeaderClassName
{
color: #AD5F69;
}
.AnyTagClassName
{
color: #AD5F69;
}
</style>
background-color css
<style>
a { background-color: #AD5F69; }
a { background-color: rgb(173,95,105); }
div.DivClassName
{
background-color: #AD5F69;
}
.BgClassName
{
background-color: #AD5F69;
}
</style>
border-color css
<style>
span { border-color: #AD5F69; }
span { border-color: rgb(173,95,105); }
td.TdClassName
{
border-color: #AD5F69;
}
.TagClassName
{
border-color: #AD5F69;
}
</style>