Shades of Rouge #A83860
Tints of Rouge #A83860
RGB
CMYK
RGB Variations
Color information
#A83860 (or 0xA83860) is known color: Rouge. HEX triplet: A8, 38 and 60. RGB value is (168,56,96). Sum of RGB (Red+Green+Blue) = 168+56+96=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83860 is #57C79F. Grayscale: #5E5E5E. Windows color (decimal): -5752736 or 6305960. OLE color: 6305960.
HSL color Cylindrical-coordinate representation of color #A83860: hue angle of 338.57º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83860 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 96 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.34 |
| HSL | 338.57º | 0.5% | 0.44% | - |
| HSV(B) | 338.57º | 0.67% | 0.66% | - |
| XYZ | 19.67 | 12 | 12.35 | - |
| YUV | 94.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 96 | 0 | 0.67 | 0.43 | 0.34 | 338.57 | 0.5 | 0.44 |
| Hex | A8 | 38 | 60 | 0 | 43 | 2B | 22 | 153 | 32 | 2C |
| Octal | 250 | 70 | 140 | 0 | 103 | 53 | 42 | 523 | 62 | 54 |
| Binary | 10101000 | 111000 | 1100000 | 0 | 1000011 | 101011 | 100010 | 101010011 | 110010 | 101100 |
Color Harmonies of #A83860
Complementary color
Monochromatic Colors of #A83860
Black with #A83860
Text Example
Text Example
White with #A83860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83860; }
p { color: rgb(168,56,96); }
H1.HeaderClassName
{
color: #A83860;
}
.AnyTagClassName
{
color: #A83860;
}
</style>
background-color css
<style>
a { background-color: #A83860; }
a { background-color: rgb(168,56,96); }
div.DivClassName
{
background-color: #A83860;
}
.BgClassName
{
background-color: #A83860;
}
</style>
border-color css
<style>
span { border-color: #A83860; }
span { border-color: rgb(168,56,96); }
td.TdClassName
{
border-color: #A83860;
}
.TagClassName
{
border-color: #A83860;
}
</style>