Shades of Blush #A65866
Tints of Blush #A65866
RGB
CMYK
RGB Variations
Color information
#A65866 (or 0xA65866) is known color: Blush. HEX triplet: A6, 58 and 66. RGB value is (166,88,102). Sum of RGB (Red+Green+Blue) = 166+88+102=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A65866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65866 is #59A799. Grayscale: #707070. Windows color (decimal): -5875610 or 6707366. OLE color: 6707366.
HSL color Cylindrical-coordinate representation of color #A65866: hue angle of 349.23º degrees, saturation: 0.31, 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 #A65866 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 102 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.35 |
| HSL | 349.23º | 0.31% | 0.5% | - |
| HSV(B) | 349.23º | 0.47% | 0.65% | - |
| XYZ | 21.61 | 16.05 | 14.53 | - |
| YUV | 112.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 102 | 0 | 0.47 | 0.39 | 0.35 | 349.23 | 0.31 | 0.5 |
| Hex | A6 | 58 | 66 | 0 | 2F | 27 | 23 | 15D | 1F | 32 |
| Octal | 246 | 130 | 146 | 0 | 57 | 47 | 43 | 535 | 37 | 62 |
| Binary | 10100110 | 1011000 | 1100110 | 0 | 101111 | 100111 | 100011 | 101011101 | 11111 | 110010 |
Color Harmonies of #A65866
Complementary color
Monochromatic Colors of #A65866
Black with #A65866
Text Example
Text Example
White with #A65866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65866; }
p { color: rgb(166,88,102); }
H1.HeaderClassName
{
color: #A65866;
}
.AnyTagClassName
{
color: #A65866;
}
</style>
background-color css
<style>
a { background-color: #A65866; }
a { background-color: rgb(166,88,102); }
div.DivClassName
{
background-color: #A65866;
}
.BgClassName
{
background-color: #A65866;
}
</style>
border-color css
<style>
span { border-color: #A65866; }
span { border-color: rgb(166,88,102); }
td.TdClassName
{
border-color: #A65866;
}
.TagClassName
{
border-color: #A65866;
}
</style>