Shades of Rouge #A44C67
Tints of Rouge #A44C67
RGB
CMYK
RGB Variations
Color information
#A44C67 (or 0xA44C67) is known color: Rouge. HEX triplet: A4, 4C and 67. RGB value is (164,76,103). Sum of RGB (Red+Green+Blue) = 164+76+103=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C67 is #5BB398. Grayscale: #696969. Windows color (decimal): -6009753 or 6769828. OLE color: 6769828.
HSL color Cylindrical-coordinate representation of color #A44C67: hue angle of 341.59º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C67 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 103 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.36 |
| HSL | 341.59º | 0.37% | 0.47% | - |
| HSV(B) | 341.59º | 0.54% | 0.64% | - |
| XYZ | 20.34 | 14.04 | 14.47 | - |
| YUV | 105.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 103 | 0 | 0.54 | 0.37 | 0.36 | 341.59 | 0.37 | 0.47 |
| Hex | A4 | 4C | 67 | 0 | 36 | 25 | 24 | 156 | 25 | 2F |
| Octal | 244 | 114 | 147 | 0 | 66 | 45 | 44 | 526 | 45 | 57 |
| Binary | 10100100 | 1001100 | 1100111 | 0 | 110110 | 100101 | 100100 | 101010110 | 100101 | 101111 |
Color Harmonies of #A44C67
Complementary color
Monochromatic Colors of #A44C67
Black with #A44C67
Text Example
Text Example
White with #A44C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C67; }
p { color: rgb(164,76,103); }
H1.HeaderClassName
{
color: #A44C67;
}
.AnyTagClassName
{
color: #A44C67;
}
</style>
background-color css
<style>
a { background-color: #A44C67; }
a { background-color: rgb(164,76,103); }
div.DivClassName
{
background-color: #A44C67;
}
.BgClassName
{
background-color: #A44C67;
}
</style>
border-color css
<style>
span { border-color: #A44C67; }
span { border-color: rgb(164,76,103); }
td.TdClassName
{
border-color: #A44C67;
}
.TagClassName
{
border-color: #A44C67;
}
</style>