Shades of Rouge #A4356C
Tints of Rouge #A4356C
RGB
CMYK
RGB Variations
Color information
#A4356C (or 0xA4356C) is known color: Rouge. HEX triplet: A4, 35 and 6C. RGB value is (164,53,108). Sum of RGB (Red+Green+Blue) = 164+53+108=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4356C is #5BCA93. Grayscale: #5C5C5C. Windows color (decimal): -6015636 or 7091620. OLE color: 7091620.
HSL color Cylindrical-coordinate representation of color #A4356C: hue angle of 330.27º 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 #A4356C is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 108 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.36 |
| HSL | 330.27º | 0.51% | 0.43% | - |
| HSV(B) | 330.27º | 0.68% | 0.64% | - |
| XYZ | 19.29 | 11.52 | 15.39 | - |
| YUV | 92.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 108 | 0 | 0.68 | 0.34 | 0.36 | 330.27 | 0.51 | 0.43 |
| Hex | A4 | 35 | 6C | 0 | 44 | 22 | 24 | 14A | 33 | 2B |
| Octal | 244 | 65 | 154 | 0 | 104 | 42 | 44 | 512 | 63 | 53 |
| Binary | 10100100 | 110101 | 1101100 | 0 | 1000100 | 100010 | 100100 | 101001010 | 110011 | 101011 |
Color Harmonies of #A4356C
Complementary color
Monochromatic Colors of #A4356C
Black with #A4356C
Text Example
Text Example
White with #A4356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4356C; }
p { color: rgb(164,53,108); }
H1.HeaderClassName
{
color: #A4356C;
}
.AnyTagClassName
{
color: #A4356C;
}
</style>
background-color css
<style>
a { background-color: #A4356C; }
a { background-color: rgb(164,53,108); }
div.DivClassName
{
background-color: #A4356C;
}
.BgClassName
{
background-color: #A4356C;
}
</style>
border-color css
<style>
span { border-color: #A4356C; }
span { border-color: rgb(164,53,108); }
td.TdClassName
{
border-color: #A4356C;
}
.TagClassName
{
border-color: #A4356C;
}
</style>