Shades of Blush #A7596C
Tints of Blush #A7596C
RGB
CMYK
RGB Variations
Color information
#A7596C (or 0xA7596C) is known color: Blush. HEX triplet: A7, 59 and 6C. RGB value is (167,89,108). Sum of RGB (Red+Green+Blue) = 167+89+108=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7596C is #58A693. Grayscale: #727272. Windows color (decimal): -5809812 or 7100839. OLE color: 7100839.
HSL color Cylindrical-coordinate representation of color #A7596C: hue angle of 345.38º 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 #A7596C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 108 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.35 |
| HSL | 345.38º | 0.31% | 0.5% | - |
| HSV(B) | 345.38º | 0.47% | 0.65% | - |
| XYZ | 22.22 | 16.44 | 16.19 | - |
| YUV | 114.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 108 | 0 | 0.47 | 0.35 | 0.35 | 345.38 | 0.31 | 0.5 |
| Hex | A7 | 59 | 6C | 0 | 2F | 23 | 23 | 159 | 1F | 32 |
| Octal | 247 | 131 | 154 | 0 | 57 | 43 | 43 | 531 | 37 | 62 |
| Binary | 10100111 | 1011001 | 1101100 | 0 | 101111 | 100011 | 100011 | 101011001 | 11111 | 110010 |
Color Harmonies of #A7596C
Complementary color
Monochromatic Colors of #A7596C
Black with #A7596C
Text Example
Text Example
White with #A7596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7596C; }
p { color: rgb(167,89,108); }
H1.HeaderClassName
{
color: #A7596C;
}
.AnyTagClassName
{
color: #A7596C;
}
</style>
background-color css
<style>
a { background-color: #A7596C; }
a { background-color: rgb(167,89,108); }
div.DivClassName
{
background-color: #A7596C;
}
.BgClassName
{
background-color: #A7596C;
}
</style>
border-color css
<style>
span { border-color: #A7596C; }
span { border-color: rgb(167,89,108); }
td.TdClassName
{
border-color: #A7596C;
}
.TagClassName
{
border-color: #A7596C;
}
</style>