Shades of Blush #AD536C
Tints of Blush #AD536C
RGB
CMYK
RGB Variations
Color information
#AD536C (or 0xAD536C) is known color: Blush. HEX triplet: AD, 53 and 6C. RGB value is (173,83,108). Sum of RGB (Red+Green+Blue) = 173+83+108=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536C is #52AC93. Grayscale: #707070. Windows color (decimal): -5418132 or 7099309. OLE color: 7099309.
HSL color Cylindrical-coordinate representation of color #AD536C: hue angle of 343.33º 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 #AD536C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 108 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.32 |
| HSL | 343.33º | 0.35% | 0.5% | - |
| HSV(B) | 343.33º | 0.52% | 0.68% | - |
| XYZ | 23.03 | 16.15 | 16.09 | - |
| YUV | 112.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 108 | 0 | 0.52 | 0.38 | 0.32 | 343.33 | 0.35 | 0.5 |
| Hex | AD | 53 | 6C | 0 | 34 | 26 | 20 | 157 | 23 | 32 |
| Octal | 255 | 123 | 154 | 0 | 64 | 46 | 40 | 527 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1101100 | 0 | 110100 | 100110 | 100000 | 101010111 | 100011 | 110010 |
Color Harmonies of #AD536C
Complementary color
Monochromatic Colors of #AD536C
Black with #AD536C
Text Example
Text Example
White with #AD536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD536C; }
p { color: rgb(173,83,108); }
H1.HeaderClassName
{
color: #AD536C;
}
.AnyTagClassName
{
color: #AD536C;
}
</style>
background-color css
<style>
a { background-color: #AD536C; }
a { background-color: rgb(173,83,108); }
div.DivClassName
{
background-color: #AD536C;
}
.BgClassName
{
background-color: #AD536C;
}
</style>
border-color css
<style>
span { border-color: #AD536C; }
span { border-color: rgb(173,83,108); }
td.TdClassName
{
border-color: #AD536C;
}
.TagClassName
{
border-color: #AD536C;
}
</style>