Shades of Blush #AD5A6C
Tints of Blush #AD5A6C
RGB
CMYK
RGB Variations
Color information
#AD5A6C (or 0xAD5A6C) is known color: Blush. HEX triplet: AD, 5A and 6C. RGB value is (173,90,108). Sum of RGB (Red+Green+Blue) = 173+90+108=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A6C is #52A593. Grayscale: #747474. Windows color (decimal): -5416340 or 7101101. OLE color: 7101101.
HSL color Cylindrical-coordinate representation of color #AD5A6C: hue angle of 346.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A6C is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 108 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.32 |
| HSL | 346.99º | 0.34% | 0.52% | - |
| HSV(B) | 346.99º | 0.48% | 0.68% | - |
| XYZ | 23.6 | 17.28 | 16.28 | - |
| YUV | 116.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 108 | 0 | 0.48 | 0.38 | 0.32 | 346.99 | 0.34 | 0.52 |
| Hex | AD | 5A | 6C | 0 | 30 | 26 | 20 | 15B | 22 | 34 |
| Octal | 255 | 132 | 154 | 0 | 60 | 46 | 40 | 533 | 42 | 64 |
| Binary | 10101101 | 1011010 | 1101100 | 0 | 110000 | 100110 | 100000 | 101011011 | 100010 | 110100 |
Color Harmonies of #AD5A6C
Complementary color
Monochromatic Colors of #AD5A6C
Black with #AD5A6C
Text Example
Text Example
White with #AD5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A6C; }
p { color: rgb(173,90,108); }
H1.HeaderClassName
{
color: #AD5A6C;
}
.AnyTagClassName
{
color: #AD5A6C;
}
</style>
background-color css
<style>
a { background-color: #AD5A6C; }
a { background-color: rgb(173,90,108); }
div.DivClassName
{
background-color: #AD5A6C;
}
.BgClassName
{
background-color: #AD5A6C;
}
</style>
border-color css
<style>
span { border-color: #AD5A6C; }
span { border-color: rgb(173,90,108); }
td.TdClassName
{
border-color: #AD5A6C;
}
.TagClassName
{
border-color: #AD5A6C;
}
</style>