Shades of Blush #AD5C5F
Tints of Blush #AD5C5F
RGB
CMYK
RGB Variations
Color information
#AD5C5F (or 0xAD5C5F) is known color: Blush. HEX triplet: AD, 5C and 5F. RGB value is (173,92,95). Sum of RGB (Red+Green+Blue) = 173+92+95=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C5F is #52A3A0. Grayscale: #747474. Windows color (decimal): -5415841 or 6249645. OLE color: 6249645.
HSL color Cylindrical-coordinate representation of color #AD5C5F: hue angle of 357.78º 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 #AD5C5F is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 95 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.32 |
| HSL | 357.78º | 0.33% | 0.52% | - |
| HSV(B) | 357.78º | 0.47% | 0.68% | - |
| XYZ | 23.13 | 17.36 | 12.96 | - |
| YUV | 116.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 95 | 0 | 0.47 | 0.45 | 0.32 | 357.78 | 0.33 | 0.52 |
| Hex | AD | 5C | 5F | 0 | 2F | 2D | 20 | 166 | 21 | 34 |
| Octal | 255 | 134 | 137 | 0 | 57 | 55 | 40 | 546 | 41 | 64 |
| Binary | 10101101 | 1011100 | 1011111 | 0 | 101111 | 101101 | 100000 | 101100110 | 100001 | 110100 |
Color Harmonies of #AD5C5F
Complementary color
Monochromatic Colors of #AD5C5F
Black with #AD5C5F
Text Example
Text Example
White with #AD5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C5F; }
p { color: rgb(173,92,95); }
H1.HeaderClassName
{
color: #AD5C5F;
}
.AnyTagClassName
{
color: #AD5C5F;
}
</style>
background-color css
<style>
a { background-color: #AD5C5F; }
a { background-color: rgb(173,92,95); }
div.DivClassName
{
background-color: #AD5C5F;
}
.BgClassName
{
background-color: #AD5C5F;
}
</style>
border-color css
<style>
span { border-color: #AD5C5F; }
span { border-color: rgb(173,92,95); }
td.TdClassName
{
border-color: #AD5C5F;
}
.TagClassName
{
border-color: #AD5C5F;
}
</style>