Shades of Blush #A75C72
Tints of Blush #A75C72
RGB
CMYK
RGB Variations
Color information
#A75C72 (or 0xA75C72) is known color: Blush. HEX triplet: A7, 5C and 72. RGB value is (167,92,114). Sum of RGB (Red+Green+Blue) = 167+92+114=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C72 is #58A38D. Grayscale: #747474. Windows color (decimal): -5809038 or 7494823. OLE color: 7494823.
HSL color Cylindrical-coordinate representation of color #A75C72: hue angle of 342.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75C72 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 114 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.35 |
| HSL | 342.4º | 0.3% | 0.51% | - |
| HSV(B) | 342.4º | 0.45% | 0.65% | - |
| XYZ | 22.8 | 17.08 | 18.02 | - |
| YUV | 116.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 114 | 0 | 0.45 | 0.32 | 0.35 | 342.4 | 0.3 | 0.51 |
| Hex | A7 | 5C | 72 | 0 | 2D | 20 | 23 | 156 | 1E | 33 |
| Octal | 247 | 134 | 162 | 0 | 55 | 40 | 43 | 526 | 36 | 63 |
| Binary | 10100111 | 1011100 | 1110010 | 0 | 101101 | 100000 | 100011 | 101010110 | 11110 | 110011 |
Color Harmonies of #A75C72
Complementary color
Monochromatic Colors of #A75C72
Black with #A75C72
Text Example
Text Example
White with #A75C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C72; }
p { color: rgb(167,92,114); }
H1.HeaderClassName
{
color: #A75C72;
}
.AnyTagClassName
{
color: #A75C72;
}
</style>
background-color css
<style>
a { background-color: #A75C72; }
a { background-color: rgb(167,92,114); }
div.DivClassName
{
background-color: #A75C72;
}
.BgClassName
{
background-color: #A75C72;
}
</style>
border-color css
<style>
span { border-color: #A75C72; }
span { border-color: rgb(167,92,114); }
td.TdClassName
{
border-color: #A75C72;
}
.TagClassName
{
border-color: #A75C72;
}
</style>