Shades of Blush #AD506D
Tints of Blush #AD506D
RGB
CMYK
RGB Variations
Color information
#AD506D (or 0xAD506D) is known color: Blush. HEX triplet: AD, 50 and 6D. RGB value is (173,80,109). Sum of RGB (Red+Green+Blue) = 173+80+109=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD506D is #52AF92. Grayscale: #6F6F6F. Windows color (decimal): -5418899 or 7164077. OLE color: 7164077.
HSL color Cylindrical-coordinate representation of color #AD506D: hue angle of 341.29º 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 #AD506D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 109 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.32 |
| HSL | 341.29º | 0.37% | 0.5% | - |
| HSV(B) | 341.29º | 0.54% | 0.68% | - |
| XYZ | 22.86 | 15.73 | 16.3 | - |
| YUV | 111.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 109 | 0 | 0.54 | 0.37 | 0.32 | 341.29 | 0.37 | 0.5 |
| Hex | AD | 50 | 6D | 0 | 36 | 25 | 20 | 155 | 25 | 32 |
| Octal | 255 | 120 | 155 | 0 | 66 | 45 | 40 | 525 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1101101 | 0 | 110110 | 100101 | 100000 | 101010101 | 100101 | 110010 |
Color Harmonies of #AD506D
Complementary color
Monochromatic Colors of #AD506D
Black with #AD506D
Text Example
Text Example
White with #AD506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD506D; }
p { color: rgb(173,80,109); }
H1.HeaderClassName
{
color: #AD506D;
}
.AnyTagClassName
{
color: #AD506D;
}
</style>
background-color css
<style>
a { background-color: #AD506D; }
a { background-color: rgb(173,80,109); }
div.DivClassName
{
background-color: #AD506D;
}
.BgClassName
{
background-color: #AD506D;
}
</style>
border-color css
<style>
span { border-color: #AD506D; }
span { border-color: rgb(173,80,109); }
td.TdClassName
{
border-color: #AD506D;
}
.TagClassName
{
border-color: #AD506D;
}
</style>