Shades of Blush #A75067
Tints of Blush #A75067
RGB
CMYK
RGB Variations
Color information
#A75067 (or 0xA75067) is known color: Blush. HEX triplet: A7, 50 and 67. RGB value is (167,80,103). Sum of RGB (Red+Green+Blue) = 167+80+103=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A75067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75067 is #58AF98. Grayscale: #6C6C6C. Windows color (decimal): -5812121 or 6770855. OLE color: 6770855.
HSL color Cylindrical-coordinate representation of color #A75067: hue angle of 344.14º 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 #A75067 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 103 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.35 |
| HSL | 344.14º | 0.35% | 0.48% | - |
| HSV(B) | 344.14º | 0.52% | 0.65% | - |
| XYZ | 21.25 | 14.93 | 14.59 | - |
| YUV | 108.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 103 | 0 | 0.52 | 0.38 | 0.35 | 344.14 | 0.35 | 0.48 |
| Hex | A7 | 50 | 67 | 0 | 34 | 26 | 23 | 158 | 23 | 30 |
| Octal | 247 | 120 | 147 | 0 | 64 | 46 | 43 | 530 | 43 | 60 |
| Binary | 10100111 | 1010000 | 1100111 | 0 | 110100 | 100110 | 100011 | 101011000 | 100011 | 110000 |
Color Harmonies of #A75067
Complementary color
Monochromatic Colors of #A75067
Black with #A75067
Text Example
Text Example
White with #A75067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75067; }
p { color: rgb(167,80,103); }
H1.HeaderClassName
{
color: #A75067;
}
.AnyTagClassName
{
color: #A75067;
}
</style>
background-color css
<style>
a { background-color: #A75067; }
a { background-color: rgb(167,80,103); }
div.DivClassName
{
background-color: #A75067;
}
.BgClassName
{
background-color: #A75067;
}
</style>
border-color css
<style>
span { border-color: #A75067; }
span { border-color: rgb(167,80,103); }
td.TdClassName
{
border-color: #A75067;
}
.TagClassName
{
border-color: #A75067;
}
</style>