Shades of Rouge #A8386A
Tints of Rouge #A8386A
RGB
CMYK
RGB Variations
Color information
#A8386A (or 0xA8386A) is known color: Rouge. HEX triplet: A8, 38 and 6A. RGB value is (168,56,106). Sum of RGB (Red+Green+Blue) = 168+56+106=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8386A is #57C795. Grayscale: #5F5F5F. Windows color (decimal): -5752726 or 6961320. OLE color: 6961320.
HSL color Cylindrical-coordinate representation of color #A8386A: hue angle of 333.21º 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 #A8386A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 106 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.34 |
| HSL | 333.21º | 0.5% | 0.44% | - |
| HSV(B) | 333.21º | 0.67% | 0.66% | - |
| XYZ | 20.16 | 12.19 | 14.93 | - |
| YUV | 95.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 106 | 0 | 0.67 | 0.37 | 0.34 | 333.21 | 0.5 | 0.44 |
| Hex | A8 | 38 | 6A | 0 | 43 | 25 | 22 | 14D | 32 | 2C |
| Octal | 250 | 70 | 152 | 0 | 103 | 45 | 42 | 515 | 62 | 54 |
| Binary | 10101000 | 111000 | 1101010 | 0 | 1000011 | 100101 | 100010 | 101001101 | 110010 | 101100 |
Color Harmonies of #A8386A
Complementary color
Monochromatic Colors of #A8386A
Black with #A8386A
Text Example
Text Example
White with #A8386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8386A; }
p { color: rgb(168,56,106); }
H1.HeaderClassName
{
color: #A8386A;
}
.AnyTagClassName
{
color: #A8386A;
}
</style>
background-color css
<style>
a { background-color: #A8386A; }
a { background-color: rgb(168,56,106); }
div.DivClassName
{
background-color: #A8386A;
}
.BgClassName
{
background-color: #A8386A;
}
</style>
border-color css
<style>
span { border-color: #A8386A; }
span { border-color: rgb(168,56,106); }
td.TdClassName
{
border-color: #A8386A;
}
.TagClassName
{
border-color: #A8386A;
}
</style>