Shades of Blush #AD5A6B
Tints of Blush #AD5A6B
RGB
CMYK
RGB Variations
Color information
#AD5A6B (or 0xAD5A6B) is known color: Blush. HEX triplet: AD, 5A and 6B. RGB value is (173,90,107). Sum of RGB (Red+Green+Blue) = 173+90+107=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A6B is #52A594. Grayscale: #747474. Windows color (decimal): -5416341 or 7035565. OLE color: 7035565.
HSL color Cylindrical-coordinate representation of color #AD5A6B: hue angle of 347.71º 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 #AD5A6B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 107 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.32 |
| HSL | 347.71º | 0.34% | 0.52% | - |
| HSV(B) | 347.71º | 0.48% | 0.68% | - |
| XYZ | 23.54 | 17.26 | 16 | - |
| YUV | 116.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 107 | 0 | 0.48 | 0.38 | 0.32 | 347.71 | 0.34 | 0.52 |
| Hex | AD | 5A | 6B | 0 | 30 | 26 | 20 | 15C | 22 | 34 |
| Octal | 255 | 132 | 153 | 0 | 60 | 46 | 40 | 534 | 42 | 64 |
| Binary | 10101101 | 1011010 | 1101011 | 0 | 110000 | 100110 | 100000 | 101011100 | 100010 | 110100 |
Color Harmonies of #AD5A6B
Complementary color
Monochromatic Colors of #AD5A6B
Black with #AD5A6B
Text Example
Text Example
White with #AD5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A6B; }
p { color: rgb(173,90,107); }
H1.HeaderClassName
{
color: #AD5A6B;
}
.AnyTagClassName
{
color: #AD5A6B;
}
</style>
background-color css
<style>
a { background-color: #AD5A6B; }
a { background-color: rgb(173,90,107); }
div.DivClassName
{
background-color: #AD5A6B;
}
.BgClassName
{
background-color: #AD5A6B;
}
</style>
border-color css
<style>
span { border-color: #AD5A6B; }
span { border-color: rgb(173,90,107); }
td.TdClassName
{
border-color: #AD5A6B;
}
.TagClassName
{
border-color: #AD5A6B;
}
</style>