Shades of Rouge #A6335B
Tints of Rouge #A6335B
RGB
CMYK
RGB Variations
Color information
#A6335B (or 0xA6335B) is known color: Rouge. HEX triplet: A6, 33 and 5B. RGB value is (166,51,91). Sum of RGB (Red+Green+Blue) = 166+51+91=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6335B is #59CCA4. Grayscale: #595959. Windows color (decimal): -5885093 or 5976998. OLE color: 5976998.
HSL color Cylindrical-coordinate representation of color #A6335B: hue angle of 339.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6335B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 91 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.35 |
| HSL | 339.13º | 0.53% | 0.43% | - |
| HSV(B) | 339.13º | 0.69% | 0.65% | - |
| XYZ | 18.8 | 11.23 | 11.07 | - |
| YUV | 89.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 91 | 0 | 0.69 | 0.45 | 0.35 | 339.13 | 0.53 | 0.43 |
| Hex | A6 | 33 | 5B | 0 | 45 | 2D | 23 | 153 | 35 | 2B |
| Octal | 246 | 63 | 133 | 0 | 105 | 55 | 43 | 523 | 65 | 53 |
| Binary | 10100110 | 110011 | 1011011 | 0 | 1000101 | 101101 | 100011 | 101010011 | 110101 | 101011 |
Color Harmonies of #A6335B
Complementary color
Monochromatic Colors of #A6335B
Black with #A6335B
Text Example
Text Example
White with #A6335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6335B; }
p { color: rgb(166,51,91); }
H1.HeaderClassName
{
color: #A6335B;
}
.AnyTagClassName
{
color: #A6335B;
}
</style>
background-color css
<style>
a { background-color: #A6335B; }
a { background-color: rgb(166,51,91); }
div.DivClassName
{
background-color: #A6335B;
}
.BgClassName
{
background-color: #A6335B;
}
</style>
border-color css
<style>
span { border-color: #A6335B; }
span { border-color: rgb(166,51,91); }
td.TdClassName
{
border-color: #A6335B;
}
.TagClassName
{
border-color: #A6335B;
}
</style>