Shades of Rouge #A8406E
Tints of Rouge #A8406E
RGB
CMYK
RGB Variations
Color information
#A8406E (or 0xA8406E) is known color: Rouge. HEX triplet: A8, 40 and 6E. RGB value is (168,64,110). Sum of RGB (Red+Green+Blue) = 168+64+110=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8406E is #57BF91. Grayscale: #646464. Windows color (decimal): -5750674 or 7225512. OLE color: 7225512.
HSL color Cylindrical-coordinate representation of color #A8406E: hue angle of 333.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8406E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 110 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.34 |
| HSL | 333.46º | 0.45% | 0.45% | - |
| HSV(B) | 333.46º | 0.62% | 0.66% | - |
| XYZ | 20.8 | 13.12 | 16.19 | - |
| YUV | 100.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 110 | 0 | 0.62 | 0.35 | 0.34 | 333.46 | 0.45 | 0.45 |
| Hex | A8 | 40 | 6E | 0 | 3E | 23 | 22 | 14D | 2D | 2D |
| Octal | 250 | 100 | 156 | 0 | 76 | 43 | 42 | 515 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1101110 | 0 | 111110 | 100011 | 100010 | 101001101 | 101101 | 101101 |
Color Harmonies of #A8406E
Complementary color
Monochromatic Colors of #A8406E
Black with #A8406E
Text Example
Text Example
White with #A8406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8406E; }
p { color: rgb(168,64,110); }
H1.HeaderClassName
{
color: #A8406E;
}
.AnyTagClassName
{
color: #A8406E;
}
</style>
background-color css
<style>
a { background-color: #A8406E; }
a { background-color: rgb(168,64,110); }
div.DivClassName
{
background-color: #A8406E;
}
.BgClassName
{
background-color: #A8406E;
}
</style>
border-color css
<style>
span { border-color: #A8406E; }
span { border-color: rgb(168,64,110); }
td.TdClassName
{
border-color: #A8406E;
}
.TagClassName
{
border-color: #A8406E;
}
</style>