Shades of Blush #A8596C
Tints of Blush #A8596C
RGB
CMYK
RGB Variations
Color information
#A8596C (or 0xA8596C) is known color: Blush. HEX triplet: A8, 59 and 6C. RGB value is (168,89,108). Sum of RGB (Red+Green+Blue) = 168+89+108=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8596C is #57A693. Grayscale: #727272. Windows color (decimal): -5744276 or 7100840. OLE color: 7100840.
HSL color Cylindrical-coordinate representation of color #A8596C: hue angle of 345.57º 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 #A8596C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 108 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.34 |
| HSL | 345.57º | 0.31% | 0.5% | - |
| HSV(B) | 345.57º | 0.47% | 0.66% | - |
| XYZ | 22.43 | 16.55 | 16.2 | - |
| YUV | 114.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 108 | 0 | 0.47 | 0.36 | 0.34 | 345.57 | 0.31 | 0.5 |
| Hex | A8 | 59 | 6C | 0 | 2F | 24 | 22 | 15A | 1F | 32 |
| Octal | 250 | 131 | 154 | 0 | 57 | 44 | 42 | 532 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1101100 | 0 | 101111 | 100100 | 100010 | 101011010 | 11111 | 110010 |
Color Harmonies of #A8596C
Complementary color
Monochromatic Colors of #A8596C
Black with #A8596C
Text Example
Text Example
White with #A8596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8596C; }
p { color: rgb(168,89,108); }
H1.HeaderClassName
{
color: #A8596C;
}
.AnyTagClassName
{
color: #A8596C;
}
</style>
background-color css
<style>
a { background-color: #A8596C; }
a { background-color: rgb(168,89,108); }
div.DivClassName
{
background-color: #A8596C;
}
.BgClassName
{
background-color: #A8596C;
}
</style>
border-color css
<style>
span { border-color: #A8596C; }
span { border-color: rgb(168,89,108); }
td.TdClassName
{
border-color: #A8596C;
}
.TagClassName
{
border-color: #A8596C;
}
</style>