Shades of Rouge #A4356D
Tints of Rouge #A4356D
RGB
CMYK
RGB Variations
Color information
#A4356D (or 0xA4356D) is known color: Rouge. HEX triplet: A4, 35 and 6D. RGB value is (164,53,109). Sum of RGB (Red+Green+Blue) = 164+53+109=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4356D is #5BCA92. Grayscale: #5C5C5C. Windows color (decimal): -6015635 or 7157156. OLE color: 7157156.
HSL color Cylindrical-coordinate representation of color #A4356D: hue angle of 329.73º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4356D is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 109 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.36 |
| HSL | 329.73º | 0.51% | 0.43% | - |
| HSV(B) | 329.73º | 0.68% | 0.64% | - |
| XYZ | 19.34 | 11.54 | 15.68 | - |
| YUV | 92.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 109 | 0 | 0.68 | 0.34 | 0.36 | 329.73 | 0.51 | 0.43 |
| Hex | A4 | 35 | 6D | 0 | 44 | 22 | 24 | 14A | 33 | 2B |
| Octal | 244 | 65 | 155 | 0 | 104 | 42 | 44 | 512 | 63 | 53 |
| Binary | 10100100 | 110101 | 1101101 | 0 | 1000100 | 100010 | 100100 | 101001010 | 110011 | 101011 |
Color Harmonies of #A4356D
Complementary color
Monochromatic Colors of #A4356D
Black with #A4356D
Text Example
Text Example
White with #A4356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4356D; }
p { color: rgb(164,53,109); }
H1.HeaderClassName
{
color: #A4356D;
}
.AnyTagClassName
{
color: #A4356D;
}
</style>
background-color css
<style>
a { background-color: #A4356D; }
a { background-color: rgb(164,53,109); }
div.DivClassName
{
background-color: #A4356D;
}
.BgClassName
{
background-color: #A4356D;
}
</style>
border-color css
<style>
span { border-color: #A4356D; }
span { border-color: rgb(164,53,109); }
td.TdClassName
{
border-color: #A4356D;
}
.TagClassName
{
border-color: #A4356D;
}
</style>