Shades of Blush #A85667
Tints of Blush #A85667
RGB
CMYK
RGB Variations
Color information
#A85667 (or 0xA85667) is known color: Blush. HEX triplet: A8, 56 and 67. RGB value is (168,86,103). Sum of RGB (Red+Green+Blue) = 168+86+103=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A85667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85667 is #57A998. Grayscale: #707070. Windows color (decimal): -5745049 or 6772392. OLE color: 6772392.
HSL color Cylindrical-coordinate representation of color #A85667: hue angle of 347.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85667 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 103 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.34 |
| HSL | 347.56º | 0.32% | 0.5% | - |
| HSV(B) | 347.56º | 0.49% | 0.66% | - |
| XYZ | 21.92 | 15.96 | 14.76 | - |
| YUV | 112.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 103 | 0 | 0.49 | 0.39 | 0.34 | 347.56 | 0.32 | 0.5 |
| Hex | A8 | 56 | 67 | 0 | 31 | 27 | 22 | 15C | 20 | 32 |
| Octal | 250 | 126 | 147 | 0 | 61 | 47 | 42 | 534 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1100111 | 0 | 110001 | 100111 | 100010 | 101011100 | 100000 | 110010 |
Color Harmonies of #A85667
Complementary color
Monochromatic Colors of #A85667
Black with #A85667
Text Example
Text Example
White with #A85667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85667; }
p { color: rgb(168,86,103); }
H1.HeaderClassName
{
color: #A85667;
}
.AnyTagClassName
{
color: #A85667;
}
</style>
background-color css
<style>
a { background-color: #A85667; }
a { background-color: rgb(168,86,103); }
div.DivClassName
{
background-color: #A85667;
}
.BgClassName
{
background-color: #A85667;
}
</style>
border-color css
<style>
span { border-color: #A85667; }
span { border-color: rgb(168,86,103); }
td.TdClassName
{
border-color: #A85667;
}
.TagClassName
{
border-color: #A85667;
}
</style>