Shades of Blush #A5596C
Tints of Blush #A5596C
RGB
CMYK
RGB Variations
Color information
#A5596C (or 0xA5596C) is known color: Blush. HEX triplet: A5, 59 and 6C. RGB value is (165,89,108). Sum of RGB (Red+Green+Blue) = 165+89+108=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5596C is #5AA693. Grayscale: #717171. Windows color (decimal): -5940884 or 7100837. OLE color: 7100837.
HSL color Cylindrical-coordinate representation of color #A5596C: hue angle of 345º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5596C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 108 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.35 |
| HSL | 345º | 0.3% | 0.5% | - |
| HSV(B) | 345º | 0.46% | 0.65% | - |
| XYZ | 21.8 | 16.23 | 16.17 | - |
| YUV | 113.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 108 | 0 | 0.46 | 0.35 | 0.35 | 345 | 0.3 | 0.5 |
| Hex | A5 | 59 | 6C | 0 | 2E | 23 | 23 | 159 | 1E | 32 |
| Octal | 245 | 131 | 154 | 0 | 56 | 43 | 43 | 531 | 36 | 62 |
| Binary | 10100101 | 1011001 | 1101100 | 0 | 101110 | 100011 | 100011 | 101011001 | 11110 | 110010 |
Color Harmonies of #A5596C
Complementary color
Monochromatic Colors of #A5596C
Black with #A5596C
Text Example
Text Example
White with #A5596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5596C; }
p { color: rgb(165,89,108); }
H1.HeaderClassName
{
color: #A5596C;
}
.AnyTagClassName
{
color: #A5596C;
}
</style>
background-color css
<style>
a { background-color: #A5596C; }
a { background-color: rgb(165,89,108); }
div.DivClassName
{
background-color: #A5596C;
}
.BgClassName
{
background-color: #A5596C;
}
</style>
border-color css
<style>
span { border-color: #A5596C; }
span { border-color: rgb(165,89,108); }
td.TdClassName
{
border-color: #A5596C;
}
.TagClassName
{
border-color: #A5596C;
}
</style>