Shades of Rouge #A8386D
Tints of Rouge #A8386D
RGB
CMYK
RGB Variations
Color information
#A8386D (or 0xA8386D) is known color: Rouge. HEX triplet: A8, 38 and 6D. RGB value is (168,56,109). Sum of RGB (Red+Green+Blue) = 168+56+109=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8386D is #57C792. Grayscale: #5F5F5F. Windows color (decimal): -5752723 or 7157928. OLE color: 7157928.
HSL color Cylindrical-coordinate representation of color #A8386D: hue angle of 331.61º 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 #A8386D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 109 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.34 |
| HSL | 331.61º | 0.5% | 0.44% | - |
| HSV(B) | 331.61º | 0.67% | 0.66% | - |
| XYZ | 20.32 | 12.26 | 15.76 | - |
| YUV | 95.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 109 | 0 | 0.67 | 0.35 | 0.34 | 331.61 | 0.5 | 0.44 |
| Hex | A8 | 38 | 6D | 0 | 43 | 23 | 22 | 14C | 32 | 2C |
| Octal | 250 | 70 | 155 | 0 | 103 | 43 | 42 | 514 | 62 | 54 |
| Binary | 10101000 | 111000 | 1101101 | 0 | 1000011 | 100011 | 100010 | 101001100 | 110010 | 101100 |
Color Harmonies of #A8386D
Complementary color
Monochromatic Colors of #A8386D
Black with #A8386D
Text Example
Text Example
White with #A8386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8386D; }
p { color: rgb(168,56,109); }
H1.HeaderClassName
{
color: #A8386D;
}
.AnyTagClassName
{
color: #A8386D;
}
</style>
background-color css
<style>
a { background-color: #A8386D; }
a { background-color: rgb(168,56,109); }
div.DivClassName
{
background-color: #A8386D;
}
.BgClassName
{
background-color: #A8386D;
}
</style>
border-color css
<style>
span { border-color: #A8386D; }
span { border-color: rgb(168,56,109); }
td.TdClassName
{
border-color: #A8386D;
}
.TagClassName
{
border-color: #A8386D;
}
</style>