Shades of Blush #A65668
Tints of Blush #A65668
RGB
CMYK
RGB Variations
Color information
#A65668 (or 0xA65668) is known color: Blush. HEX triplet: A6, 56 and 68. RGB value is (166,86,104). Sum of RGB (Red+Green+Blue) = 166+86+104=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A65668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65668 is #59A997. Grayscale: #6F6F6F. Windows color (decimal): -5876120 or 6837926. OLE color: 6837926.
HSL color Cylindrical-coordinate representation of color #A65668: hue angle of 346.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65668 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 104 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.35 |
| HSL | 346.5º | 0.32% | 0.49% | - |
| HSV(B) | 346.5º | 0.48% | 0.65% | - |
| XYZ | 21.55 | 15.76 | 15 | - |
| YUV | 111.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 104 | 0 | 0.48 | 0.37 | 0.35 | 346.5 | 0.32 | 0.49 |
| Hex | A6 | 56 | 68 | 0 | 30 | 25 | 23 | 15A | 20 | 31 |
| Octal | 246 | 126 | 150 | 0 | 60 | 45 | 43 | 532 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1101000 | 0 | 110000 | 100101 | 100011 | 101011010 | 100000 | 110001 |
Color Harmonies of #A65668
Complementary color
Monochromatic Colors of #A65668
Black with #A65668
Text Example
Text Example
White with #A65668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65668; }
p { color: rgb(166,86,104); }
H1.HeaderClassName
{
color: #A65668;
}
.AnyTagClassName
{
color: #A65668;
}
</style>
background-color css
<style>
a { background-color: #A65668; }
a { background-color: rgb(166,86,104); }
div.DivClassName
{
background-color: #A65668;
}
.BgClassName
{
background-color: #A65668;
}
</style>
border-color css
<style>
span { border-color: #A65668; }
span { border-color: rgb(166,86,104); }
td.TdClassName
{
border-color: #A65668;
}
.TagClassName
{
border-color: #A65668;
}
</style>