Shades of Blush #A8596B
Tints of Blush #A8596B
RGB
CMYK
RGB Variations
Color information
#A8596B (or 0xA8596B) is known color: Blush. HEX triplet: A8, 59 and 6B. RGB value is (168,89,107). Sum of RGB (Red+Green+Blue) = 168+89+107=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8596B is #57A694. Grayscale: #727272. Windows color (decimal): -5744277 or 7035304. OLE color: 7035304.
HSL color Cylindrical-coordinate representation of color #A8596B: hue angle of 346.33º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8596B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 107 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.34 |
| HSL | 346.33º | 0.31% | 0.5% | - |
| HSV(B) | 346.33º | 0.47% | 0.66% | - |
| XYZ | 22.37 | 16.53 | 15.92 | - |
| YUV | 114.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 107 | 0 | 0.47 | 0.36 | 0.34 | 346.33 | 0.31 | 0.5 |
| Hex | A8 | 59 | 6B | 0 | 2F | 24 | 22 | 15A | 1F | 32 |
| Octal | 250 | 131 | 153 | 0 | 57 | 44 | 42 | 532 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1101011 | 0 | 101111 | 100100 | 100010 | 101011010 | 11111 | 110010 |
Color Harmonies of #A8596B
Complementary color
Monochromatic Colors of #A8596B
Black with #A8596B
Text Example
Text Example
White with #A8596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8596B; }
p { color: rgb(168,89,107); }
H1.HeaderClassName
{
color: #A8596B;
}
.AnyTagClassName
{
color: #A8596B;
}
</style>
background-color css
<style>
a { background-color: #A8596B; }
a { background-color: rgb(168,89,107); }
div.DivClassName
{
background-color: #A8596B;
}
.BgClassName
{
background-color: #A8596B;
}
</style>
border-color css
<style>
span { border-color: #A8596B; }
span { border-color: rgb(168,89,107); }
td.TdClassName
{
border-color: #A8596B;
}
.TagClassName
{
border-color: #A8596B;
}
</style>