Shades of Rouge #A44565
Tints of Rouge #A44565
RGB
CMYK
RGB Variations
Color information
#A44565 (or 0xA44565) is known color: Rouge. HEX triplet: A4, 45 and 65. RGB value is (164,69,101). Sum of RGB (Red+Green+Blue) = 164+69+101=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A44565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44565 is #5BBA9A. Grayscale: #656565. Windows color (decimal): -6011547 or 6636964. OLE color: 6636964.
HSL color Cylindrical-coordinate representation of color #A44565: hue angle of 339.79º 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 #A44565 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 101 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.36 |
| HSL | 339.79º | 0.41% | 0.46% | - |
| HSV(B) | 339.79º | 0.58% | 0.64% | - |
| XYZ | 19.79 | 13.09 | 13.8 | - |
| YUV | 101.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 101 | 0 | 0.58 | 0.38 | 0.36 | 339.79 | 0.41 | 0.46 |
| Hex | A4 | 45 | 65 | 0 | 3A | 26 | 24 | 154 | 29 | 2E |
| Octal | 244 | 105 | 145 | 0 | 72 | 46 | 44 | 524 | 51 | 56 |
| Binary | 10100100 | 1000101 | 1100101 | 0 | 111010 | 100110 | 100100 | 101010100 | 101001 | 101110 |
Color Harmonies of #A44565
Complementary color
Monochromatic Colors of #A44565
Black with #A44565
Text Example
Text Example
White with #A44565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44565; }
p { color: rgb(164,69,101); }
H1.HeaderClassName
{
color: #A44565;
}
.AnyTagClassName
{
color: #A44565;
}
</style>
background-color css
<style>
a { background-color: #A44565; }
a { background-color: rgb(164,69,101); }
div.DivClassName
{
background-color: #A44565;
}
.BgClassName
{
background-color: #A44565;
}
</style>
border-color css
<style>
span { border-color: #A44565; }
span { border-color: rgb(164,69,101); }
td.TdClassName
{
border-color: #A44565;
}
.TagClassName
{
border-color: #A44565;
}
</style>