Shades of Rouge #A44766
Tints of Rouge #A44766
RGB
CMYK
RGB Variations
Color information
#A44766 (or 0xA44766) is known color: Rouge. HEX triplet: A4, 47 and 66. RGB value is (164,71,102). Sum of RGB (Red+Green+Blue) = 164+71+102=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44766 is #5BB899. Grayscale: #666666. Windows color (decimal): -6011034 or 6703012. OLE color: 6703012.
HSL color Cylindrical-coordinate representation of color #A44766: hue angle of 340º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44766 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 102 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.36 |
| HSL | 340º | 0.4% | 0.46% | - |
| HSV(B) | 340º | 0.57% | 0.64% | - |
| XYZ | 19.96 | 13.36 | 14.1 | - |
| YUV | 102.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 102 | 0 | 0.57 | 0.38 | 0.36 | 340 | 0.4 | 0.46 |
| Hex | A4 | 47 | 66 | 0 | 39 | 26 | 24 | 154 | 28 | 2E |
| Octal | 244 | 107 | 146 | 0 | 71 | 46 | 44 | 524 | 50 | 56 |
| Binary | 10100100 | 1000111 | 1100110 | 0 | 111001 | 100110 | 100100 | 101010100 | 101000 | 101110 |
Color Harmonies of #A44766
Complementary color
Monochromatic Colors of #A44766
Black with #A44766
Text Example
Text Example
White with #A44766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44766; }
p { color: rgb(164,71,102); }
H1.HeaderClassName
{
color: #A44766;
}
.AnyTagClassName
{
color: #A44766;
}
</style>
background-color css
<style>
a { background-color: #A44766; }
a { background-color: rgb(164,71,102); }
div.DivClassName
{
background-color: #A44766;
}
.BgClassName
{
background-color: #A44766;
}
</style>
border-color css
<style>
span { border-color: #A44766; }
span { border-color: rgb(164,71,102); }
td.TdClassName
{
border-color: #A44766;
}
.TagClassName
{
border-color: #A44766;
}
</style>