Shades of Blush #A75069
Tints of Blush #A75069
RGB
CMYK
RGB Variations
Color information
#A75069 (or 0xA75069) is known color: Blush. HEX triplet: A7, 50 and 69. RGB value is (167,80,105). Sum of RGB (Red+Green+Blue) = 167+80+105=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A75069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75069 is #58AF96. Grayscale: #6C6C6C. Windows color (decimal): -5812119 or 6901927. OLE color: 6901927.
HSL color Cylindrical-coordinate representation of color #A75069: hue angle of 342.76º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75069 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 105 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.35 |
| HSL | 342.76º | 0.35% | 0.48% | - |
| HSV(B) | 342.76º | 0.52% | 0.65% | - |
| XYZ | 21.35 | 14.97 | 15.13 | - |
| YUV | 108.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 105 | 0 | 0.52 | 0.37 | 0.35 | 342.76 | 0.35 | 0.48 |
| Hex | A7 | 50 | 69 | 0 | 34 | 25 | 23 | 157 | 23 | 30 |
| Octal | 247 | 120 | 151 | 0 | 64 | 45 | 43 | 527 | 43 | 60 |
| Binary | 10100111 | 1010000 | 1101001 | 0 | 110100 | 100101 | 100011 | 101010111 | 100011 | 110000 |
Color Harmonies of #A75069
Complementary color
Monochromatic Colors of #A75069
Black with #A75069
Text Example
Text Example
White with #A75069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75069; }
p { color: rgb(167,80,105); }
H1.HeaderClassName
{
color: #A75069;
}
.AnyTagClassName
{
color: #A75069;
}
</style>
background-color css
<style>
a { background-color: #A75069; }
a { background-color: rgb(167,80,105); }
div.DivClassName
{
background-color: #A75069;
}
.BgClassName
{
background-color: #A75069;
}
</style>
border-color css
<style>
span { border-color: #A75069; }
span { border-color: rgb(167,80,105); }
td.TdClassName
{
border-color: #A75069;
}
.TagClassName
{
border-color: #A75069;
}
</style>