Shades of Blush #A75D64
Tints of Blush #A75D64
RGB
CMYK
RGB Variations
Color information
#A75D64 (or 0xA75D64) is known color: Blush. HEX triplet: A7, 5D and 64. RGB value is (167,93,100). Sum of RGB (Red+Green+Blue) = 167+93+100=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D64 is #58A29B. Grayscale: #737373. Windows color (decimal): -5808796 or 6577575. OLE color: 6577575.
HSL color Cylindrical-coordinate representation of color #A75D64: hue angle of 354.32º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D64 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 93 | 100 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.35 |
| HSL | 354.32º | 0.3% | 0.51% | - |
| HSV(B) | 354.32º | 0.44% | 0.65% | - |
| XYZ | 22.15 | 16.96 | 14.16 | - |
| YUV | 115.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 100 | 0 | 0.44 | 0.40 | 0.35 | 354.32 | 0.3 | 0.51 |
| Hex | A7 | 5D | 64 | 0 | 2C | 28 | 23 | 162 | 1E | 33 |
| Octal | 247 | 135 | 144 | 0 | 54 | 50 | 43 | 542 | 36 | 63 |
| Binary | 10100111 | 1011101 | 1100100 | 0 | 101100 | 101000 | 100011 | 101100010 | 11110 | 110011 |
Color Harmonies of #A75D64
Complementary color
Monochromatic Colors of #A75D64
Black with #A75D64
Text Example
Text Example
White with #A75D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75D64; }
p { color: rgb(167,93,100); }
H1.HeaderClassName
{
color: #A75D64;
}
.AnyTagClassName
{
color: #A75D64;
}
</style>
background-color css
<style>
a { background-color: #A75D64; }
a { background-color: rgb(167,93,100); }
div.DivClassName
{
background-color: #A75D64;
}
.BgClassName
{
background-color: #A75D64;
}
</style>
border-color css
<style>
span { border-color: #A75D64; }
span { border-color: rgb(167,93,100); }
td.TdClassName
{
border-color: #A75D64;
}
.TagClassName
{
border-color: #A75D64;
}
</style>