Shades of Blush #AD536B
Tints of Blush #AD536B
RGB
CMYK
RGB Variations
Color information
#AD536B (or 0xAD536B) is known color: Blush. HEX triplet: AD, 53 and 6B. RGB value is (173,83,107). Sum of RGB (Red+Green+Blue) = 173+83+107=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536B is #52AC94. Grayscale: #707070. Windows color (decimal): -5418133 or 7033773. OLE color: 7033773.
HSL color Cylindrical-coordinate representation of color #AD536B: hue angle of 344º 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 #AD536B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 107 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.32 |
| HSL | 344º | 0.35% | 0.5% | - |
| HSV(B) | 344º | 0.52% | 0.68% | - |
| XYZ | 22.98 | 16.13 | 15.81 | - |
| YUV | 112.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 107 | 0 | 0.52 | 0.38 | 0.32 | 344 | 0.35 | 0.5 |
| Hex | AD | 53 | 6B | 0 | 34 | 26 | 20 | 158 | 23 | 32 |
| Octal | 255 | 123 | 153 | 0 | 64 | 46 | 40 | 530 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1101011 | 0 | 110100 | 100110 | 100000 | 101011000 | 100011 | 110010 |
Color Harmonies of #AD536B
Complementary color
Monochromatic Colors of #AD536B
Black with #AD536B
Text Example
Text Example
White with #AD536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD536B; }
p { color: rgb(173,83,107); }
H1.HeaderClassName
{
color: #AD536B;
}
.AnyTagClassName
{
color: #AD536B;
}
</style>
background-color css
<style>
a { background-color: #AD536B; }
a { background-color: rgb(173,83,107); }
div.DivClassName
{
background-color: #AD536B;
}
.BgClassName
{
background-color: #AD536B;
}
</style>
border-color css
<style>
span { border-color: #AD536B; }
span { border-color: rgb(173,83,107); }
td.TdClassName
{
border-color: #AD536B;
}
.TagClassName
{
border-color: #AD536B;
}
</style>