Shades of Rouge #A63670
Tints of Rouge #A63670
RGB
CMYK
RGB Variations
Color information
#A63670 (or 0xA63670) is known color: Rouge. HEX triplet: A6, 36 and 70. RGB value is (166,54,112). Sum of RGB (Red+Green+Blue) = 166+54+112=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A63670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63670 is #59C98F. Grayscale: #5D5D5D. Windows color (decimal): -5884304 or 7354022. OLE color: 7354022.
HSL color Cylindrical-coordinate representation of color #A63670: hue angle of 328.93º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63670 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 112 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.35 |
| HSL | 328.93º | 0.51% | 0.43% | - |
| HSV(B) | 328.93º | 0.67% | 0.65% | - |
| XYZ | 19.97 | 11.92 | 16.58 | - |
| YUV | 94.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 112 | 0 | 0.67 | 0.33 | 0.35 | 328.93 | 0.51 | 0.43 |
| Hex | A6 | 36 | 70 | 0 | 43 | 21 | 23 | 149 | 33 | 2B |
| Octal | 246 | 66 | 160 | 0 | 103 | 41 | 43 | 511 | 63 | 53 |
| Binary | 10100110 | 110110 | 1110000 | 0 | 1000011 | 100001 | 100011 | 101001001 | 110011 | 101011 |
Color Harmonies of #A63670
Complementary color
Monochromatic Colors of #A63670
Black with #A63670
Text Example
Text Example
White with #A63670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63670; }
p { color: rgb(166,54,112); }
H1.HeaderClassName
{
color: #A63670;
}
.AnyTagClassName
{
color: #A63670;
}
</style>
background-color css
<style>
a { background-color: #A63670; }
a { background-color: rgb(166,54,112); }
div.DivClassName
{
background-color: #A63670;
}
.BgClassName
{
background-color: #A63670;
}
</style>
border-color css
<style>
span { border-color: #A63670; }
span { border-color: rgb(166,54,112); }
td.TdClassName
{
border-color: #A63670;
}
.TagClassName
{
border-color: #A63670;
}
</style>