Shades of Blush #A85770
Tints of Blush #A85770
RGB
CMYK
RGB Variations
Color information
#A85770 (or 0xA85770) is known color: Blush. HEX triplet: A8, 57 and 70. RGB value is (168,87,112). Sum of RGB (Red+Green+Blue) = 168+87+112=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A85770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85770 is #57A88F. Grayscale: #727272. Windows color (decimal): -5744784 or 7362472. OLE color: 7362472.
HSL color Cylindrical-coordinate representation of color #A85770: hue angle of 341.48º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85770 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 112 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.34 |
| HSL | 341.48º | 0.32% | 0.5% | - |
| HSV(B) | 341.48º | 0.48% | 0.66% | - |
| XYZ | 22.48 | 16.31 | 17.29 | - |
| YUV | 114.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 112 | 0 | 0.48 | 0.33 | 0.34 | 341.48 | 0.32 | 0.5 |
| Hex | A8 | 57 | 70 | 0 | 30 | 21 | 22 | 155 | 20 | 32 |
| Octal | 250 | 127 | 160 | 0 | 60 | 41 | 42 | 525 | 40 | 62 |
| Binary | 10101000 | 1010111 | 1110000 | 0 | 110000 | 100001 | 100010 | 101010101 | 100000 | 110010 |
Color Harmonies of #A85770
Complementary color
Monochromatic Colors of #A85770
Black with #A85770
Text Example
Text Example
White with #A85770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85770; }
p { color: rgb(168,87,112); }
H1.HeaderClassName
{
color: #A85770;
}
.AnyTagClassName
{
color: #A85770;
}
</style>
background-color css
<style>
a { background-color: #A85770; }
a { background-color: rgb(168,87,112); }
div.DivClassName
{
background-color: #A85770;
}
.BgClassName
{
background-color: #A85770;
}
</style>
border-color css
<style>
span { border-color: #A85770; }
span { border-color: rgb(168,87,112); }
td.TdClassName
{
border-color: #A85770;
}
.TagClassName
{
border-color: #A85770;
}
</style>