Shades of Blush #A85868
Tints of Blush #A85868
RGB
CMYK
RGB Variations
Color information
#A85868 (or 0xA85868) is known color: Blush. HEX triplet: A8, 58 and 68. RGB value is (168,88,104). Sum of RGB (Red+Green+Blue) = 168+88+104=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A85868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85868 is #57A797. Grayscale: #717171. Windows color (decimal): -5744536 or 6838440. OLE color: 6838440.
HSL color Cylindrical-coordinate representation of color #A85868: hue angle of 348º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85868 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 104 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.34 |
| HSL | 348º | 0.31% | 0.5% | - |
| HSV(B) | 348º | 0.48% | 0.66% | - |
| XYZ | 22.14 | 16.3 | 15.08 | - |
| YUV | 113.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 104 | 0 | 0.48 | 0.38 | 0.34 | 348 | 0.31 | 0.5 |
| Hex | A8 | 58 | 68 | 0 | 30 | 26 | 22 | 15C | 1F | 32 |
| Octal | 250 | 130 | 150 | 0 | 60 | 46 | 42 | 534 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1101000 | 0 | 110000 | 100110 | 100010 | 101011100 | 11111 | 110010 |
Color Harmonies of #A85868
Complementary color
Monochromatic Colors of #A85868
Black with #A85868
Text Example
Text Example
White with #A85868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85868; }
p { color: rgb(168,88,104); }
H1.HeaderClassName
{
color: #A85868;
}
.AnyTagClassName
{
color: #A85868;
}
</style>
background-color css
<style>
a { background-color: #A85868; }
a { background-color: rgb(168,88,104); }
div.DivClassName
{
background-color: #A85868;
}
.BgClassName
{
background-color: #A85868;
}
</style>
border-color css
<style>
span { border-color: #A85868; }
span { border-color: rgb(168,88,104); }
td.TdClassName
{
border-color: #A85868;
}
.TagClassName
{
border-color: #A85868;
}
</style>