Shades of Blush #AD5765
Tints of Blush #AD5765
RGB
CMYK
RGB Variations
Color information
#AD5765 (or 0xAD5765) is known color: Blush. HEX triplet: AD, 57 and 65. RGB value is (173,87,101). Sum of RGB (Red+Green+Blue) = 173+87+101=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5765 is #52A89A. Grayscale: #727272. Windows color (decimal): -5417115 or 6641581. OLE color: 6641581.
HSL color Cylindrical-coordinate representation of color #AD5765: hue angle of 350.23º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5765 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 101 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.32 |
| HSL | 350.23º | 0.34% | 0.51% | - |
| HSV(B) | 350.23º | 0.5% | 0.68% | - |
| XYZ | 22.99 | 16.64 | 14.31 | - |
| YUV | 114.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 101 | 0 | 0.50 | 0.42 | 0.32 | 350.23 | 0.34 | 0.51 |
| Hex | AD | 57 | 65 | 0 | 32 | 2A | 20 | 15E | 22 | 33 |
| Octal | 255 | 127 | 145 | 0 | 62 | 52 | 40 | 536 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1100101 | 0 | 110010 | 101010 | 100000 | 101011110 | 100010 | 110011 |
Color Harmonies of #AD5765
Complementary color
Monochromatic Colors of #AD5765
Black with #AD5765
Text Example
Text Example
White with #AD5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5765; }
p { color: rgb(173,87,101); }
H1.HeaderClassName
{
color: #AD5765;
}
.AnyTagClassName
{
color: #AD5765;
}
</style>
background-color css
<style>
a { background-color: #AD5765; }
a { background-color: rgb(173,87,101); }
div.DivClassName
{
background-color: #AD5765;
}
.BgClassName
{
background-color: #AD5765;
}
</style>
border-color css
<style>
span { border-color: #AD5765; }
span { border-color: rgb(173,87,101); }
td.TdClassName
{
border-color: #AD5765;
}
.TagClassName
{
border-color: #AD5765;
}
</style>