Shades of Rouge #A8286D
Tints of Rouge #A8286D
RGB
CMYK
RGB Variations
Color information
#A8286D (or 0xA8286D) is known color: Rouge. HEX triplet: A8, 28 and 6D. RGB value is (168,40,109). Sum of RGB (Red+Green+Blue) = 168+40+109=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8286D is #57D792. Grayscale: #555555. Windows color (decimal): -5756819 or 7153832. OLE color: 7153832.
HSL color Cylindrical-coordinate representation of color #A8286D: hue angle of 327.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8286D is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 109 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.34 |
| HSL | 327.66º | 0.62% | 0.41% | - |
| HSV(B) | 327.66º | 0.76% | 0.66% | - |
| XYZ | 19.67 | 10.95 | 15.54 | - |
| YUV | 86.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 109 | 0 | 0.76 | 0.35 | 0.34 | 327.66 | 0.62 | 0.41 |
| Hex | A8 | 28 | 6D | 0 | 4C | 23 | 22 | 148 | 3E | 29 |
| Octal | 250 | 50 | 155 | 0 | 114 | 43 | 42 | 510 | 76 | 51 |
| Binary | 10101000 | 101000 | 1101101 | 0 | 1001100 | 100011 | 100010 | 101001000 | 111110 | 101001 |
Color Harmonies of #A8286D
Complementary color
Monochromatic Colors of #A8286D
Black with #A8286D
Text Example
Text Example
White with #A8286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8286D; }
p { color: rgb(168,40,109); }
H1.HeaderClassName
{
color: #A8286D;
}
.AnyTagClassName
{
color: #A8286D;
}
</style>
background-color css
<style>
a { background-color: #A8286D; }
a { background-color: rgb(168,40,109); }
div.DivClassName
{
background-color: #A8286D;
}
.BgClassName
{
background-color: #A8286D;
}
</style>
border-color css
<style>
span { border-color: #A8286D; }
span { border-color: rgb(168,40,109); }
td.TdClassName
{
border-color: #A8286D;
}
.TagClassName
{
border-color: #A8286D;
}
</style>