Shades of Rouge #A84470
Tints of Rouge #A84470
RGB
CMYK
RGB Variations
Color information
#A84470 (or 0xA84470) is known color: Rouge. HEX triplet: A8, 44 and 70. RGB value is (168,68,112). Sum of RGB (Red+Green+Blue) = 168+68+112=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A84470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84470 is #57BB8F. Grayscale: #666666. Windows color (decimal): -5749648 or 7357608. OLE color: 7357608.
HSL color Cylindrical-coordinate representation of color #A84470: hue angle of 333.6º degrees, saturation: 0.42, 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 #A84470 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 112 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.34 |
| HSL | 333.6º | 0.42% | 0.46% | - |
| HSV(B) | 333.6º | 0.6% | 0.66% | - |
| XYZ | 21.14 | 13.63 | 16.85 | - |
| YUV | 102.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 112 | 0 | 0.60 | 0.33 | 0.34 | 333.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 70 | 0 | 3C | 21 | 22 | 14E | 2A | 2E |
| Octal | 250 | 104 | 160 | 0 | 74 | 41 | 42 | 516 | 52 | 56 |
| Binary | 10101000 | 1000100 | 1110000 | 0 | 111100 | 100001 | 100010 | 101001110 | 101010 | 101110 |
Color Harmonies of #A84470
Complementary color
Monochromatic Colors of #A84470
Black with #A84470
Text Example
Text Example
White with #A84470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84470; }
p { color: rgb(168,68,112); }
H1.HeaderClassName
{
color: #A84470;
}
.AnyTagClassName
{
color: #A84470;
}
</style>
background-color css
<style>
a { background-color: #A84470; }
a { background-color: rgb(168,68,112); }
div.DivClassName
{
background-color: #A84470;
}
.BgClassName
{
background-color: #A84470;
}
</style>
border-color css
<style>
span { border-color: #A84470; }
span { border-color: rgb(168,68,112); }
td.TdClassName
{
border-color: #A84470;
}
.TagClassName
{
border-color: #A84470;
}
</style>