Shades of Blush #AD5C70
Tints of Blush #AD5C70
RGB
CMYK
RGB Variations
Color information
#AD5C70 (or 0xAD5C70) is known color: Blush. HEX triplet: AD, 5C and 70. RGB value is (173,92,112). Sum of RGB (Red+Green+Blue) = 173+92+112=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C70 is #52A38F. Grayscale: #767676. Windows color (decimal): -5415824 or 7363757. OLE color: 7363757.
HSL color Cylindrical-coordinate representation of color #AD5C70: hue angle of 345.19º 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 #AD5C70 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 92 | 112 | - |
CMYK | 0 | 0.47 | 0.35 | 0.32 |
HSL | 345.19º | 0.33% | 0.52% | - |
HSV(B) | 345.19º | 0.47% | 0.68% | - |
XYZ | 23.99 | 17.71 | 17.48 | - |
YUV | 118.5 | 124.34 | 166.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 92 | 112 | 0 | 0.47 | 0.35 | 0.32 | 345.19 | 0.33 | 0.52 |
Hex | AD | 5C | 70 | 0 | 2F | 23 | 20 | 159 | 21 | 34 |
Octal | 255 | 134 | 160 | 0 | 57 | 43 | 40 | 531 | 41 | 64 |
Binary | 10101101 | 1011100 | 1110000 | 0 | 101111 | 100011 | 100000 | 101011001 | 100001 | 110100 |
Color Harmonies of #AD5C70
Complementary color
Monochromatic Colors of #AD5C70
Black with #AD5C70
Text Example
Text Example
White with #AD5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C70; }
p { color: rgb(173,92,112); }
H1.HeaderClassName
{
color: #AD5C70;
}
.AnyTagClassName
{
color: #AD5C70;
}
</style>
background-color css
<style>
a { background-color: #AD5C70; }
a { background-color: rgb(173,92,112); }
div.DivClassName
{
background-color: #AD5C70;
}
.BgClassName
{
background-color: #AD5C70;
}
</style>
border-color css
<style>
span { border-color: #AD5C70; }
span { border-color: rgb(173,92,112); }
td.TdClassName
{
border-color: #AD5C70;
}
.TagClassName
{
border-color: #AD5C70;
}
</style>