Shades of Rouge #A8286E
Tints of Rouge #A8286E
RGB
CMYK
RGB Variations
Color information
#A8286E (or 0xA8286E) is known color: Rouge. HEX triplet: A8, 28 and 6E. RGB value is (168,40,110). Sum of RGB (Red+Green+Blue) = 168+40+110=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8286E is #57D791. Grayscale: #565656. Windows color (decimal): -5756818 or 7219368. OLE color: 7219368.
HSL color Cylindrical-coordinate representation of color #A8286E: hue angle of 327.19º 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 #A8286E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 110 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.34 |
| HSL | 327.19º | 0.62% | 0.41% | - |
| HSV(B) | 327.19º | 0.76% | 0.66% | - |
| XYZ | 19.72 | 10.97 | 15.83 | - |
| YUV | 86.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 110 | 0 | 0.76 | 0.35 | 0.34 | 327.19 | 0.62 | 0.41 |
| Hex | A8 | 28 | 6E | 0 | 4C | 23 | 22 | 147 | 3E | 29 |
| Octal | 250 | 50 | 156 | 0 | 114 | 43 | 42 | 507 | 76 | 51 |
| Binary | 10101000 | 101000 | 1101110 | 0 | 1001100 | 100011 | 100010 | 101000111 | 111110 | 101001 |
Color Harmonies of #A8286E
Complementary color
Monochromatic Colors of #A8286E
Black with #A8286E
Text Example
Text Example
White with #A8286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8286E; }
p { color: rgb(168,40,110); }
H1.HeaderClassName
{
color: #A8286E;
}
.AnyTagClassName
{
color: #A8286E;
}
</style>
background-color css
<style>
a { background-color: #A8286E; }
a { background-color: rgb(168,40,110); }
div.DivClassName
{
background-color: #A8286E;
}
.BgClassName
{
background-color: #A8286E;
}
</style>
border-color css
<style>
span { border-color: #A8286E; }
span { border-color: rgb(168,40,110); }
td.TdClassName
{
border-color: #A8286E;
}
.TagClassName
{
border-color: #A8286E;
}
</style>