Shades of Rouge #A8306E
Tints of Rouge #A8306E
RGB
CMYK
RGB Variations
Color information
#A8306E (or 0xA8306E) is known color: Rouge. HEX triplet: A8, 30 and 6E. RGB value is (168,48,110). Sum of RGB (Red+Green+Blue) = 168+48+110=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8306E is #57CF91. Grayscale: #5A5A5A. Windows color (decimal): -5754770 or 7221416. OLE color: 7221416.
HSL color Cylindrical-coordinate representation of color #A8306E: hue angle of 329º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8306E is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 110 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.34 |
| HSL | 329º | 0.56% | 0.42% | - |
| HSV(B) | 329º | 0.71% | 0.66% | - |
| XYZ | 20.02 | 11.56 | 15.93 | - |
| YUV | 90.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 110 | 0 | 0.71 | 0.35 | 0.34 | 329 | 0.56 | 0.42 |
| Hex | A8 | 30 | 6E | 0 | 47 | 23 | 22 | 149 | 38 | 2A |
| Octal | 250 | 60 | 156 | 0 | 107 | 43 | 42 | 511 | 70 | 52 |
| Binary | 10101000 | 110000 | 1101110 | 0 | 1000111 | 100011 | 100010 | 101001001 | 111000 | 101010 |
Color Harmonies of #A8306E
Complementary color
Monochromatic Colors of #A8306E
Black with #A8306E
Text Example
Text Example
White with #A8306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8306E; }
p { color: rgb(168,48,110); }
H1.HeaderClassName
{
color: #A8306E;
}
.AnyTagClassName
{
color: #A8306E;
}
</style>
background-color css
<style>
a { background-color: #A8306E; }
a { background-color: rgb(168,48,110); }
div.DivClassName
{
background-color: #A8306E;
}
.BgClassName
{
background-color: #A8306E;
}
</style>
border-color css
<style>
span { border-color: #A8306E; }
span { border-color: rgb(168,48,110); }
td.TdClassName
{
border-color: #A8306E;
}
.TagClassName
{
border-color: #A8306E;
}
</style>