Shades of Rouge #A64768
Tints of Rouge #A64768
RGB
CMYK
RGB Variations
Color information
#A64768 (or 0xA64768) is known color: Rouge. HEX triplet: A6, 47 and 68. RGB value is (166,71,104). Sum of RGB (Red+Green+Blue) = 166+71+104=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64768 is #59B897. Grayscale: #676767. Windows color (decimal): -5879960 or 6834086. OLE color: 6834086.
HSL color Cylindrical-coordinate representation of color #A64768: hue angle of 339.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64768 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 104 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.35 |
| HSL | 339.16º | 0.4% | 0.46% | - |
| HSV(B) | 339.16º | 0.57% | 0.65% | - |
| XYZ | 20.48 | 13.61 | 14.64 | - |
| YUV | 103.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 104 | 0 | 0.57 | 0.37 | 0.35 | 339.16 | 0.4 | 0.46 |
| Hex | A6 | 47 | 68 | 0 | 39 | 25 | 23 | 153 | 28 | 2E |
| Octal | 246 | 107 | 150 | 0 | 71 | 45 | 43 | 523 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1101000 | 0 | 111001 | 100101 | 100011 | 101010011 | 101000 | 101110 |
Color Harmonies of #A64768
Complementary color
Monochromatic Colors of #A64768
Black with #A64768
Text Example
Text Example
White with #A64768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64768; }
p { color: rgb(166,71,104); }
H1.HeaderClassName
{
color: #A64768;
}
.AnyTagClassName
{
color: #A64768;
}
</style>
background-color css
<style>
a { background-color: #A64768; }
a { background-color: rgb(166,71,104); }
div.DivClassName
{
background-color: #A64768;
}
.BgClassName
{
background-color: #A64768;
}
</style>
border-color css
<style>
span { border-color: #A64768; }
span { border-color: rgb(166,71,104); }
td.TdClassName
{
border-color: #A64768;
}
.TagClassName
{
border-color: #A64768;
}
</style>