Shades of Blush #AD5B6A
Tints of Blush #AD5B6A
RGB
CMYK
RGB Variations
Color information
#AD5B6A (or 0xAD5B6A) is known color: Blush. HEX triplet: AD, 5B and 6A. RGB value is (173,91,106). Sum of RGB (Red+Green+Blue) = 173+91+106=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B6A is #52A495. Grayscale: #757575. Windows color (decimal): -5416086 or 6970285. OLE color: 6970285.
HSL color Cylindrical-coordinate representation of color #AD5B6A: hue angle of 349.02º 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 #AD5B6A is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 106 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.32 |
| HSL | 349.02º | 0.33% | 0.52% | - |
| HSV(B) | 349.02º | 0.47% | 0.68% | - |
| XYZ | 23.58 | 17.41 | 15.75 | - |
| YUV | 117.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 106 | 0 | 0.47 | 0.39 | 0.32 | 349.02 | 0.33 | 0.52 |
| Hex | AD | 5B | 6A | 0 | 2F | 27 | 20 | 15D | 21 | 34 |
| Octal | 255 | 133 | 152 | 0 | 57 | 47 | 40 | 535 | 41 | 64 |
| Binary | 10101101 | 1011011 | 1101010 | 0 | 101111 | 100111 | 100000 | 101011101 | 100001 | 110100 |
Color Harmonies of #AD5B6A
Complementary color
Monochromatic Colors of #AD5B6A
Black with #AD5B6A
Text Example
Text Example
White with #AD5B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B6A; }
p { color: rgb(173,91,106); }
H1.HeaderClassName
{
color: #AD5B6A;
}
.AnyTagClassName
{
color: #AD5B6A;
}
</style>
background-color css
<style>
a { background-color: #AD5B6A; }
a { background-color: rgb(173,91,106); }
div.DivClassName
{
background-color: #AD5B6A;
}
.BgClassName
{
background-color: #AD5B6A;
}
</style>
border-color css
<style>
span { border-color: #AD5B6A; }
span { border-color: rgb(173,91,106); }
td.TdClassName
{
border-color: #AD5B6A;
}
.TagClassName
{
border-color: #AD5B6A;
}
</style>