Shades of Blush #A65766
Tints of Blush #A65766
RGB
CMYK
RGB Variations
Color information
#A65766 (or 0xA65766) is known color: Blush. HEX triplet: A6, 57 and 66. RGB value is (166,87,102). Sum of RGB (Red+Green+Blue) = 166+87+102=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65766 is #59A899. Grayscale: #707070. Windows color (decimal): -5875866 or 6707110. OLE color: 6707110.
HSL color Cylindrical-coordinate representation of color #A65766: hue angle of 348.61º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65766 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 102 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.35 |
| HSL | 348.61º | 0.31% | 0.5% | - |
| HSV(B) | 348.61º | 0.48% | 0.65% | - |
| XYZ | 21.53 | 15.88 | 14.5 | - |
| YUV | 112.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 102 | 0 | 0.48 | 0.39 | 0.35 | 348.61 | 0.31 | 0.5 |
| Hex | A6 | 57 | 66 | 0 | 30 | 27 | 23 | 15D | 1F | 32 |
| Octal | 246 | 127 | 146 | 0 | 60 | 47 | 43 | 535 | 37 | 62 |
| Binary | 10100110 | 1010111 | 1100110 | 0 | 110000 | 100111 | 100011 | 101011101 | 11111 | 110010 |
Color Harmonies of #A65766
Complementary color
Monochromatic Colors of #A65766
Black with #A65766
Text Example
Text Example
White with #A65766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65766; }
p { color: rgb(166,87,102); }
H1.HeaderClassName
{
color: #A65766;
}
.AnyTagClassName
{
color: #A65766;
}
</style>
background-color css
<style>
a { background-color: #A65766; }
a { background-color: rgb(166,87,102); }
div.DivClassName
{
background-color: #A65766;
}
.BgClassName
{
background-color: #A65766;
}
</style>
border-color css
<style>
span { border-color: #A65766; }
span { border-color: rgb(166,87,102); }
td.TdClassName
{
border-color: #A65766;
}
.TagClassName
{
border-color: #A65766;
}
</style>