Shades of Rouge #A84570
Tints of Rouge #A84570
RGB
CMYK
RGB Variations
Color information
#A84570 (or 0xA84570) is known color: Rouge. HEX triplet: A8, 45 and 70. RGB value is (168,69,112). Sum of RGB (Red+Green+Blue) = 168+69+112=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A84570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84570 is #57BA8F. Grayscale: #676767. Windows color (decimal): -5749392 or 7357864. OLE color: 7357864.
HSL color Cylindrical-coordinate representation of color #A84570: hue angle of 333.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84570 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 112 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.34 |
| HSL | 333.94º | 0.42% | 0.46% | - |
| HSV(B) | 333.94º | 0.59% | 0.66% | - |
| XYZ | 21.2 | 13.75 | 16.87 | - |
| YUV | 103.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 112 | 0 | 0.59 | 0.33 | 0.34 | 333.94 | 0.42 | 0.46 |
| Hex | A8 | 45 | 70 | 0 | 3B | 21 | 22 | 14E | 2A | 2E |
| Octal | 250 | 105 | 160 | 0 | 73 | 41 | 42 | 516 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1110000 | 0 | 111011 | 100001 | 100010 | 101001110 | 101010 | 101110 |
Color Harmonies of #A84570
Complementary color
Monochromatic Colors of #A84570
Black with #A84570
Text Example
Text Example
White with #A84570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84570; }
p { color: rgb(168,69,112); }
H1.HeaderClassName
{
color: #A84570;
}
.AnyTagClassName
{
color: #A84570;
}
</style>
background-color css
<style>
a { background-color: #A84570; }
a { background-color: rgb(168,69,112); }
div.DivClassName
{
background-color: #A84570;
}
.BgClassName
{
background-color: #A84570;
}
</style>
border-color css
<style>
span { border-color: #A84570; }
span { border-color: rgb(168,69,112); }
td.TdClassName
{
border-color: #A84570;
}
.TagClassName
{
border-color: #A84570;
}
</style>