Shades of Rouge #A84370
Tints of Rouge #A84370
RGB
CMYK
RGB Variations
Color information
#A84370 (or 0xA84370) is known color: Rouge. HEX triplet: A8, 43 and 70. RGB value is (168,67,112). Sum of RGB (Red+Green+Blue) = 168+67+112=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A84370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84370 is #57BC8F. Grayscale: #666666. Windows color (decimal): -5749904 or 7357352. OLE color: 7357352.
HSL color Cylindrical-coordinate representation of color #A84370: hue angle of 333.27º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84370 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 112 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.34 |
| HSL | 333.27º | 0.43% | 0.46% | - |
| HSV(B) | 333.27º | 0.6% | 0.66% | - |
| XYZ | 21.08 | 13.51 | 16.83 | - |
| YUV | 102.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 112 | 0 | 0.60 | 0.33 | 0.34 | 333.27 | 0.43 | 0.46 |
| Hex | A8 | 43 | 70 | 0 | 3C | 21 | 22 | 14D | 2B | 2E |
| Octal | 250 | 103 | 160 | 0 | 74 | 41 | 42 | 515 | 53 | 56 |
| Binary | 10101000 | 1000011 | 1110000 | 0 | 111100 | 100001 | 100010 | 101001101 | 101011 | 101110 |
Color Harmonies of #A84370
Complementary color
Monochromatic Colors of #A84370
Black with #A84370
Text Example
Text Example
White with #A84370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84370; }
p { color: rgb(168,67,112); }
H1.HeaderClassName
{
color: #A84370;
}
.AnyTagClassName
{
color: #A84370;
}
</style>
background-color css
<style>
a { background-color: #A84370; }
a { background-color: rgb(168,67,112); }
div.DivClassName
{
background-color: #A84370;
}
.BgClassName
{
background-color: #A84370;
}
</style>
border-color css
<style>
span { border-color: #A84370; }
span { border-color: rgb(168,67,112); }
td.TdClassName
{
border-color: #A84370;
}
.TagClassName
{
border-color: #A84370;
}
</style>