Shades of Rouge #A6336A
Tints of Rouge #A6336A
RGB
CMYK
RGB Variations
Color information
#A6336A (or 0xA6336A) is known color: Rouge. HEX triplet: A6, 33 and 6A. RGB value is (166,51,106). Sum of RGB (Red+Green+Blue) = 166+51+106=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6336A is #59CC95. Grayscale: #5B5B5B. Windows color (decimal): -5885078 or 6960038. OLE color: 6960038.
HSL color Cylindrical-coordinate representation of color #A6336A: hue angle of 331.3º 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 #A6336A is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 106 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.35 |
| HSL | 331.3º | 0.53% | 0.43% | - |
| HSV(B) | 331.3º | 0.69% | 0.65% | - |
| XYZ | 19.51 | 11.52 | 14.83 | - |
| YUV | 91.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 106 | 0 | 0.69 | 0.36 | 0.35 | 331.3 | 0.53 | 0.43 |
| Hex | A6 | 33 | 6A | 0 | 45 | 24 | 23 | 14B | 35 | 2B |
| Octal | 246 | 63 | 152 | 0 | 105 | 44 | 43 | 513 | 65 | 53 |
| Binary | 10100110 | 110011 | 1101010 | 0 | 1000101 | 100100 | 100011 | 101001011 | 110101 | 101011 |
Color Harmonies of #A6336A
Complementary color
Monochromatic Colors of #A6336A
Black with #A6336A
Text Example
Text Example
White with #A6336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6336A; }
p { color: rgb(166,51,106); }
H1.HeaderClassName
{
color: #A6336A;
}
.AnyTagClassName
{
color: #A6336A;
}
</style>
background-color css
<style>
a { background-color: #A6336A; }
a { background-color: rgb(166,51,106); }
div.DivClassName
{
background-color: #A6336A;
}
.BgClassName
{
background-color: #A6336A;
}
</style>
border-color css
<style>
span { border-color: #A6336A; }
span { border-color: rgb(166,51,106); }
td.TdClassName
{
border-color: #A6336A;
}
.TagClassName
{
border-color: #A6336A;
}
</style>