Shades of Blush #A85C70
Tints of Blush #A85C70
RGB
CMYK
RGB Variations
Color information
#A85C70 (or 0xA85C70) is known color: Blush. HEX triplet: A8, 5C and 70. RGB value is (168,92,112). Sum of RGB (Red+Green+Blue) = 168+92+112=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C70 is #57A38F. Grayscale: #757575. Windows color (decimal): -5743504 or 7363752. OLE color: 7363752.
HSL color Cylindrical-coordinate representation of color #A85C70: hue angle of 344.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85C70 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 112 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.34 |
| HSL | 344.21º | 0.3% | 0.51% | - |
| HSV(B) | 344.21º | 0.45% | 0.66% | - |
| XYZ | 22.9 | 17.15 | 17.43 | - |
| YUV | 117 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 112 | 0 | 0.45 | 0.33 | 0.34 | 344.21 | 0.3 | 0.51 |
| Hex | A8 | 5C | 70 | 0 | 2D | 21 | 22 | 158 | 1E | 33 |
| Octal | 250 | 134 | 160 | 0 | 55 | 41 | 42 | 530 | 36 | 63 |
| Binary | 10101000 | 1011100 | 1110000 | 0 | 101101 | 100001 | 100010 | 101011000 | 11110 | 110011 |
Color Harmonies of #A85C70
Complementary color
Monochromatic Colors of #A85C70
Black with #A85C70
Text Example
Text Example
White with #A85C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C70; }
p { color: rgb(168,92,112); }
H1.HeaderClassName
{
color: #A85C70;
}
.AnyTagClassName
{
color: #A85C70;
}
</style>
background-color css
<style>
a { background-color: #A85C70; }
a { background-color: rgb(168,92,112); }
div.DivClassName
{
background-color: #A85C70;
}
.BgClassName
{
background-color: #A85C70;
}
</style>
border-color css
<style>
span { border-color: #A85C70; }
span { border-color: rgb(168,92,112); }
td.TdClassName
{
border-color: #A85C70;
}
.TagClassName
{
border-color: #A85C70;
}
</style>