Shades of Rouge #A44662
Tints of Rouge #A44662
RGB
CMYK
RGB Variations
Color information
#A44662 (or 0xA44662) is known color: Rouge. HEX triplet: A4, 46 and 62. RGB value is (164,70,98). Sum of RGB (Red+Green+Blue) = 164+70+98=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A44662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44662 is #5BB99D. Grayscale: #656565. Windows color (decimal): -6011294 or 6440612. OLE color: 6440612.
HSL color Cylindrical-coordinate representation of color #A44662: hue angle of 342.13º 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 #A44662 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 98 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.36 |
| HSL | 342.13º | 0.4% | 0.46% | - |
| HSV(B) | 342.13º | 0.57% | 0.64% | - |
| XYZ | 19.7 | 13.15 | 13.06 | - |
| YUV | 101.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 98 | 0 | 0.57 | 0.40 | 0.36 | 342.13 | 0.4 | 0.46 |
| Hex | A4 | 46 | 62 | 0 | 39 | 28 | 24 | 156 | 28 | 2E |
| Octal | 244 | 106 | 142 | 0 | 71 | 50 | 44 | 526 | 50 | 56 |
| Binary | 10100100 | 1000110 | 1100010 | 0 | 111001 | 101000 | 100100 | 101010110 | 101000 | 101110 |
Color Harmonies of #A44662
Complementary color
Monochromatic Colors of #A44662
Black with #A44662
Text Example
Text Example
White with #A44662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44662; }
p { color: rgb(164,70,98); }
H1.HeaderClassName
{
color: #A44662;
}
.AnyTagClassName
{
color: #A44662;
}
</style>
background-color css
<style>
a { background-color: #A44662; }
a { background-color: rgb(164,70,98); }
div.DivClassName
{
background-color: #A44662;
}
.BgClassName
{
background-color: #A44662;
}
</style>
border-color css
<style>
span { border-color: #A44662; }
span { border-color: rgb(164,70,98); }
td.TdClassName
{
border-color: #A44662;
}
.TagClassName
{
border-color: #A44662;
}
</style>