Shades of Blush #AD546D
Tints of Blush #AD546D
RGB
CMYK
RGB Variations
Color information
#AD546D (or 0xAD546D) is known color: Blush. HEX triplet: AD, 54 and 6D. RGB value is (173,84,109). Sum of RGB (Red+Green+Blue) = 173+84+109=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD546D is #52AB92. Grayscale: #717171. Windows color (decimal): -5417875 or 7165101. OLE color: 7165101.
HSL color Cylindrical-coordinate representation of color #AD546D: hue angle of 343.15º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD546D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 109 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.32 |
| HSL | 343.15º | 0.35% | 0.5% | - |
| HSV(B) | 343.15º | 0.51% | 0.68% | - |
| XYZ | 23.16 | 16.33 | 16.4 | - |
| YUV | 113.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 109 | 0 | 0.51 | 0.37 | 0.32 | 343.15 | 0.35 | 0.5 |
| Hex | AD | 54 | 6D | 0 | 33 | 25 | 20 | 157 | 23 | 32 |
| Octal | 255 | 124 | 155 | 0 | 63 | 45 | 40 | 527 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1101101 | 0 | 110011 | 100101 | 100000 | 101010111 | 100011 | 110010 |
Color Harmonies of #AD546D
Complementary color
Monochromatic Colors of #AD546D
Black with #AD546D
Text Example
Text Example
White with #AD546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD546D; }
p { color: rgb(173,84,109); }
H1.HeaderClassName
{
color: #AD546D;
}
.AnyTagClassName
{
color: #AD546D;
}
</style>
background-color css
<style>
a { background-color: #AD546D; }
a { background-color: rgb(173,84,109); }
div.DivClassName
{
background-color: #AD546D;
}
.BgClassName
{
background-color: #AD546D;
}
</style>
border-color css
<style>
span { border-color: #AD546D; }
span { border-color: rgb(173,84,109); }
td.TdClassName
{
border-color: #AD546D;
}
.TagClassName
{
border-color: #AD546D;
}
</style>