Shades of Rouge #A64765
Tints of Rouge #A64765
RGB
CMYK
RGB Variations
Color information
#A64765 (or 0xA64765) is known color: Rouge. HEX triplet: A6, 47 and 65. RGB value is (166,71,101). Sum of RGB (Red+Green+Blue) = 166+71+101=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64765 is #59B89A. Grayscale: #666666. Windows color (decimal): -5879963 or 6637478. OLE color: 6637478.
HSL color Cylindrical-coordinate representation of color #A64765: hue angle of 341.05º 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 #A64765 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 101 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.35 |
| HSL | 341.05º | 0.4% | 0.46% | - |
| HSV(B) | 341.05º | 0.57% | 0.65% | - |
| XYZ | 20.33 | 13.55 | 13.86 | - |
| YUV | 102.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 101 | 0 | 0.57 | 0.39 | 0.35 | 341.05 | 0.4 | 0.46 |
| Hex | A6 | 47 | 65 | 0 | 39 | 27 | 23 | 155 | 28 | 2E |
| Octal | 246 | 107 | 145 | 0 | 71 | 47 | 43 | 525 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1100101 | 0 | 111001 | 100111 | 100011 | 101010101 | 101000 | 101110 |
Color Harmonies of #A64765
Complementary color
Monochromatic Colors of #A64765
Black with #A64765
Text Example
Text Example
White with #A64765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64765; }
p { color: rgb(166,71,101); }
H1.HeaderClassName
{
color: #A64765;
}
.AnyTagClassName
{
color: #A64765;
}
</style>
background-color css
<style>
a { background-color: #A64765; }
a { background-color: rgb(166,71,101); }
div.DivClassName
{
background-color: #A64765;
}
.BgClassName
{
background-color: #A64765;
}
</style>
border-color css
<style>
span { border-color: #A64765; }
span { border-color: rgb(166,71,101); }
td.TdClassName
{
border-color: #A64765;
}
.TagClassName
{
border-color: #A64765;
}
</style>