Shades of Rouge #A8395E
Tints of Rouge #A8395E
RGB
CMYK
RGB Variations
Color information
#A8395E (or 0xA8395E) is known color: Rouge. HEX triplet: A8, 39 and 5E. RGB value is (168,57,94). Sum of RGB (Red+Green+Blue) = 168+57+94=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395E is #57C6A1. Grayscale: #5E5E5E. Windows color (decimal): -5752482 or 6175144. OLE color: 6175144.
HSL color Cylindrical-coordinate representation of color #A8395E: hue angle of 340º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8395E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 94 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.34 |
| HSL | 340º | 0.49% | 0.44% | - |
| HSV(B) | 340º | 0.66% | 0.66% | - |
| XYZ | 19.63 | 12.06 | 11.88 | - |
| YUV | 94.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 94 | 0 | 0.66 | 0.44 | 0.34 | 340 | 0.49 | 0.44 |
| Hex | A8 | 39 | 5E | 0 | 42 | 2C | 22 | 154 | 31 | 2C |
| Octal | 250 | 71 | 136 | 0 | 102 | 54 | 42 | 524 | 61 | 54 |
| Binary | 10101000 | 111001 | 1011110 | 0 | 1000010 | 101100 | 100010 | 101010100 | 110001 | 101100 |
Color Harmonies of #A8395E
Complementary color
Monochromatic Colors of #A8395E
Black with #A8395E
Text Example
Text Example
White with #A8395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8395E; }
p { color: rgb(168,57,94); }
H1.HeaderClassName
{
color: #A8395E;
}
.AnyTagClassName
{
color: #A8395E;
}
</style>
background-color css
<style>
a { background-color: #A8395E; }
a { background-color: rgb(168,57,94); }
div.DivClassName
{
background-color: #A8395E;
}
.BgClassName
{
background-color: #A8395E;
}
</style>
border-color css
<style>
span { border-color: #A8395E; }
span { border-color: rgb(168,57,94); }
td.TdClassName
{
border-color: #A8395E;
}
.TagClassName
{
border-color: #A8395E;
}
</style>