Shades of Rouge #A84D6B
Tints of Rouge #A84D6B
RGB
CMYK
RGB Variations
Color information
#A84D6B (or 0xA84D6B) is known color: Rouge. HEX triplet: A8, 4D and 6B. RGB value is (168,77,107). Sum of RGB (Red+Green+Blue) = 168+77+107=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84D6B is #57B294. Grayscale: #6B6B6B. Windows color (decimal): -5747349 or 7032232. OLE color: 7032232.
HSL color Cylindrical-coordinate representation of color #A84D6B: hue angle of 340.22º 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 #A84D6B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 107 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.34 |
| HSL | 340.22º | 0.37% | 0.48% | - |
| HSV(B) | 340.22º | 0.54% | 0.66% | - |
| XYZ | 21.46 | 14.69 | 15.62 | - |
| YUV | 107.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 107 | 0 | 0.54 | 0.36 | 0.34 | 340.22 | 0.37 | 0.48 |
| Hex | A8 | 4D | 6B | 0 | 36 | 24 | 22 | 154 | 25 | 30 |
| Octal | 250 | 115 | 153 | 0 | 66 | 44 | 42 | 524 | 45 | 60 |
| Binary | 10101000 | 1001101 | 1101011 | 0 | 110110 | 100100 | 100010 | 101010100 | 100101 | 110000 |
Color Harmonies of #A84D6B
Complementary color
Monochromatic Colors of #A84D6B
Black with #A84D6B
Text Example
Text Example
White with #A84D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D6B; }
p { color: rgb(168,77,107); }
H1.HeaderClassName
{
color: #A84D6B;
}
.AnyTagClassName
{
color: #A84D6B;
}
</style>
background-color css
<style>
a { background-color: #A84D6B; }
a { background-color: rgb(168,77,107); }
div.DivClassName
{
background-color: #A84D6B;
}
.BgClassName
{
background-color: #A84D6B;
}
</style>
border-color css
<style>
span { border-color: #A84D6B; }
span { border-color: rgb(168,77,107); }
td.TdClassName
{
border-color: #A84D6B;
}
.TagClassName
{
border-color: #A84D6B;
}
</style>