Shades of Blush #A95D63
Tints of Blush #A95D63
RGB
CMYK
RGB Variations
Color information
#A95D63 (or 0xA95D63) is known color: Blush. HEX triplet: A9, 5D and 63. RGB value is (169,93,99). Sum of RGB (Red+Green+Blue) = 169+93+99=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D63 is #56A29C. Grayscale: #747474. Windows color (decimal): -5677725 or 6512041. OLE color: 6512041.
HSL color Cylindrical-coordinate representation of color #A95D63: hue angle of 355.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95D63 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 93 | 99 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.34 |
| HSL | 355.26º | 0.31% | 0.51% | - |
| HSV(B) | 355.26º | 0.45% | 0.66% | - |
| XYZ | 22.53 | 17.16 | 13.93 | - |
| YUV | 116.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 99 | 0 | 0.45 | 0.41 | 0.34 | 355.26 | 0.31 | 0.51 |
| Hex | A9 | 5D | 63 | 0 | 2D | 29 | 22 | 163 | 1F | 33 |
| Octal | 251 | 135 | 143 | 0 | 55 | 51 | 42 | 543 | 37 | 63 |
| Binary | 10101001 | 1011101 | 1100011 | 0 | 101101 | 101001 | 100010 | 101100011 | 11111 | 110011 |
Color Harmonies of #A95D63
Complementary color
Monochromatic Colors of #A95D63
Black with #A95D63
Text Example
Text Example
White with #A95D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95D63; }
p { color: rgb(169,93,99); }
H1.HeaderClassName
{
color: #A95D63;
}
.AnyTagClassName
{
color: #A95D63;
}
</style>
background-color css
<style>
a { background-color: #A95D63; }
a { background-color: rgb(169,93,99); }
div.DivClassName
{
background-color: #A95D63;
}
.BgClassName
{
background-color: #A95D63;
}
</style>
border-color css
<style>
span { border-color: #A95D63; }
span { border-color: rgb(169,93,99); }
td.TdClassName
{
border-color: #A95D63;
}
.TagClassName
{
border-color: #A95D63;
}
</style>