Shades of Rouge #A6486B
Tints of Rouge #A6486B
RGB
CMYK
RGB Variations
Color information
#A6486B (or 0xA6486B) is known color: Rouge. HEX triplet: A6, 48 and 6B. RGB value is (166,72,107). Sum of RGB (Red+Green+Blue) = 166+72+107=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6486B is #59B794. Grayscale: #686868. Windows color (decimal): -5879701 or 7030950. OLE color: 7030950.
HSL color Cylindrical-coordinate representation of color #A6486B: hue angle of 337.66º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6486B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 107 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.35 |
| HSL | 337.66º | 0.39% | 0.47% | - |
| HSV(B) | 337.66º | 0.57% | 0.65% | - |
| XYZ | 20.7 | 13.8 | 15.48 | - |
| YUV | 104.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 107 | 0 | 0.57 | 0.36 | 0.35 | 337.66 | 0.39 | 0.47 |
| Hex | A6 | 48 | 6B | 0 | 39 | 24 | 23 | 152 | 27 | 2F |
| Octal | 246 | 110 | 153 | 0 | 71 | 44 | 43 | 522 | 47 | 57 |
| Binary | 10100110 | 1001000 | 1101011 | 0 | 111001 | 100100 | 100011 | 101010010 | 100111 | 101111 |
Color Harmonies of #A6486B
Complementary color
Monochromatic Colors of #A6486B
Black with #A6486B
Text Example
Text Example
White with #A6486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6486B; }
p { color: rgb(166,72,107); }
H1.HeaderClassName
{
color: #A6486B;
}
.AnyTagClassName
{
color: #A6486B;
}
</style>
background-color css
<style>
a { background-color: #A6486B; }
a { background-color: rgb(166,72,107); }
div.DivClassName
{
background-color: #A6486B;
}
.BgClassName
{
background-color: #A6486B;
}
</style>
border-color css
<style>
span { border-color: #A6486B; }
span { border-color: rgb(166,72,107); }
td.TdClassName
{
border-color: #A6486B;
}
.TagClassName
{
border-color: #A6486B;
}
</style>