Shades of Blush #A5586D
Tints of Blush #A5586D
RGB
CMYK
RGB Variations
Color information
#A5586D (or 0xA5586D) is known color: Blush. HEX triplet: A5, 58 and 6D. RGB value is (165,88,109). Sum of RGB (Red+Green+Blue) = 165+88+109=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5586D is #5AA792. Grayscale: #717171. Windows color (decimal): -5941139 or 7166117. OLE color: 7166117.
HSL color Cylindrical-coordinate representation of color #A5586D: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5586D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 109 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.35 |
| HSL | 343.64º | 0.3% | 0.5% | - |
| HSV(B) | 343.64º | 0.47% | 0.65% | - |
| XYZ | 21.77 | 16.08 | 16.43 | - |
| YUV | 113.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 109 | 0 | 0.47 | 0.34 | 0.35 | 343.64 | 0.3 | 0.5 |
| Hex | A5 | 58 | 6D | 0 | 2F | 22 | 23 | 158 | 1E | 32 |
| Octal | 245 | 130 | 155 | 0 | 57 | 42 | 43 | 530 | 36 | 62 |
| Binary | 10100101 | 1011000 | 1101101 | 0 | 101111 | 100010 | 100011 | 101011000 | 11110 | 110010 |
Color Harmonies of #A5586D
Complementary color
Monochromatic Colors of #A5586D
Black with #A5586D
Text Example
Text Example
White with #A5586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5586D; }
p { color: rgb(165,88,109); }
H1.HeaderClassName
{
color: #A5586D;
}
.AnyTagClassName
{
color: #A5586D;
}
</style>
background-color css
<style>
a { background-color: #A5586D; }
a { background-color: rgb(165,88,109); }
div.DivClassName
{
background-color: #A5586D;
}
.BgClassName
{
background-color: #A5586D;
}
</style>
border-color css
<style>
span { border-color: #A5586D; }
span { border-color: rgb(165,88,109); }
td.TdClassName
{
border-color: #A5586D;
}
.TagClassName
{
border-color: #A5586D;
}
</style>