Shades of Blush #AD5E67
Tints of Blush #AD5E67
RGB
CMYK
RGB Variations
Color information
#AD5E67 (or 0xAD5E67) is known color: Blush. HEX triplet: AD, 5E and 67. RGB value is (173,94,103). Sum of RGB (Red+Green+Blue) = 173+94+103=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E67 is #52A198. Grayscale: #767676. Windows color (decimal): -5415321 or 6774445. OLE color: 6774445.
HSL color Cylindrical-coordinate representation of color #AD5E67: hue angle of 353.16º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5E67 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 103 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.32 |
| HSL | 353.16º | 0.33% | 0.52% | - |
| HSV(B) | 353.16º | 0.46% | 0.68% | - |
| XYZ | 23.68 | 17.87 | 15.03 | - |
| YUV | 118.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 103 | 0 | 0.46 | 0.40 | 0.32 | 353.16 | 0.33 | 0.52 |
| Hex | AD | 5E | 67 | 0 | 2E | 28 | 20 | 161 | 21 | 34 |
| Octal | 255 | 136 | 147 | 0 | 56 | 50 | 40 | 541 | 41 | 64 |
| Binary | 10101101 | 1011110 | 1100111 | 0 | 101110 | 101000 | 100000 | 101100001 | 100001 | 110100 |
Color Harmonies of #AD5E67
Complementary color
Monochromatic Colors of #AD5E67
Black with #AD5E67
Text Example
Text Example
White with #AD5E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E67; }
p { color: rgb(173,94,103); }
H1.HeaderClassName
{
color: #AD5E67;
}
.AnyTagClassName
{
color: #AD5E67;
}
</style>
background-color css
<style>
a { background-color: #AD5E67; }
a { background-color: rgb(173,94,103); }
div.DivClassName
{
background-color: #AD5E67;
}
.BgClassName
{
background-color: #AD5E67;
}
</style>
border-color css
<style>
span { border-color: #AD5E67; }
span { border-color: rgb(173,94,103); }
td.TdClassName
{
border-color: #AD5E67;
}
.TagClassName
{
border-color: #AD5E67;
}
</style>