Shades of Rouge #A64360
Tints of Rouge #A64360
RGB
CMYK
RGB Variations
Color information
#A64360 (or 0xA64360) is known color: Rouge. HEX triplet: A6, 43 and 60. RGB value is (166,67,96). Sum of RGB (Red+Green+Blue) = 166+67+96=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A64360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64360 is #59BC9F. Grayscale: #636363. Windows color (decimal): -5880992 or 6308774. OLE color: 6308774.
HSL color Cylindrical-coordinate representation of color #A64360: hue angle of 342.42º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64360 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 96 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.35 |
| HSL | 342.42º | 0.42% | 0.46% | - |
| HSV(B) | 342.42º | 0.6% | 0.65% | - |
| XYZ | 19.84 | 12.97 | 12.52 | - |
| YUV | 99.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 96 | 0 | 0.60 | 0.42 | 0.35 | 342.42 | 0.42 | 0.46 |
| Hex | A6 | 43 | 60 | 0 | 3C | 2A | 23 | 156 | 2A | 2E |
| Octal | 246 | 103 | 140 | 0 | 74 | 52 | 43 | 526 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1100000 | 0 | 111100 | 101010 | 100011 | 101010110 | 101010 | 101110 |
Color Harmonies of #A64360
Complementary color
Monochromatic Colors of #A64360
Black with #A64360
Text Example
Text Example
White with #A64360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64360; }
p { color: rgb(166,67,96); }
H1.HeaderClassName
{
color: #A64360;
}
.AnyTagClassName
{
color: #A64360;
}
</style>
background-color css
<style>
a { background-color: #A64360; }
a { background-color: rgb(166,67,96); }
div.DivClassName
{
background-color: #A64360;
}
.BgClassName
{
background-color: #A64360;
}
</style>
border-color css
<style>
span { border-color: #A64360; }
span { border-color: rgb(166,67,96); }
td.TdClassName
{
border-color: #A64360;
}
.TagClassName
{
border-color: #A64360;
}
</style>