Shades of Blush #A75867
Tints of Blush #A75867
RGB
CMYK
RGB Variations
Color information
#A75867 (or 0xA75867) is known color: Blush. HEX triplet: A7, 58 and 67. RGB value is (167,88,103). Sum of RGB (Red+Green+Blue) = 167+88+103=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A75867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75867 is #58A798. Grayscale: #717171. Windows color (decimal): -5810073 or 6772903. OLE color: 6772903.
HSL color Cylindrical-coordinate representation of color #A75867: hue angle of 348.61º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75867 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 88 | 103 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.35 |
| HSL | 348.61º | 0.31% | 0.5% | - |
| HSV(B) | 348.61º | 0.47% | 0.65% | - |
| XYZ | 21.87 | 16.17 | 14.8 | - |
| YUV | 113.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 103 | 0 | 0.47 | 0.38 | 0.35 | 348.61 | 0.31 | 0.5 |
| Hex | A7 | 58 | 67 | 0 | 2F | 26 | 23 | 15D | 1F | 32 |
| Octal | 247 | 130 | 147 | 0 | 57 | 46 | 43 | 535 | 37 | 62 |
| Binary | 10100111 | 1011000 | 1100111 | 0 | 101111 | 100110 | 100011 | 101011101 | 11111 | 110010 |
Color Harmonies of #A75867
Complementary color
Monochromatic Colors of #A75867
Black with #A75867
Text Example
Text Example
White with #A75867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75867; }
p { color: rgb(167,88,103); }
H1.HeaderClassName
{
color: #A75867;
}
.AnyTagClassName
{
color: #A75867;
}
</style>
background-color css
<style>
a { background-color: #A75867; }
a { background-color: rgb(167,88,103); }
div.DivClassName
{
background-color: #A75867;
}
.BgClassName
{
background-color: #A75867;
}
</style>
border-color css
<style>
span { border-color: #A75867; }
span { border-color: rgb(167,88,103); }
td.TdClassName
{
border-color: #A75867;
}
.TagClassName
{
border-color: #A75867;
}
</style>