Shades of Blush #AD526B
Tints of Blush #AD526B
RGB
CMYK
RGB Variations
Color information
#AD526B (or 0xAD526B) is known color: Blush. HEX triplet: AD, 52 and 6B. RGB value is (173,82,107). Sum of RGB (Red+Green+Blue) = 173+82+107=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD526B is #52AD94. Grayscale: #707070. Windows color (decimal): -5418389 or 7033517. OLE color: 7033517.
HSL color Cylindrical-coordinate representation of color #AD526B: hue angle of 343.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD526B is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 107 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.32 |
| HSL | 343.52º | 0.36% | 0.5% | - |
| HSV(B) | 343.52º | 0.53% | 0.68% | - |
| XYZ | 22.9 | 15.98 | 15.79 | - |
| YUV | 112.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 107 | 0 | 0.53 | 0.38 | 0.32 | 343.52 | 0.36 | 0.5 |
| Hex | AD | 52 | 6B | 0 | 35 | 26 | 20 | 158 | 24 | 32 |
| Octal | 255 | 122 | 153 | 0 | 65 | 46 | 40 | 530 | 44 | 62 |
| Binary | 10101101 | 1010010 | 1101011 | 0 | 110101 | 100110 | 100000 | 101011000 | 100100 | 110010 |
Color Harmonies of #AD526B
Complementary color
Monochromatic Colors of #AD526B
Black with #AD526B
Text Example
Text Example
White with #AD526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD526B; }
p { color: rgb(173,82,107); }
H1.HeaderClassName
{
color: #AD526B;
}
.AnyTagClassName
{
color: #AD526B;
}
</style>
background-color css
<style>
a { background-color: #AD526B; }
a { background-color: rgb(173,82,107); }
div.DivClassName
{
background-color: #AD526B;
}
.BgClassName
{
background-color: #AD526B;
}
</style>
border-color css
<style>
span { border-color: #AD526B; }
span { border-color: rgb(173,82,107); }
td.TdClassName
{
border-color: #AD526B;
}
.TagClassName
{
border-color: #AD526B;
}
</style>