Shades of Blush #AD536D
Tints of Blush #AD536D
RGB
CMYK
RGB Variations
Color information
#AD536D (or 0xAD536D) is known color: Blush. HEX triplet: AD, 53 and 6D. RGB value is (173,83,109). Sum of RGB (Red+Green+Blue) = 173+83+109=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536D is #52AC92. Grayscale: #707070. Windows color (decimal): -5418131 or 7164845. OLE color: 7164845.
HSL color Cylindrical-coordinate representation of color #AD536D: hue angle of 342.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD536D is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 109 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.32 |
| HSL | 342.67º | 0.35% | 0.5% | - |
| HSV(B) | 342.67º | 0.52% | 0.68% | - |
| XYZ | 23.09 | 16.17 | 16.37 | - |
| YUV | 112.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 109 | 0 | 0.52 | 0.37 | 0.32 | 342.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 6D | 0 | 34 | 25 | 20 | 157 | 23 | 32 |
| Octal | 255 | 123 | 155 | 0 | 64 | 45 | 40 | 527 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1101101 | 0 | 110100 | 100101 | 100000 | 101010111 | 100011 | 110010 |
Color Harmonies of #AD536D
Complementary color
Monochromatic Colors of #AD536D
Black with #AD536D
Text Example
Text Example
White with #AD536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD536D; }
p { color: rgb(173,83,109); }
H1.HeaderClassName
{
color: #AD536D;
}
.AnyTagClassName
{
color: #AD536D;
}
</style>
background-color css
<style>
a { background-color: #AD536D; }
a { background-color: rgb(173,83,109); }
div.DivClassName
{
background-color: #AD536D;
}
.BgClassName
{
background-color: #AD536D;
}
</style>
border-color css
<style>
span { border-color: #AD536D; }
span { border-color: rgb(173,83,109); }
td.TdClassName
{
border-color: #AD536D;
}
.TagClassName
{
border-color: #AD536D;
}
</style>