Shades of Rouge #A8406A
Tints of Rouge #A8406A
RGB
CMYK
RGB Variations
Color information
#A8406A (or 0xA8406A) is known color: Rouge. HEX triplet: A8, 40 and 6A. RGB value is (168,64,106). Sum of RGB (Red+Green+Blue) = 168+64+106=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A8406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8406A is #57BF95. Grayscale: #636363. Windows color (decimal): -5750678 or 6963368. OLE color: 6963368.
HSL color Cylindrical-coordinate representation of color #A8406A: hue angle of 335.77º 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 #A8406A is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 106 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.34 |
| HSL | 335.77º | 0.45% | 0.45% | - |
| HSV(B) | 335.77º | 0.62% | 0.66% | - |
| XYZ | 20.58 | 13.03 | 15.07 | - |
| YUV | 99.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 106 | 0 | 0.62 | 0.37 | 0.34 | 335.77 | 0.45 | 0.45 |
| Hex | A8 | 40 | 6A | 0 | 3E | 25 | 22 | 150 | 2D | 2D |
| Octal | 250 | 100 | 152 | 0 | 76 | 45 | 42 | 520 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1101010 | 0 | 111110 | 100101 | 100010 | 101010000 | 101101 | 101101 |
Color Harmonies of #A8406A
Complementary color
Monochromatic Colors of #A8406A
Black with #A8406A
Text Example
Text Example
White with #A8406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8406A; }
p { color: rgb(168,64,106); }
H1.HeaderClassName
{
color: #A8406A;
}
.AnyTagClassName
{
color: #A8406A;
}
</style>
background-color css
<style>
a { background-color: #A8406A; }
a { background-color: rgb(168,64,106); }
div.DivClassName
{
background-color: #A8406A;
}
.BgClassName
{
background-color: #A8406A;
}
</style>
border-color css
<style>
span { border-color: #A8406A; }
span { border-color: rgb(168,64,106); }
td.TdClassName
{
border-color: #A8406A;
}
.TagClassName
{
border-color: #A8406A;
}
</style>