Shades of Rouge #A83160
Tints of Rouge #A83160
RGB
CMYK
RGB Variations
Color information
#A83160 (or 0xA83160) is known color: Rouge. HEX triplet: A8, 31 and 60. RGB value is (168,49,96). Sum of RGB (Red+Green+Blue) = 168+49+96=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A83160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83160 is #57CE9F. Grayscale: #595959. Windows color (decimal): -5754528 or 6304168. OLE color: 6304168.
HSL color Cylindrical-coordinate representation of color #A83160: hue angle of 336.3º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83160 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 96 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.34 |
| HSL | 336.3º | 0.55% | 0.43% | - |
| HSV(B) | 336.3º | 0.71% | 0.66% | - |
| XYZ | 19.36 | 11.37 | 12.24 | - |
| YUV | 89.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 96 | 0 | 0.71 | 0.43 | 0.34 | 336.3 | 0.55 | 0.43 |
| Hex | A8 | 31 | 60 | 0 | 47 | 2B | 22 | 150 | 37 | 2B |
| Octal | 250 | 61 | 140 | 0 | 107 | 53 | 42 | 520 | 67 | 53 |
| Binary | 10101000 | 110001 | 1100000 | 0 | 1000111 | 101011 | 100010 | 101010000 | 110111 | 101011 |
Color Harmonies of #A83160
Complementary color
Monochromatic Colors of #A83160
Black with #A83160
Text Example
Text Example
White with #A83160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83160; }
p { color: rgb(168,49,96); }
H1.HeaderClassName
{
color: #A83160;
}
.AnyTagClassName
{
color: #A83160;
}
</style>
background-color css
<style>
a { background-color: #A83160; }
a { background-color: rgb(168,49,96); }
div.DivClassName
{
background-color: #A83160;
}
.BgClassName
{
background-color: #A83160;
}
</style>
border-color css
<style>
span { border-color: #A83160; }
span { border-color: rgb(168,49,96); }
td.TdClassName
{
border-color: #A83160;
}
.TagClassName
{
border-color: #A83160;
}
</style>