Shades of Rouge #A84C6B
Tints of Rouge #A84C6B
RGB
CMYK
RGB Variations
Color information
#A84C6B (or 0xA84C6B) is known color: Rouge. HEX triplet: A8, 4C and 6B. RGB value is (168,76,107). Sum of RGB (Red+Green+Blue) = 168+76+107=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C6B is #57B394. Grayscale: #6B6B6B. Windows color (decimal): -5747605 or 7031976. OLE color: 7031976.
HSL color Cylindrical-coordinate representation of color #A84C6B: hue angle of 339.78º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C6B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 107 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.34 |
| HSL | 339.78º | 0.38% | 0.48% | - |
| HSV(B) | 339.78º | 0.55% | 0.66% | - |
| XYZ | 21.39 | 14.56 | 15.59 | - |
| YUV | 107.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 107 | 0 | 0.55 | 0.36 | 0.34 | 339.78 | 0.38 | 0.48 |
| Hex | A8 | 4C | 6B | 0 | 37 | 24 | 22 | 154 | 26 | 30 |
| Octal | 250 | 114 | 153 | 0 | 67 | 44 | 42 | 524 | 46 | 60 |
| Binary | 10101000 | 1001100 | 1101011 | 0 | 110111 | 100100 | 100010 | 101010100 | 100110 | 110000 |
Color Harmonies of #A84C6B
Complementary color
Monochromatic Colors of #A84C6B
Black with #A84C6B
Text Example
Text Example
White with #A84C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C6B; }
p { color: rgb(168,76,107); }
H1.HeaderClassName
{
color: #A84C6B;
}
.AnyTagClassName
{
color: #A84C6B;
}
</style>
background-color css
<style>
a { background-color: #A84C6B; }
a { background-color: rgb(168,76,107); }
div.DivClassName
{
background-color: #A84C6B;
}
.BgClassName
{
background-color: #A84C6B;
}
</style>
border-color css
<style>
span { border-color: #A84C6B; }
span { border-color: rgb(168,76,107); }
td.TdClassName
{
border-color: #A84C6B;
}
.TagClassName
{
border-color: #A84C6B;
}
</style>