Shades of Rouge #A44465
Tints of Rouge #A44465
RGB
CMYK
RGB Variations
Color information
#A44465 (or 0xA44465) is known color: Rouge. HEX triplet: A4, 44 and 65. RGB value is (164,68,101). Sum of RGB (Red+Green+Blue) = 164+68+101=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A44465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44465 is #5BBB9A. Grayscale: #646464. Windows color (decimal): -6011803 or 6636708. OLE color: 6636708.
HSL color Cylindrical-coordinate representation of color #A44465: hue angle of 339.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44465 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 101 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.36 |
| HSL | 339.38º | 0.41% | 0.45% | - |
| HSV(B) | 339.38º | 0.59% | 0.64% | - |
| XYZ | 19.73 | 12.97 | 13.78 | - |
| YUV | 100.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 101 | 0 | 0.59 | 0.38 | 0.36 | 339.38 | 0.41 | 0.45 |
| Hex | A4 | 44 | 65 | 0 | 3B | 26 | 24 | 153 | 29 | 2D |
| Octal | 244 | 104 | 145 | 0 | 73 | 46 | 44 | 523 | 51 | 55 |
| Binary | 10100100 | 1000100 | 1100101 | 0 | 111011 | 100110 | 100100 | 101010011 | 101001 | 101101 |
Color Harmonies of #A44465
Complementary color
Monochromatic Colors of #A44465
Black with #A44465
Text Example
Text Example
White with #A44465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44465; }
p { color: rgb(164,68,101); }
H1.HeaderClassName
{
color: #A44465;
}
.AnyTagClassName
{
color: #A44465;
}
</style>
background-color css
<style>
a { background-color: #A44465; }
a { background-color: rgb(164,68,101); }
div.DivClassName
{
background-color: #A44465;
}
.BgClassName
{
background-color: #A44465;
}
</style>
border-color css
<style>
span { border-color: #A44465; }
span { border-color: rgb(164,68,101); }
td.TdClassName
{
border-color: #A44465;
}
.TagClassName
{
border-color: #A44465;
}
</style>