Shades of Rouge #A64667
Tints of Rouge #A64667
RGB
CMYK
RGB Variations
Color information
#A64667 (or 0xA64667) is known color: Rouge. HEX triplet: A6, 46 and 67. RGB value is (166,70,103). Sum of RGB (Red+Green+Blue) = 166+70+103=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A64667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64667 is #59B998. Grayscale: #666666. Windows color (decimal): -5880217 or 6768294. OLE color: 6768294.
HSL color Cylindrical-coordinate representation of color #A64667: hue angle of 339.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64667 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 103 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.35 |
| HSL | 339.38º | 0.41% | 0.46% | - |
| HSV(B) | 339.38º | 0.58% | 0.65% | - |
| XYZ | 20.36 | 13.47 | 14.36 | - |
| YUV | 102.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 103 | 0 | 0.58 | 0.38 | 0.35 | 339.38 | 0.41 | 0.46 |
| Hex | A6 | 46 | 67 | 0 | 3A | 26 | 23 | 153 | 29 | 2E |
| Octal | 246 | 106 | 147 | 0 | 72 | 46 | 43 | 523 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1100111 | 0 | 111010 | 100110 | 100011 | 101010011 | 101001 | 101110 |
Color Harmonies of #A64667
Complementary color
Monochromatic Colors of #A64667
Black with #A64667
Text Example
Text Example
White with #A64667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64667; }
p { color: rgb(166,70,103); }
H1.HeaderClassName
{
color: #A64667;
}
.AnyTagClassName
{
color: #A64667;
}
</style>
background-color css
<style>
a { background-color: #A64667; }
a { background-color: rgb(166,70,103); }
div.DivClassName
{
background-color: #A64667;
}
.BgClassName
{
background-color: #A64667;
}
</style>
border-color css
<style>
span { border-color: #A64667; }
span { border-color: rgb(166,70,103); }
td.TdClassName
{
border-color: #A64667;
}
.TagClassName
{
border-color: #A64667;
}
</style>