Shades of Rouge #A4366C
Tints of Rouge #A4366C
RGB
CMYK
RGB Variations
Color information
#A4366C (or 0xA4366C) is known color: Rouge. HEX triplet: A4, 36 and 6C. RGB value is (164,54,108). Sum of RGB (Red+Green+Blue) = 164+54+108=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4366C is #5BC993. Grayscale: #5C5C5C. Windows color (decimal): -6015380 or 7091876. OLE color: 7091876.
HSL color Cylindrical-coordinate representation of color #A4366C: hue angle of 330.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4366C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 108 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.36 |
| HSL | 330.55º | 0.5% | 0.43% | - |
| HSV(B) | 330.55º | 0.67% | 0.64% | - |
| XYZ | 19.34 | 11.61 | 15.41 | - |
| YUV | 93.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 108 | 0 | 0.67 | 0.34 | 0.36 | 330.55 | 0.5 | 0.43 |
| Hex | A4 | 36 | 6C | 0 | 43 | 22 | 24 | 14B | 32 | 2B |
| Octal | 244 | 66 | 154 | 0 | 103 | 42 | 44 | 513 | 62 | 53 |
| Binary | 10100100 | 110110 | 1101100 | 0 | 1000011 | 100010 | 100100 | 101001011 | 110010 | 101011 |
Color Harmonies of #A4366C
Complementary color
Monochromatic Colors of #A4366C
Black with #A4366C
Text Example
Text Example
White with #A4366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4366C; }
p { color: rgb(164,54,108); }
H1.HeaderClassName
{
color: #A4366C;
}
.AnyTagClassName
{
color: #A4366C;
}
</style>
background-color css
<style>
a { background-color: #A4366C; }
a { background-color: rgb(164,54,108); }
div.DivClassName
{
background-color: #A4366C;
}
.BgClassName
{
background-color: #A4366C;
}
</style>
border-color css
<style>
span { border-color: #A4366C; }
span { border-color: rgb(164,54,108); }
td.TdClassName
{
border-color: #A4366C;
}
.TagClassName
{
border-color: #A4366C;
}
</style>