Shades of Blush #A5596E
Tints of Blush #A5596E
RGB
CMYK
RGB Variations
Color information
#A5596E (or 0xA5596E) is known color: Blush. HEX triplet: A5, 59 and 6E. RGB value is (165,89,110). Sum of RGB (Red+Green+Blue) = 165+89+110=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5596E is #5AA691. Grayscale: #727272. Windows color (decimal): -5940882 or 7231909. OLE color: 7231909.
HSL color Cylindrical-coordinate representation of color #A5596E: hue angle of 343.42º 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 #A5596E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 110 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.35 |
| HSL | 343.42º | 0.3% | 0.5% | - |
| HSV(B) | 343.42º | 0.46% | 0.65% | - |
| XYZ | 21.9 | 16.27 | 16.74 | - |
| YUV | 114.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 110 | 0 | 0.46 | 0.33 | 0.35 | 343.42 | 0.3 | 0.5 |
| Hex | A5 | 59 | 6E | 0 | 2E | 21 | 23 | 157 | 1E | 32 |
| Octal | 245 | 131 | 156 | 0 | 56 | 41 | 43 | 527 | 36 | 62 |
| Binary | 10100101 | 1011001 | 1101110 | 0 | 101110 | 100001 | 100011 | 101010111 | 11110 | 110010 |
Color Harmonies of #A5596E
Complementary color
Monochromatic Colors of #A5596E
Black with #A5596E
Text Example
Text Example
White with #A5596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5596E; }
p { color: rgb(165,89,110); }
H1.HeaderClassName
{
color: #A5596E;
}
.AnyTagClassName
{
color: #A5596E;
}
</style>
background-color css
<style>
a { background-color: #A5596E; }
a { background-color: rgb(165,89,110); }
div.DivClassName
{
background-color: #A5596E;
}
.BgClassName
{
background-color: #A5596E;
}
</style>
border-color css
<style>
span { border-color: #A5596E; }
span { border-color: rgb(165,89,110); }
td.TdClassName
{
border-color: #A5596E;
}
.TagClassName
{
border-color: #A5596E;
}
</style>