Shades of Rouge #A6436E
Tints of Rouge #A6436E
RGB
CMYK
RGB Variations
Color information
#A6436E (or 0xA6436E) is known color: Rouge. HEX triplet: A6, 43 and 6E. RGB value is (166,67,110). Sum of RGB (Red+Green+Blue) = 166+67+110=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6436E is #59BC91. Grayscale: #656565. Windows color (decimal): -5880978 or 7226278. OLE color: 7226278.
HSL color Cylindrical-coordinate representation of color #A6436E: hue angle of 333.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6436E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 110 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.35 |
| HSL | 333.94º | 0.42% | 0.46% | - |
| HSV(B) | 333.94º | 0.6% | 0.65% | - |
| XYZ | 20.55 | 13.25 | 16.23 | - |
| YUV | 101.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 110 | 0 | 0.60 | 0.34 | 0.35 | 333.94 | 0.42 | 0.46 |
| Hex | A6 | 43 | 6E | 0 | 3C | 22 | 23 | 14E | 2A | 2E |
| Octal | 246 | 103 | 156 | 0 | 74 | 42 | 43 | 516 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1101110 | 0 | 111100 | 100010 | 100011 | 101001110 | 101010 | 101110 |
Color Harmonies of #A6436E
Complementary color
Monochromatic Colors of #A6436E
Black with #A6436E
Text Example
Text Example
White with #A6436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6436E; }
p { color: rgb(166,67,110); }
H1.HeaderClassName
{
color: #A6436E;
}
.AnyTagClassName
{
color: #A6436E;
}
</style>
background-color css
<style>
a { background-color: #A6436E; }
a { background-color: rgb(166,67,110); }
div.DivClassName
{
background-color: #A6436E;
}
.BgClassName
{
background-color: #A6436E;
}
</style>
border-color css
<style>
span { border-color: #A6436E; }
span { border-color: rgb(166,67,110); }
td.TdClassName
{
border-color: #A6436E;
}
.TagClassName
{
border-color: #A6436E;
}
</style>