Shades of Blush #AD5A67
Tints of Blush #AD5A67
RGB
CMYK
RGB Variations
Color information
#AD5A67 (or 0xAD5A67) is known color: Blush. HEX triplet: AD, 5A and 67. RGB value is (173,90,103). Sum of RGB (Red+Green+Blue) = 173+90+103=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A67 is #52A598. Grayscale: #747474. Windows color (decimal): -5416345 or 6773421. OLE color: 6773421.
HSL color Cylindrical-coordinate representation of color #AD5A67: hue angle of 350.6º 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 #AD5A67 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 103 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.32 |
| HSL | 350.6º | 0.34% | 0.52% | - |
| HSV(B) | 350.6º | 0.48% | 0.68% | - |
| XYZ | 23.34 | 17.18 | 14.92 | - |
| YUV | 116.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 103 | 0 | 0.48 | 0.40 | 0.32 | 350.6 | 0.34 | 0.52 |
| Hex | AD | 5A | 67 | 0 | 30 | 28 | 20 | 15F | 22 | 34 |
| Octal | 255 | 132 | 147 | 0 | 60 | 50 | 40 | 537 | 42 | 64 |
| Binary | 10101101 | 1011010 | 1100111 | 0 | 110000 | 101000 | 100000 | 101011111 | 100010 | 110100 |
Color Harmonies of #AD5A67
Complementary color
Monochromatic Colors of #AD5A67
Black with #AD5A67
Text Example
Text Example
White with #AD5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A67; }
p { color: rgb(173,90,103); }
H1.HeaderClassName
{
color: #AD5A67;
}
.AnyTagClassName
{
color: #AD5A67;
}
</style>
background-color css
<style>
a { background-color: #AD5A67; }
a { background-color: rgb(173,90,103); }
div.DivClassName
{
background-color: #AD5A67;
}
.BgClassName
{
background-color: #AD5A67;
}
</style>
border-color css
<style>
span { border-color: #AD5A67; }
span { border-color: rgb(173,90,103); }
td.TdClassName
{
border-color: #AD5A67;
}
.TagClassName
{
border-color: #AD5A67;
}
</style>