Shades of Rouge #A6346B
Tints of Rouge #A6346B
RGB
CMYK
RGB Variations
Color information
#A6346B (or 0xA6346B) is known color: Rouge. HEX triplet: A6, 34 and 6B. RGB value is (166,52,107). Sum of RGB (Red+Green+Blue) = 166+52+107=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6346B is #59CB94. Grayscale: #5C5C5C. Windows color (decimal): -5884821 or 7025830. OLE color: 7025830.
HSL color Cylindrical-coordinate representation of color #A6346B: hue angle of 331.05º degrees, saturation: 0.52, 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 #A6346B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 107 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.35 |
| HSL | 331.05º | 0.52% | 0.43% | - |
| HSV(B) | 331.05º | 0.69% | 0.65% | - |
| XYZ | 19.61 | 11.62 | 15.12 | - |
| YUV | 92.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 107 | 0 | 0.69 | 0.36 | 0.35 | 331.05 | 0.52 | 0.43 |
| Hex | A6 | 34 | 6B | 0 | 45 | 24 | 23 | 14B | 34 | 2B |
| Octal | 246 | 64 | 153 | 0 | 105 | 44 | 43 | 513 | 64 | 53 |
| Binary | 10100110 | 110100 | 1101011 | 0 | 1000101 | 100100 | 100011 | 101001011 | 110100 | 101011 |
Color Harmonies of #A6346B
Complementary color
Monochromatic Colors of #A6346B
Black with #A6346B
Text Example
Text Example
White with #A6346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6346B; }
p { color: rgb(166,52,107); }
H1.HeaderClassName
{
color: #A6346B;
}
.AnyTagClassName
{
color: #A6346B;
}
</style>
background-color css
<style>
a { background-color: #A6346B; }
a { background-color: rgb(166,52,107); }
div.DivClassName
{
background-color: #A6346B;
}
.BgClassName
{
background-color: #A6346B;
}
</style>
border-color css
<style>
span { border-color: #A6346B; }
span { border-color: rgb(166,52,107); }
td.TdClassName
{
border-color: #A6346B;
}
.TagClassName
{
border-color: #A6346B;
}
</style>