Shades of Blush #A85963
Tints of Blush #A85963
RGB
CMYK
RGB Variations
Color information
#A85963 (or 0xA85963) is known color: Blush. HEX triplet: A8, 59 and 63. RGB value is (168,89,99). Sum of RGB (Red+Green+Blue) = 168+89+99=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A85963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85963 is #57A69C. Grayscale: #717171. Windows color (decimal): -5744285 or 6511016. OLE color: 6511016.
HSL color Cylindrical-coordinate representation of color #A85963: hue angle of 352.41º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85963 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 99 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.34 |
| HSL | 352.41º | 0.31% | 0.5% | - |
| HSV(B) | 352.41º | 0.47% | 0.66% | - |
| XYZ | 21.97 | 16.37 | 13.81 | - |
| YUV | 113.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 99 | 0 | 0.47 | 0.41 | 0.34 | 352.41 | 0.31 | 0.5 |
| Hex | A8 | 59 | 63 | 0 | 2F | 29 | 22 | 160 | 1F | 32 |
| Octal | 250 | 131 | 143 | 0 | 57 | 51 | 42 | 540 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1100011 | 0 | 101111 | 101001 | 100010 | 101100000 | 11111 | 110010 |
Color Harmonies of #A85963
Complementary color
Monochromatic Colors of #A85963
Black with #A85963
Text Example
Text Example
White with #A85963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85963; }
p { color: rgb(168,89,99); }
H1.HeaderClassName
{
color: #A85963;
}
.AnyTagClassName
{
color: #A85963;
}
</style>
background-color css
<style>
a { background-color: #A85963; }
a { background-color: rgb(168,89,99); }
div.DivClassName
{
background-color: #A85963;
}
.BgClassName
{
background-color: #A85963;
}
</style>
border-color css
<style>
span { border-color: #A85963; }
span { border-color: rgb(168,89,99); }
td.TdClassName
{
border-color: #A85963;
}
.TagClassName
{
border-color: #A85963;
}
</style>