Shades of Rouge #A44A6F
Tints of Rouge #A44A6F
RGB
CMYK
RGB Variations
Color information
#A44A6F (or 0xA44A6F) is known color: Rouge. HEX triplet: A4, 4A and 6F. RGB value is (164,74,111). Sum of RGB (Red+Green+Blue) = 164+74+111=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A6F is #5BB590. Grayscale: #696969. Windows color (decimal): -6010257 or 7293604. OLE color: 7293604.
HSL color Cylindrical-coordinate representation of color #A44A6F: hue angle of 335.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A6F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 111 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.36 |
| HSL | 335.33º | 0.38% | 0.47% | - |
| HSV(B) | 335.33º | 0.55% | 0.64% | - |
| XYZ | 20.63 | 13.94 | 16.64 | - |
| YUV | 105.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 111 | 0 | 0.55 | 0.32 | 0.36 | 335.33 | 0.38 | 0.47 |
| Hex | A4 | 4A | 6F | 0 | 37 | 20 | 24 | 14F | 26 | 2F |
| Octal | 244 | 112 | 157 | 0 | 67 | 40 | 44 | 517 | 46 | 57 |
| Binary | 10100100 | 1001010 | 1101111 | 0 | 110111 | 100000 | 100100 | 101001111 | 100110 | 101111 |
Color Harmonies of #A44A6F
Complementary color
Monochromatic Colors of #A44A6F
Black with #A44A6F
Text Example
Text Example
White with #A44A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A6F; }
p { color: rgb(164,74,111); }
H1.HeaderClassName
{
color: #A44A6F;
}
.AnyTagClassName
{
color: #A44A6F;
}
</style>
background-color css
<style>
a { background-color: #A44A6F; }
a { background-color: rgb(164,74,111); }
div.DivClassName
{
background-color: #A44A6F;
}
.BgClassName
{
background-color: #A44A6F;
}
</style>
border-color css
<style>
span { border-color: #A44A6F; }
span { border-color: rgb(164,74,111); }
td.TdClassName
{
border-color: #A44A6F;
}
.TagClassName
{
border-color: #A44A6F;
}
</style>