Shades of Rouge #A6306A
Tints of Rouge #A6306A
RGB
CMYK
RGB Variations
Color information
#A6306A (or 0xA6306A) is known color: Rouge. HEX triplet: A6, 30 and 6A. RGB value is (166,48,106). Sum of RGB (Red+Green+Blue) = 166+48+106=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A6306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6306A is #59CF95. Grayscale: #595959. Windows color (decimal): -5885846 or 6959270. OLE color: 6959270.
HSL color Cylindrical-coordinate representation of color #A6306A: hue angle of 330.51º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6306A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 106 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.35 |
| HSL | 330.51º | 0.55% | 0.42% | - |
| HSV(B) | 330.51º | 0.71% | 0.65% | - |
| XYZ | 19.38 | 11.26 | 14.79 | - |
| YUV | 89.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 106 | 0 | 0.71 | 0.36 | 0.35 | 330.51 | 0.55 | 0.42 |
| Hex | A6 | 30 | 6A | 0 | 47 | 24 | 23 | 14B | 37 | 2A |
| Octal | 246 | 60 | 152 | 0 | 107 | 44 | 43 | 513 | 67 | 52 |
| Binary | 10100110 | 110000 | 1101010 | 0 | 1000111 | 100100 | 100011 | 101001011 | 110111 | 101010 |
Color Harmonies of #A6306A
Complementary color
Monochromatic Colors of #A6306A
Black with #A6306A
Text Example
Text Example
White with #A6306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6306A; }
p { color: rgb(166,48,106); }
H1.HeaderClassName
{
color: #A6306A;
}
.AnyTagClassName
{
color: #A6306A;
}
</style>
background-color css
<style>
a { background-color: #A6306A; }
a { background-color: rgb(166,48,106); }
div.DivClassName
{
background-color: #A6306A;
}
.BgClassName
{
background-color: #A6306A;
}
</style>
border-color css
<style>
span { border-color: #A6306A; }
span { border-color: rgb(166,48,106); }
td.TdClassName
{
border-color: #A6306A;
}
.TagClassName
{
border-color: #A6306A;
}
</style>