Shades of Blush #A84E6A
Tints of Blush #A84E6A
RGB
CMYK
RGB Variations
Color information
#A84E6A (or 0xA84E6A) is known color: Blush. HEX triplet: A8, 4E and 6A. RGB value is (168,78,106). Sum of RGB (Red+Green+Blue) = 168+78+106=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E6A is #57B195. Grayscale: #6C6C6C. Windows color (decimal): -5747094 or 6966952. OLE color: 6966952.
HSL color Cylindrical-coordinate representation of color #A84E6A: hue angle of 341.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E6A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 106 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.34 |
| HSL | 341.33º | 0.37% | 0.48% | - |
| HSV(B) | 341.33º | 0.54% | 0.66% | - |
| XYZ | 21.47 | 14.81 | 15.36 | - |
| YUV | 108.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 106 | 0 | 0.54 | 0.37 | 0.34 | 341.33 | 0.37 | 0.48 |
| Hex | A8 | 4E | 6A | 0 | 36 | 25 | 22 | 155 | 25 | 30 |
| Octal | 250 | 116 | 152 | 0 | 66 | 45 | 42 | 525 | 45 | 60 |
| Binary | 10101000 | 1001110 | 1101010 | 0 | 110110 | 100101 | 100010 | 101010101 | 100101 | 110000 |
Color Harmonies of #A84E6A
Complementary color
Monochromatic Colors of #A84E6A
Black with #A84E6A
Text Example
Text Example
White with #A84E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E6A; }
p { color: rgb(168,78,106); }
H1.HeaderClassName
{
color: #A84E6A;
}
.AnyTagClassName
{
color: #A84E6A;
}
</style>
background-color css
<style>
a { background-color: #A84E6A; }
a { background-color: rgb(168,78,106); }
div.DivClassName
{
background-color: #A84E6A;
}
.BgClassName
{
background-color: #A84E6A;
}
</style>
border-color css
<style>
span { border-color: #A84E6A; }
span { border-color: rgb(168,78,106); }
td.TdClassName
{
border-color: #A84E6A;
}
.TagClassName
{
border-color: #A84E6A;
}
</style>