Shades of Blush #A85465
Tints of Blush #A85465
RGB
CMYK
RGB Variations
Color information
#A85465 (or 0xA85465) is known color: Blush. HEX triplet: A8, 54 and 65. RGB value is (168,84,101). Sum of RGB (Red+Green+Blue) = 168+84+101=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85465 is #57AB9A. Grayscale: #6F6F6F. Windows color (decimal): -5745563 or 6640808. OLE color: 6640808.
HSL color Cylindrical-coordinate representation of color #A85465: hue angle of 347.86º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85465 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 101 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.34 |
| HSL | 347.86º | 0.33% | 0.49% | - |
| HSV(B) | 347.86º | 0.5% | 0.66% | - |
| XYZ | 21.67 | 15.61 | 14.18 | - |
| YUV | 111.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 101 | 0 | 0.5 | 0.40 | 0.34 | 347.86 | 0.33 | 0.49 |
| Hex | A8 | 54 | 65 | 0 | 32 | 28 | 22 | 15C | 21 | 31 |
| Octal | 250 | 124 | 145 | 0 | 62 | 50 | 42 | 534 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1100101 | 0 | 110010 | 101000 | 100010 | 101011100 | 100001 | 110001 |
Color Harmonies of #A85465
Complementary color
Monochromatic Colors of #A85465
Black with #A85465
Text Example
Text Example
White with #A85465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85465; }
p { color: rgb(168,84,101); }
H1.HeaderClassName
{
color: #A85465;
}
.AnyTagClassName
{
color: #A85465;
}
</style>
background-color css
<style>
a { background-color: #A85465; }
a { background-color: rgb(168,84,101); }
div.DivClassName
{
background-color: #A85465;
}
.BgClassName
{
background-color: #A85465;
}
</style>
border-color css
<style>
span { border-color: #A85465; }
span { border-color: rgb(168,84,101); }
td.TdClassName
{
border-color: #A85465;
}
.TagClassName
{
border-color: #A85465;
}
</style>