Shades of Blush #AD5B6C
Tints of Blush #AD5B6C
RGB
CMYK
RGB Variations
Color information
#AD5B6C (or 0xAD5B6C) is known color: Blush. HEX triplet: AD, 5B and 6C. RGB value is (173,91,108). Sum of RGB (Red+Green+Blue) = 173+91+108=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B6C is #52A493. Grayscale: #757575. Windows color (decimal): -5416084 or 7101357. OLE color: 7101357.
HSL color Cylindrical-coordinate representation of color #AD5B6C: hue angle of 347.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B6C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 108 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.32 |
| HSL | 347.56º | 0.33% | 0.52% | - |
| HSV(B) | 347.56º | 0.47% | 0.68% | - |
| XYZ | 23.68 | 17.45 | 16.31 | - |
| YUV | 117.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 108 | 0 | 0.47 | 0.38 | 0.32 | 347.56 | 0.33 | 0.52 |
| Hex | AD | 5B | 6C | 0 | 2F | 26 | 20 | 15C | 21 | 34 |
| Octal | 255 | 133 | 154 | 0 | 57 | 46 | 40 | 534 | 41 | 64 |
| Binary | 10101101 | 1011011 | 1101100 | 0 | 101111 | 100110 | 100000 | 101011100 | 100001 | 110100 |
Color Harmonies of #AD5B6C
Complementary color
Monochromatic Colors of #AD5B6C
Black with #AD5B6C
Text Example
Text Example
White with #AD5B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B6C; }
p { color: rgb(173,91,108); }
H1.HeaderClassName
{
color: #AD5B6C;
}
.AnyTagClassName
{
color: #AD5B6C;
}
</style>
background-color css
<style>
a { background-color: #AD5B6C; }
a { background-color: rgb(173,91,108); }
div.DivClassName
{
background-color: #AD5B6C;
}
.BgClassName
{
background-color: #AD5B6C;
}
</style>
border-color css
<style>
span { border-color: #AD5B6C; }
span { border-color: rgb(173,91,108); }
td.TdClassName
{
border-color: #AD5B6C;
}
.TagClassName
{
border-color: #AD5B6C;
}
</style>