Shades of Blush #A95D70
Tints of Blush #A95D70
RGB
CMYK
RGB Variations
Color information
#A95D70 (or 0xA95D70) is known color: Blush. HEX triplet: A9, 5D and 70. RGB value is (169,93,112). Sum of RGB (Red+Green+Blue) = 169+93+112=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D70 is #56A28F. Grayscale: #757575. Windows color (decimal): -5677712 or 7364009. OLE color: 7364009.
HSL color Cylindrical-coordinate representation of color #A95D70: hue angle of 345º degrees, saturation: 0.31, 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 #A95D70 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 93 | 112 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.34 |
| HSL | 345º | 0.31% | 0.51% | - |
| HSV(B) | 345º | 0.45% | 0.66% | - |
| XYZ | 23.2 | 17.43 | 17.47 | - |
| YUV | 117.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 112 | 0 | 0.45 | 0.34 | 0.34 | 345 | 0.31 | 0.51 |
| Hex | A9 | 5D | 70 | 0 | 2D | 22 | 22 | 159 | 1F | 33 |
| Octal | 251 | 135 | 160 | 0 | 55 | 42 | 42 | 531 | 37 | 63 |
| Binary | 10101001 | 1011101 | 1110000 | 0 | 101101 | 100010 | 100010 | 101011001 | 11111 | 110011 |
Color Harmonies of #A95D70
Complementary color
Monochromatic Colors of #A95D70
Black with #A95D70
Text Example
Text Example
White with #A95D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95D70; }
p { color: rgb(169,93,112); }
H1.HeaderClassName
{
color: #A95D70;
}
.AnyTagClassName
{
color: #A95D70;
}
</style>
background-color css
<style>
a { background-color: #A95D70; }
a { background-color: rgb(169,93,112); }
div.DivClassName
{
background-color: #A95D70;
}
.BgClassName
{
background-color: #A95D70;
}
</style>
border-color css
<style>
span { border-color: #A95D70; }
span { border-color: rgb(169,93,112); }
td.TdClassName
{
border-color: #A95D70;
}
.TagClassName
{
border-color: #A95D70;
}
</style>