Shades of Blush #A65868
Tints of Blush #A65868
RGB
CMYK
RGB Variations
Color information
#A65868 (or 0xA65868) is known color: Blush. HEX triplet: A6, 58 and 68. RGB value is (166,88,104). Sum of RGB (Red+Green+Blue) = 166+88+104=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A65868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65868 is #59A797. Grayscale: #717171. Windows color (decimal): -5875608 or 6838438. OLE color: 6838438.
HSL color Cylindrical-coordinate representation of color #A65868: hue angle of 347.69º 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 #A65868 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 104 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.35 |
| HSL | 347.69º | 0.31% | 0.5% | - |
| HSV(B) | 347.69º | 0.47% | 0.65% | - |
| XYZ | 21.71 | 16.09 | 15.06 | - |
| YUV | 113.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 104 | 0 | 0.47 | 0.37 | 0.35 | 347.69 | 0.31 | 0.5 |
| Hex | A6 | 58 | 68 | 0 | 2F | 25 | 23 | 15C | 1F | 32 |
| Octal | 246 | 130 | 150 | 0 | 57 | 45 | 43 | 534 | 37 | 62 |
| Binary | 10100110 | 1011000 | 1101000 | 0 | 101111 | 100101 | 100011 | 101011100 | 11111 | 110010 |
Color Harmonies of #A65868
Complementary color
Monochromatic Colors of #A65868
Black with #A65868
Text Example
Text Example
White with #A65868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65868; }
p { color: rgb(166,88,104); }
H1.HeaderClassName
{
color: #A65868;
}
.AnyTagClassName
{
color: #A65868;
}
</style>
background-color css
<style>
a { background-color: #A65868; }
a { background-color: rgb(166,88,104); }
div.DivClassName
{
background-color: #A65868;
}
.BgClassName
{
background-color: #A65868;
}
</style>
border-color css
<style>
span { border-color: #A65868; }
span { border-color: rgb(166,88,104); }
td.TdClassName
{
border-color: #A65868;
}
.TagClassName
{
border-color: #A65868;
}
</style>