Shades of Blush #AD506B
Tints of Blush #AD506B
RGB
CMYK
RGB Variations
Color information
#AD506B (or 0xAD506B) is known color: Blush. HEX triplet: AD, 50 and 6B. RGB value is (173,80,107). Sum of RGB (Red+Green+Blue) = 173+80+107=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD506B is #52AF94. Grayscale: #6E6E6E. Windows color (decimal): -5418901 or 7033005. OLE color: 7033005.
HSL color Cylindrical-coordinate representation of color #AD506B: hue angle of 342.58º 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 #AD506B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 107 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.32 |
| HSL | 342.58º | 0.37% | 0.5% | - |
| HSV(B) | 342.58º | 0.54% | 0.68% | - |
| XYZ | 22.76 | 15.68 | 15.74 | - |
| YUV | 110.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 107 | 0 | 0.54 | 0.38 | 0.32 | 342.58 | 0.37 | 0.5 |
| Hex | AD | 50 | 6B | 0 | 36 | 26 | 20 | 157 | 25 | 32 |
| Octal | 255 | 120 | 153 | 0 | 66 | 46 | 40 | 527 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1101011 | 0 | 110110 | 100110 | 100000 | 101010111 | 100101 | 110010 |
Color Harmonies of #AD506B
Complementary color
Monochromatic Colors of #AD506B
Black with #AD506B
Text Example
Text Example
White with #AD506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD506B; }
p { color: rgb(173,80,107); }
H1.HeaderClassName
{
color: #AD506B;
}
.AnyTagClassName
{
color: #AD506B;
}
</style>
background-color css
<style>
a { background-color: #AD506B; }
a { background-color: rgb(173,80,107); }
div.DivClassName
{
background-color: #AD506B;
}
.BgClassName
{
background-color: #AD506B;
}
</style>
border-color css
<style>
span { border-color: #AD506B; }
span { border-color: rgb(173,80,107); }
td.TdClassName
{
border-color: #AD506B;
}
.TagClassName
{
border-color: #AD506B;
}
</style>