Shades of Rouge #A6436B
Tints of Rouge #A6436B
RGB
CMYK
RGB Variations
Color information
#A6436B (or 0xA6436B) is known color: Rouge. HEX triplet: A6, 43 and 6B. RGB value is (166,67,107). Sum of RGB (Red+Green+Blue) = 166+67+107=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6436B is #59BC94. Grayscale: #656565. Windows color (decimal): -5880981 or 7029670. OLE color: 7029670.
HSL color Cylindrical-coordinate representation of color #A6436B: hue angle of 335.76º 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 #A6436B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 107 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.35 |
| HSL | 335.76º | 0.42% | 0.46% | - |
| HSV(B) | 335.76º | 0.6% | 0.65% | - |
| XYZ | 20.39 | 13.18 | 15.38 | - |
| YUV | 101.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 107 | 0 | 0.60 | 0.36 | 0.35 | 335.76 | 0.42 | 0.46 |
| Hex | A6 | 43 | 6B | 0 | 3C | 24 | 23 | 150 | 2A | 2E |
| Octal | 246 | 103 | 153 | 0 | 74 | 44 | 43 | 520 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1101011 | 0 | 111100 | 100100 | 100011 | 101010000 | 101010 | 101110 |
Color Harmonies of #A6436B
Complementary color
Monochromatic Colors of #A6436B
Black with #A6436B
Text Example
Text Example
White with #A6436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6436B; }
p { color: rgb(166,67,107); }
H1.HeaderClassName
{
color: #A6436B;
}
.AnyTagClassName
{
color: #A6436B;
}
</style>
background-color css
<style>
a { background-color: #A6436B; }
a { background-color: rgb(166,67,107); }
div.DivClassName
{
background-color: #A6436B;
}
.BgClassName
{
background-color: #A6436B;
}
</style>
border-color css
<style>
span { border-color: #A6436B; }
span { border-color: rgb(166,67,107); }
td.TdClassName
{
border-color: #A6436B;
}
.TagClassName
{
border-color: #A6436B;
}
</style>