Shades of Rouge #A6406B
Tints of Rouge #A6406B
RGB
CMYK
RGB Variations
Color information
#A6406B (or 0xA6406B) is known color: Rouge. HEX triplet: A6, 40 and 6B. RGB value is (166,64,107). Sum of RGB (Red+Green+Blue) = 166+64+107=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6406B is #59BF94. Grayscale: #636363. Windows color (decimal): -5881749 or 7028902. OLE color: 7028902.
HSL color Cylindrical-coordinate representation of color #A6406B: hue angle of 334.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6406B is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 107 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.35 |
| HSL | 334.71º | 0.44% | 0.45% | - |
| HSV(B) | 334.71º | 0.61% | 0.65% | - |
| XYZ | 20.21 | 12.84 | 15.32 | - |
| YUV | 99.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 107 | 0 | 0.61 | 0.36 | 0.35 | 334.71 | 0.44 | 0.45 |
| Hex | A6 | 40 | 6B | 0 | 3D | 24 | 23 | 14F | 2C | 2D |
| Octal | 246 | 100 | 153 | 0 | 75 | 44 | 43 | 517 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1101011 | 0 | 111101 | 100100 | 100011 | 101001111 | 101100 | 101101 |
Color Harmonies of #A6406B
Complementary color
Monochromatic Colors of #A6406B
Black with #A6406B
Text Example
Text Example
White with #A6406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6406B; }
p { color: rgb(166,64,107); }
H1.HeaderClassName
{
color: #A6406B;
}
.AnyTagClassName
{
color: #A6406B;
}
</style>
background-color css
<style>
a { background-color: #A6406B; }
a { background-color: rgb(166,64,107); }
div.DivClassName
{
background-color: #A6406B;
}
.BgClassName
{
background-color: #A6406B;
}
</style>
border-color css
<style>
span { border-color: #A6406B; }
span { border-color: rgb(166,64,107); }
td.TdClassName
{
border-color: #A6406B;
}
.TagClassName
{
border-color: #A6406B;
}
</style>