Shades of Blush #AD5B6D
Tints of Blush #AD5B6D
RGB
CMYK
RGB Variations
Color information
#AD5B6D (or 0xAD5B6D) is known color: Blush. HEX triplet: AD, 5B and 6D. RGB value is (173,91,109). Sum of RGB (Red+Green+Blue) = 173+91+109=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B6D is #52A492. Grayscale: #757575. Windows color (decimal): -5416083 or 7166893. OLE color: 7166893.
HSL color Cylindrical-coordinate representation of color #AD5B6D: hue angle of 346.83º 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 #AD5B6D is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 109 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.32 |
| HSL | 346.83º | 0.33% | 0.52% | - |
| HSV(B) | 346.83º | 0.47% | 0.68% | - |
| XYZ | 23.73 | 17.47 | 16.59 | - |
| YUV | 117.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 109 | 0 | 0.47 | 0.37 | 0.32 | 346.83 | 0.33 | 0.52 |
| Hex | AD | 5B | 6D | 0 | 2F | 25 | 20 | 15B | 21 | 34 |
| Octal | 255 | 133 | 155 | 0 | 57 | 45 | 40 | 533 | 41 | 64 |
| Binary | 10101101 | 1011011 | 1101101 | 0 | 101111 | 100101 | 100000 | 101011011 | 100001 | 110100 |
Color Harmonies of #AD5B6D
Complementary color
Monochromatic Colors of #AD5B6D
Black with #AD5B6D
Text Example
Text Example
White with #AD5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B6D; }
p { color: rgb(173,91,109); }
H1.HeaderClassName
{
color: #AD5B6D;
}
.AnyTagClassName
{
color: #AD5B6D;
}
</style>
background-color css
<style>
a { background-color: #AD5B6D; }
a { background-color: rgb(173,91,109); }
div.DivClassName
{
background-color: #AD5B6D;
}
.BgClassName
{
background-color: #AD5B6D;
}
</style>
border-color css
<style>
span { border-color: #AD5B6D; }
span { border-color: rgb(173,91,109); }
td.TdClassName
{
border-color: #AD5B6D;
}
.TagClassName
{
border-color: #AD5B6D;
}
</style>