Shades of Rouge #A6366A
Tints of Rouge #A6366A
RGB
CMYK
RGB Variations
Color information
#A6366A (or 0xA6366A) is known color: Rouge. HEX triplet: A6, 36 and 6A. RGB value is (166,54,106). Sum of RGB (Red+Green+Blue) = 166+54+106=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6366A is #59C995. Grayscale: #5D5D5D. Windows color (decimal): -5884310 or 6960806. OLE color: 6960806.
HSL color Cylindrical-coordinate representation of color #A6366A: hue angle of 332.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6366A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 106 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.35 |
| HSL | 332.14º | 0.51% | 0.43% | - |
| HSV(B) | 332.14º | 0.67% | 0.65% | - |
| XYZ | 19.65 | 11.79 | 14.88 | - |
| YUV | 93.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 106 | 0 | 0.67 | 0.36 | 0.35 | 332.14 | 0.51 | 0.43 |
| Hex | A6 | 36 | 6A | 0 | 43 | 24 | 23 | 14C | 33 | 2B |
| Octal | 246 | 66 | 152 | 0 | 103 | 44 | 43 | 514 | 63 | 53 |
| Binary | 10100110 | 110110 | 1101010 | 0 | 1000011 | 100100 | 100011 | 101001100 | 110011 | 101011 |
Color Harmonies of #A6366A
Complementary color
Monochromatic Colors of #A6366A
Black with #A6366A
Text Example
Text Example
White with #A6366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6366A; }
p { color: rgb(166,54,106); }
H1.HeaderClassName
{
color: #A6366A;
}
.AnyTagClassName
{
color: #A6366A;
}
</style>
background-color css
<style>
a { background-color: #A6366A; }
a { background-color: rgb(166,54,106); }
div.DivClassName
{
background-color: #A6366A;
}
.BgClassName
{
background-color: #A6366A;
}
</style>
border-color css
<style>
span { border-color: #A6366A; }
span { border-color: rgb(166,54,106); }
td.TdClassName
{
border-color: #A6366A;
}
.TagClassName
{
border-color: #A6366A;
}
</style>