Shades of Blush #AD5468
Tints of Blush #AD5468
RGB
CMYK
RGB Variations
Color information
#AD5468 (or 0xAD5468) is known color: Blush. HEX triplet: AD, 54 and 68. RGB value is (173,84,104). Sum of RGB (Red+Green+Blue) = 173+84+104=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5468 is #52AB97. Grayscale: #707070. Windows color (decimal): -5417880 or 6837421. OLE color: 6837421.
HSL color Cylindrical-coordinate representation of color #AD5468: hue angle of 346.52º 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 #AD5468 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 104 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.32 |
| HSL | 346.52º | 0.35% | 0.5% | - |
| HSV(B) | 346.52º | 0.51% | 0.68% | - |
| XYZ | 22.9 | 16.22 | 15.02 | - |
| YUV | 112.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 104 | 0 | 0.51 | 0.40 | 0.32 | 346.52 | 0.35 | 0.5 |
| Hex | AD | 54 | 68 | 0 | 33 | 28 | 20 | 15B | 23 | 32 |
| Octal | 255 | 124 | 150 | 0 | 63 | 50 | 40 | 533 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1101000 | 0 | 110011 | 101000 | 100000 | 101011011 | 100011 | 110010 |
Color Harmonies of #AD5468
Complementary color
Monochromatic Colors of #AD5468
Black with #AD5468
Text Example
Text Example
White with #AD5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5468; }
p { color: rgb(173,84,104); }
H1.HeaderClassName
{
color: #AD5468;
}
.AnyTagClassName
{
color: #AD5468;
}
</style>
background-color css
<style>
a { background-color: #AD5468; }
a { background-color: rgb(173,84,104); }
div.DivClassName
{
background-color: #AD5468;
}
.BgClassName
{
background-color: #AD5468;
}
</style>
border-color css
<style>
span { border-color: #AD5468; }
span { border-color: rgb(173,84,104); }
td.TdClassName
{
border-color: #AD5468;
}
.TagClassName
{
border-color: #AD5468;
}
</style>