Shades of Rouge #A44868
Tints of Rouge #A44868
RGB
CMYK
RGB Variations
Color information
#A44868 (or 0xA44868) is known color: Rouge. HEX triplet: A4, 48 and 68. RGB value is (164,72,104). Sum of RGB (Red+Green+Blue) = 164+72+104=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A44868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44868 is #5BB797. Grayscale: #676767. Windows color (decimal): -6010776 or 6834340. OLE color: 6834340.
HSL color Cylindrical-coordinate representation of color #A44868: hue angle of 339.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44868 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 104 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.36 |
| HSL | 339.13º | 0.39% | 0.46% | - |
| HSV(B) | 339.13º | 0.56% | 0.64% | - |
| XYZ | 20.13 | 13.53 | 14.65 | - |
| YUV | 103.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 104 | 0 | 0.56 | 0.37 | 0.36 | 339.13 | 0.39 | 0.46 |
| Hex | A4 | 48 | 68 | 0 | 38 | 25 | 24 | 153 | 27 | 2E |
| Octal | 244 | 110 | 150 | 0 | 70 | 45 | 44 | 523 | 47 | 56 |
| Binary | 10100100 | 1001000 | 1101000 | 0 | 111000 | 100101 | 100100 | 101010011 | 100111 | 101110 |
Color Harmonies of #A44868
Complementary color
Monochromatic Colors of #A44868
Black with #A44868
Text Example
Text Example
White with #A44868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44868; }
p { color: rgb(164,72,104); }
H1.HeaderClassName
{
color: #A44868;
}
.AnyTagClassName
{
color: #A44868;
}
</style>
background-color css
<style>
a { background-color: #A44868; }
a { background-color: rgb(164,72,104); }
div.DivClassName
{
background-color: #A44868;
}
.BgClassName
{
background-color: #A44868;
}
</style>
border-color css
<style>
span { border-color: #A44868; }
span { border-color: rgb(164,72,104); }
td.TdClassName
{
border-color: #A44868;
}
.TagClassName
{
border-color: #A44868;
}
</style>