Shades of Rouge #A8395D
Tints of Rouge #A8395D
RGB
CMYK
RGB Variations
Color information
#A8395D (or 0xA8395D) is known color: Rouge. HEX triplet: A8, 39 and 5D. RGB value is (168,57,93). Sum of RGB (Red+Green+Blue) = 168+57+93=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395D is #57C6A2. Grayscale: #5E5E5E. Windows color (decimal): -5752483 or 6109608. OLE color: 6109608.
HSL color Cylindrical-coordinate representation of color #A8395D: hue angle of 340.54º 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 #A8395D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 93 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.34 |
| HSL | 340.54º | 0.49% | 0.44% | - |
| HSV(B) | 340.54º | 0.66% | 0.66% | - |
| XYZ | 19.59 | 12.04 | 11.65 | - |
| YUV | 94.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 93 | 0 | 0.66 | 0.45 | 0.34 | 340.54 | 0.49 | 0.44 |
| Hex | A8 | 39 | 5D | 0 | 42 | 2D | 22 | 155 | 31 | 2C |
| Octal | 250 | 71 | 135 | 0 | 102 | 55 | 42 | 525 | 61 | 54 |
| Binary | 10101000 | 111001 | 1011101 | 0 | 1000010 | 101101 | 100010 | 101010101 | 110001 | 101100 |
Color Harmonies of #A8395D
Complementary color
Monochromatic Colors of #A8395D
Black with #A8395D
Text Example
Text Example
White with #A8395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8395D; }
p { color: rgb(168,57,93); }
H1.HeaderClassName
{
color: #A8395D;
}
.AnyTagClassName
{
color: #A8395D;
}
</style>
background-color css
<style>
a { background-color: #A8395D; }
a { background-color: rgb(168,57,93); }
div.DivClassName
{
background-color: #A8395D;
}
.BgClassName
{
background-color: #A8395D;
}
</style>
border-color css
<style>
span { border-color: #A8395D; }
span { border-color: rgb(168,57,93); }
td.TdClassName
{
border-color: #A8395D;
}
.TagClassName
{
border-color: #A8395D;
}
</style>