Shades of Rouge #A4366D
Tints of Rouge #A4366D
RGB
CMYK
RGB Variations
Color information
#A4366D (or 0xA4366D) is known color: Rouge. HEX triplet: A4, 36 and 6D. RGB value is (164,54,109). Sum of RGB (Red+Green+Blue) = 164+54+109=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4366D is #5BC992. Grayscale: #5D5D5D. Windows color (decimal): -6015379 or 7157412. OLE color: 7157412.
HSL color Cylindrical-coordinate representation of color #A4366D: hue angle of 330º 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 #A4366D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 109 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.36 |
| HSL | 330º | 0.5% | 0.43% | - |
| HSV(B) | 330º | 0.67% | 0.64% | - |
| XYZ | 19.39 | 11.63 | 15.69 | - |
| YUV | 93.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 109 | 0 | 0.67 | 0.34 | 0.36 | 330 | 0.5 | 0.43 |
| Hex | A4 | 36 | 6D | 0 | 43 | 22 | 24 | 14A | 32 | 2B |
| Octal | 244 | 66 | 155 | 0 | 103 | 42 | 44 | 512 | 62 | 53 |
| Binary | 10100100 | 110110 | 1101101 | 0 | 1000011 | 100010 | 100100 | 101001010 | 110010 | 101011 |
Color Harmonies of #A4366D
Complementary color
Monochromatic Colors of #A4366D
Black with #A4366D
Text Example
Text Example
White with #A4366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4366D; }
p { color: rgb(164,54,109); }
H1.HeaderClassName
{
color: #A4366D;
}
.AnyTagClassName
{
color: #A4366D;
}
</style>
background-color css
<style>
a { background-color: #A4366D; }
a { background-color: rgb(164,54,109); }
div.DivClassName
{
background-color: #A4366D;
}
.BgClassName
{
background-color: #A4366D;
}
</style>
border-color css
<style>
span { border-color: #A4366D; }
span { border-color: rgb(164,54,109); }
td.TdClassName
{
border-color: #A4366D;
}
.TagClassName
{
border-color: #A4366D;
}
</style>