Shades of Rouge #A8386B
Tints of Rouge #A8386B
RGB
CMYK
RGB Variations
Color information
#A8386B (or 0xA8386B) is known color: Rouge. HEX triplet: A8, 38 and 6B. RGB value is (168,56,107). Sum of RGB (Red+Green+Blue) = 168+56+107=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8386B is #57C794. Grayscale: #5F5F5F. Windows color (decimal): -5752725 or 7026856. OLE color: 7026856.
HSL color Cylindrical-coordinate representation of color #A8386B: hue angle of 332.68º 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 #A8386B is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 107 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.34 |
| HSL | 332.68º | 0.5% | 0.44% | - |
| HSV(B) | 332.68º | 0.67% | 0.66% | - |
| XYZ | 20.22 | 12.21 | 15.2 | - |
| YUV | 95.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 107 | 0 | 0.67 | 0.36 | 0.34 | 332.68 | 0.5 | 0.44 |
| Hex | A8 | 38 | 6B | 0 | 43 | 24 | 22 | 14D | 32 | 2C |
| Octal | 250 | 70 | 153 | 0 | 103 | 44 | 42 | 515 | 62 | 54 |
| Binary | 10101000 | 111000 | 1101011 | 0 | 1000011 | 100100 | 100010 | 101001101 | 110010 | 101100 |
Color Harmonies of #A8386B
Complementary color
Monochromatic Colors of #A8386B
Black with #A8386B
Text Example
Text Example
White with #A8386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8386B; }
p { color: rgb(168,56,107); }
H1.HeaderClassName
{
color: #A8386B;
}
.AnyTagClassName
{
color: #A8386B;
}
</style>
background-color css
<style>
a { background-color: #A8386B; }
a { background-color: rgb(168,56,107); }
div.DivClassName
{
background-color: #A8386B;
}
.BgClassName
{
background-color: #A8386B;
}
</style>
border-color css
<style>
span { border-color: #A8386B; }
span { border-color: rgb(168,56,107); }
td.TdClassName
{
border-color: #A8386B;
}
.TagClassName
{
border-color: #A8386B;
}
</style>