Shades of Rouge #A64B6E
Tints of Rouge #A64B6E
RGB
CMYK
RGB Variations
Color information
#A64B6E (or 0xA64B6E) is known color: Rouge. HEX triplet: A6, 4B and 6E. RGB value is (166,75,110). Sum of RGB (Red+Green+Blue) = 166+75+110=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B6E is #59B491. Grayscale: #6A6A6A. Windows color (decimal): -5878930 or 7228326. OLE color: 7228326.
HSL color Cylindrical-coordinate representation of color #A64B6E: hue angle of 336.92º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B6E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 110 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.35 |
| HSL | 336.92º | 0.38% | 0.47% | - |
| HSV(B) | 336.92º | 0.55% | 0.65% | - |
| XYZ | 21.06 | 14.26 | 16.4 | - |
| YUV | 106.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 110 | 0 | 0.55 | 0.34 | 0.35 | 336.92 | 0.38 | 0.47 |
| Hex | A6 | 4B | 6E | 0 | 37 | 22 | 23 | 151 | 26 | 2F |
| Octal | 246 | 113 | 156 | 0 | 67 | 42 | 43 | 521 | 46 | 57 |
| Binary | 10100110 | 1001011 | 1101110 | 0 | 110111 | 100010 | 100011 | 101010001 | 100110 | 101111 |
Color Harmonies of #A64B6E
Complementary color
Monochromatic Colors of #A64B6E
Black with #A64B6E
Text Example
Text Example
White with #A64B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B6E; }
p { color: rgb(166,75,110); }
H1.HeaderClassName
{
color: #A64B6E;
}
.AnyTagClassName
{
color: #A64B6E;
}
</style>
background-color css
<style>
a { background-color: #A64B6E; }
a { background-color: rgb(166,75,110); }
div.DivClassName
{
background-color: #A64B6E;
}
.BgClassName
{
background-color: #A64B6E;
}
</style>
border-color css
<style>
span { border-color: #A64B6E; }
span { border-color: rgb(166,75,110); }
td.TdClassName
{
border-color: #A64B6E;
}
.TagClassName
{
border-color: #A64B6E;
}
</style>