Shades of Rouge #A84E6B
Tints of Rouge #A84E6B
RGB
CMYK
RGB Variations
Color information
#A84E6B (or 0xA84E6B) is known color: Rouge. HEX triplet: A8, 4E and 6B. RGB value is (168,78,107). Sum of RGB (Red+Green+Blue) = 168+78+107=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E6B is #57B194. Grayscale: #6C6C6C. Windows color (decimal): -5747093 or 7032488. OLE color: 7032488.
HSL color Cylindrical-coordinate representation of color #A84E6B: hue angle of 340.67º 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 #A84E6B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 107 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.34 |
| HSL | 340.67º | 0.37% | 0.48% | - |
| HSV(B) | 340.67º | 0.54% | 0.66% | - |
| XYZ | 21.53 | 14.84 | 15.64 | - |
| YUV | 108.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 107 | 0 | 0.54 | 0.36 | 0.34 | 340.67 | 0.37 | 0.48 |
| Hex | A8 | 4E | 6B | 0 | 36 | 24 | 22 | 155 | 25 | 30 |
| Octal | 250 | 116 | 153 | 0 | 66 | 44 | 42 | 525 | 45 | 60 |
| Binary | 10101000 | 1001110 | 1101011 | 0 | 110110 | 100100 | 100010 | 101010101 | 100101 | 110000 |
Color Harmonies of #A84E6B
Complementary color
Monochromatic Colors of #A84E6B
Black with #A84E6B
Text Example
Text Example
White with #A84E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E6B; }
p { color: rgb(168,78,107); }
H1.HeaderClassName
{
color: #A84E6B;
}
.AnyTagClassName
{
color: #A84E6B;
}
</style>
background-color css
<style>
a { background-color: #A84E6B; }
a { background-color: rgb(168,78,107); }
div.DivClassName
{
background-color: #A84E6B;
}
.BgClassName
{
background-color: #A84E6B;
}
</style>
border-color css
<style>
span { border-color: #A84E6B; }
span { border-color: rgb(168,78,107); }
td.TdClassName
{
border-color: #A84E6B;
}
.TagClassName
{
border-color: #A84E6B;
}
</style>