Shades of Blush #A95C64
Tints of Blush #A95C64
RGB
CMYK
RGB Variations
Color information
#A95C64 (or 0xA95C64) is known color: Blush. HEX triplet: A9, 5C and 64. RGB value is (169,92,100). Sum of RGB (Red+Green+Blue) = 169+92+100=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C64 is #56A39B. Grayscale: #737373. Windows color (decimal): -5677980 or 6577321. OLE color: 6577321.
HSL color Cylindrical-coordinate representation of color #A95C64: hue angle of 353.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95C64 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 100 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.34 |
| HSL | 353.77º | 0.31% | 0.51% | - |
| HSV(B) | 353.77º | 0.46% | 0.66% | - |
| XYZ | 22.49 | 17.01 | 14.15 | - |
| YUV | 115.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 100 | 0 | 0.46 | 0.41 | 0.34 | 353.77 | 0.31 | 0.51 |
| Hex | A9 | 5C | 64 | 0 | 2E | 29 | 22 | 162 | 1F | 33 |
| Octal | 251 | 134 | 144 | 0 | 56 | 51 | 42 | 542 | 37 | 63 |
| Binary | 10101001 | 1011100 | 1100100 | 0 | 101110 | 101001 | 100010 | 101100010 | 11111 | 110011 |
Color Harmonies of #A95C64
Complementary color
Monochromatic Colors of #A95C64
Black with #A95C64
Text Example
Text Example
White with #A95C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C64; }
p { color: rgb(169,92,100); }
H1.HeaderClassName
{
color: #A95C64;
}
.AnyTagClassName
{
color: #A95C64;
}
</style>
background-color css
<style>
a { background-color: #A95C64; }
a { background-color: rgb(169,92,100); }
div.DivClassName
{
background-color: #A95C64;
}
.BgClassName
{
background-color: #A95C64;
}
</style>
border-color css
<style>
span { border-color: #A95C64; }
span { border-color: rgb(169,92,100); }
td.TdClassName
{
border-color: #A95C64;
}
.TagClassName
{
border-color: #A95C64;
}
</style>