Shades of Blush #A9596C
Tints of Blush #A9596C
RGB
CMYK
RGB Variations
Color information
#A9596C (or 0xA9596C) is known color: Blush. HEX triplet: A9, 59 and 6C. RGB value is (169,89,108). Sum of RGB (Red+Green+Blue) = 169+89+108=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9596C is #56A693. Grayscale: #737373. Windows color (decimal): -5678740 or 7100841. OLE color: 7100841.
HSL color Cylindrical-coordinate representation of color #A9596C: hue angle of 345.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9596C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 89 | 108 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.34 |
| HSL | 345.75º | 0.32% | 0.51% | - |
| HSV(B) | 345.75º | 0.47% | 0.66% | - |
| XYZ | 22.64 | 16.66 | 16.21 | - |
| YUV | 115.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 108 | 0 | 0.47 | 0.36 | 0.34 | 345.75 | 0.32 | 0.51 |
| Hex | A9 | 59 | 6C | 0 | 2F | 24 | 22 | 15A | 20 | 33 |
| Octal | 251 | 131 | 154 | 0 | 57 | 44 | 42 | 532 | 40 | 63 |
| Binary | 10101001 | 1011001 | 1101100 | 0 | 101111 | 100100 | 100010 | 101011010 | 100000 | 110011 |
Color Harmonies of #A9596C
Complementary color
Monochromatic Colors of #A9596C
Black with #A9596C
Text Example
Text Example
White with #A9596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9596C; }
p { color: rgb(169,89,108); }
H1.HeaderClassName
{
color: #A9596C;
}
.AnyTagClassName
{
color: #A9596C;
}
</style>
background-color css
<style>
a { background-color: #A9596C; }
a { background-color: rgb(169,89,108); }
div.DivClassName
{
background-color: #A9596C;
}
.BgClassName
{
background-color: #A9596C;
}
</style>
border-color css
<style>
span { border-color: #A9596C; }
span { border-color: rgb(169,89,108); }
td.TdClassName
{
border-color: #A9596C;
}
.TagClassName
{
border-color: #A9596C;
}
</style>