Shades of Rouge #A44561
Tints of Rouge #A44561
RGB
CMYK
RGB Variations
Color information
#A44561 (or 0xA44561) is known color: Rouge. HEX triplet: A4, 45 and 61. RGB value is (164,69,97). Sum of RGB (Red+Green+Blue) = 164+69+97=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A44561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44561 is #5BBA9E. Grayscale: #646464. Windows color (decimal): -6011551 or 6374820. OLE color: 6374820.
HSL color Cylindrical-coordinate representation of color #A44561: hue angle of 342.32º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44561 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 97 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.36 |
| HSL | 342.32º | 0.41% | 0.46% | - |
| HSV(B) | 342.32º | 0.58% | 0.64% | - |
| XYZ | 19.6 | 13.01 | 12.79 | - |
| YUV | 100.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 97 | 0 | 0.58 | 0.41 | 0.36 | 342.32 | 0.41 | 0.46 |
| Hex | A4 | 45 | 61 | 0 | 3A | 29 | 24 | 156 | 29 | 2E |
| Octal | 244 | 105 | 141 | 0 | 72 | 51 | 44 | 526 | 51 | 56 |
| Binary | 10100100 | 1000101 | 1100001 | 0 | 111010 | 101001 | 100100 | 101010110 | 101001 | 101110 |
Color Harmonies of #A44561
Complementary color
Monochromatic Colors of #A44561
Black with #A44561
Text Example
Text Example
White with #A44561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44561; }
p { color: rgb(164,69,97); }
H1.HeaderClassName
{
color: #A44561;
}
.AnyTagClassName
{
color: #A44561;
}
</style>
background-color css
<style>
a { background-color: #A44561; }
a { background-color: rgb(164,69,97); }
div.DivClassName
{
background-color: #A44561;
}
.BgClassName
{
background-color: #A44561;
}
</style>
border-color css
<style>
span { border-color: #A44561; }
span { border-color: rgb(164,69,97); }
td.TdClassName
{
border-color: #A44561;
}
.TagClassName
{
border-color: #A44561;
}
</style>