Shades of Rouge #A44A6E
Tints of Rouge #A44A6E
RGB
CMYK
RGB Variations
Color information
#A44A6E (or 0xA44A6E) is known color: Rouge. HEX triplet: A4, 4A and 6E. RGB value is (164,74,110). Sum of RGB (Red+Green+Blue) = 164+74+110=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A6E is #5BB591. Grayscale: #686868. Windows color (decimal): -6010258 or 7228068. OLE color: 7228068.
HSL color Cylindrical-coordinate representation of color #A44A6E: hue angle of 336º 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 #A44A6E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 110 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.36 |
| HSL | 336º | 0.38% | 0.47% | - |
| HSV(B) | 336º | 0.55% | 0.64% | - |
| XYZ | 20.57 | 13.92 | 16.35 | - |
| YUV | 105.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 110 | 0 | 0.55 | 0.33 | 0.36 | 336 | 0.38 | 0.47 |
| Hex | A4 | 4A | 6E | 0 | 37 | 21 | 24 | 150 | 26 | 2F |
| Octal | 244 | 112 | 156 | 0 | 67 | 41 | 44 | 520 | 46 | 57 |
| Binary | 10100100 | 1001010 | 1101110 | 0 | 110111 | 100001 | 100100 | 101010000 | 100110 | 101111 |
Color Harmonies of #A44A6E
Complementary color
Monochromatic Colors of #A44A6E
Black with #A44A6E
Text Example
Text Example
White with #A44A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A6E; }
p { color: rgb(164,74,110); }
H1.HeaderClassName
{
color: #A44A6E;
}
.AnyTagClassName
{
color: #A44A6E;
}
</style>
background-color css
<style>
a { background-color: #A44A6E; }
a { background-color: rgb(164,74,110); }
div.DivClassName
{
background-color: #A44A6E;
}
.BgClassName
{
background-color: #A44A6E;
}
</style>
border-color css
<style>
span { border-color: #A44A6E; }
span { border-color: rgb(164,74,110); }
td.TdClassName
{
border-color: #A44A6E;
}
.TagClassName
{
border-color: #A44A6E;
}
</style>