Shades of Blush #A75666
Tints of Blush #A75666
RGB
CMYK
RGB Variations
Color information
#A75666 (or 0xA75666) is known color: Blush. HEX triplet: A7, 56 and 66. RGB value is (167,86,102). Sum of RGB (Red+Green+Blue) = 167+86+102=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A75666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75666 is #58A999. Grayscale: #707070. Windows color (decimal): -5810586 or 6706855. OLE color: 6706855.
HSL color Cylindrical-coordinate representation of color #A75666: hue angle of 348.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75666 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 102 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.35 |
| HSL | 348.15º | 0.32% | 0.5% | - |
| HSV(B) | 348.15º | 0.49% | 0.65% | - |
| XYZ | 21.66 | 15.83 | 14.48 | - |
| YUV | 112.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 102 | 0 | 0.49 | 0.39 | 0.35 | 348.15 | 0.32 | 0.5 |
| Hex | A7 | 56 | 66 | 0 | 31 | 27 | 23 | 15C | 20 | 32 |
| Octal | 247 | 126 | 146 | 0 | 61 | 47 | 43 | 534 | 40 | 62 |
| Binary | 10100111 | 1010110 | 1100110 | 0 | 110001 | 100111 | 100011 | 101011100 | 100000 | 110010 |
Color Harmonies of #A75666
Complementary color
Monochromatic Colors of #A75666
Black with #A75666
Text Example
Text Example
White with #A75666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75666; }
p { color: rgb(167,86,102); }
H1.HeaderClassName
{
color: #A75666;
}
.AnyTagClassName
{
color: #A75666;
}
</style>
background-color css
<style>
a { background-color: #A75666; }
a { background-color: rgb(167,86,102); }
div.DivClassName
{
background-color: #A75666;
}
.BgClassName
{
background-color: #A75666;
}
</style>
border-color css
<style>
span { border-color: #A75666; }
span { border-color: rgb(167,86,102); }
td.TdClassName
{
border-color: #A75666;
}
.TagClassName
{
border-color: #A75666;
}
</style>