Shades of Rouge #A83A5E
Tints of Rouge #A83A5E
RGB
CMYK
RGB Variations
Color information
#A83A5E (or 0xA83A5E) is known color: Rouge. HEX triplet: A8, 3A and 5E. RGB value is (168,58,94). Sum of RGB (Red+Green+Blue) = 168+58+94=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A5E is #57C5A1. Grayscale: #5E5E5E. Windows color (decimal): -5752226 or 6175400. OLE color: 6175400.
HSL color Cylindrical-coordinate representation of color #A83A5E: hue angle of 340.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A5E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 94 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.34 |
| HSL | 340.36º | 0.49% | 0.44% | - |
| HSV(B) | 340.36º | 0.65% | 0.66% | - |
| XYZ | 19.68 | 12.16 | 11.9 | - |
| YUV | 94.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 94 | 0 | 0.65 | 0.44 | 0.34 | 340.36 | 0.49 | 0.44 |
| Hex | A8 | 3A | 5E | 0 | 41 | 2C | 22 | 154 | 31 | 2C |
| Octal | 250 | 72 | 136 | 0 | 101 | 54 | 42 | 524 | 61 | 54 |
| Binary | 10101000 | 111010 | 1011110 | 0 | 1000001 | 101100 | 100010 | 101010100 | 110001 | 101100 |
Color Harmonies of #A83A5E
Complementary color
Monochromatic Colors of #A83A5E
Black with #A83A5E
Text Example
Text Example
White with #A83A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A5E; }
p { color: rgb(168,58,94); }
H1.HeaderClassName
{
color: #A83A5E;
}
.AnyTagClassName
{
color: #A83A5E;
}
</style>
background-color css
<style>
a { background-color: #A83A5E; }
a { background-color: rgb(168,58,94); }
div.DivClassName
{
background-color: #A83A5E;
}
.BgClassName
{
background-color: #A83A5E;
}
</style>
border-color css
<style>
span { border-color: #A83A5E; }
span { border-color: rgb(168,58,94); }
td.TdClassName
{
border-color: #A83A5E;
}
.TagClassName
{
border-color: #A83A5E;
}
</style>