Shades of Blush #A65C64
Tints of Blush #A65C64
RGB
CMYK
RGB Variations
Color information
#A65C64 (or 0xA65C64) is known color: Blush. HEX triplet: A6, 5C and 64. RGB value is (166,92,100). Sum of RGB (Red+Green+Blue) = 166+92+100=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C64 is #59A39B. Grayscale: #737373. Windows color (decimal): -5874588 or 6577318. OLE color: 6577318.
HSL color Cylindrical-coordinate representation of color #A65C64: hue angle of 353.51º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C64 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 100 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.35 |
| HSL | 353.51º | 0.29% | 0.51% | - |
| HSV(B) | 353.51º | 0.45% | 0.65% | - |
| XYZ | 21.85 | 16.68 | 14.12 | - |
| YUV | 115.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 100 | 0 | 0.45 | 0.40 | 0.35 | 353.51 | 0.29 | 0.51 |
| Hex | A6 | 5C | 64 | 0 | 2D | 28 | 23 | 162 | 1D | 33 |
| Octal | 246 | 134 | 144 | 0 | 55 | 50 | 43 | 542 | 35 | 63 |
| Binary | 10100110 | 1011100 | 1100100 | 0 | 101101 | 101000 | 100011 | 101100010 | 11101 | 110011 |
Color Harmonies of #A65C64
Complementary color
Monochromatic Colors of #A65C64
Black with #A65C64
Text Example
Text Example
White with #A65C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C64; }
p { color: rgb(166,92,100); }
H1.HeaderClassName
{
color: #A65C64;
}
.AnyTagClassName
{
color: #A65C64;
}
</style>
background-color css
<style>
a { background-color: #A65C64; }
a { background-color: rgb(166,92,100); }
div.DivClassName
{
background-color: #A65C64;
}
.BgClassName
{
background-color: #A65C64;
}
</style>
border-color css
<style>
span { border-color: #A65C64; }
span { border-color: rgb(166,92,100); }
td.TdClassName
{
border-color: #A65C64;
}
.TagClassName
{
border-color: #A65C64;
}
</style>