Shades of Blush #AD546A
Tints of Blush #AD546A
RGB
CMYK
RGB Variations
Color information
#AD546A (or 0xAD546A) is known color: Blush. HEX triplet: AD, 54 and 6A. RGB value is (173,84,106). Sum of RGB (Red+Green+Blue) = 173+84+106=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD546A is #52AB95. Grayscale: #717171. Windows color (decimal): -5417878 or 6968493. OLE color: 6968493.
HSL color Cylindrical-coordinate representation of color #AD546A: hue angle of 345.17º 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 #AD546A is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 106 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.32 |
| HSL | 345.17º | 0.35% | 0.5% | - |
| HSV(B) | 345.17º | 0.51% | 0.68% | - |
| XYZ | 23.01 | 16.27 | 15.56 | - |
| YUV | 113.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 106 | 0 | 0.51 | 0.39 | 0.32 | 345.17 | 0.35 | 0.5 |
| Hex | AD | 54 | 6A | 0 | 33 | 27 | 20 | 159 | 23 | 32 |
| Octal | 255 | 124 | 152 | 0 | 63 | 47 | 40 | 531 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1101010 | 0 | 110011 | 100111 | 100000 | 101011001 | 100011 | 110010 |
Color Harmonies of #AD546A
Complementary color
Monochromatic Colors of #AD546A
Black with #AD546A
Text Example
Text Example
White with #AD546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD546A; }
p { color: rgb(173,84,106); }
H1.HeaderClassName
{
color: #AD546A;
}
.AnyTagClassName
{
color: #AD546A;
}
</style>
background-color css
<style>
a { background-color: #AD546A; }
a { background-color: rgb(173,84,106); }
div.DivClassName
{
background-color: #AD546A;
}
.BgClassName
{
background-color: #AD546A;
}
</style>
border-color css
<style>
span { border-color: #AD546A; }
span { border-color: rgb(173,84,106); }
td.TdClassName
{
border-color: #AD546A;
}
.TagClassName
{
border-color: #AD546A;
}
</style>