Shades of Rouge #A4345C
Tints of Rouge #A4345C
RGB
CMYK
RGB Variations
Color information
#A4345C (or 0xA4345C) is known color: Rouge. HEX triplet: A4, 34 and 5C. RGB value is (164,52,92). Sum of RGB (Red+Green+Blue) = 164+52+92=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4345C is #5BCBA3. Grayscale: #5A5A5A. Windows color (decimal): -6015908 or 6042788. OLE color: 6042788.
HSL color Cylindrical-coordinate representation of color #A4345C: hue angle of 338.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4345C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 92 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.36 |
| HSL | 338.57º | 0.52% | 0.42% | - |
| HSV(B) | 338.57º | 0.68% | 0.64% | - |
| XYZ | 18.47 | 11.12 | 11.3 | - |
| YUV | 90.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 92 | 0 | 0.68 | 0.44 | 0.36 | 338.57 | 0.52 | 0.42 |
| Hex | A4 | 34 | 5C | 0 | 44 | 2C | 24 | 153 | 34 | 2A |
| Octal | 244 | 64 | 134 | 0 | 104 | 54 | 44 | 523 | 64 | 52 |
| Binary | 10100100 | 110100 | 1011100 | 0 | 1000100 | 101100 | 100100 | 101010011 | 110100 | 101010 |
Color Harmonies of #A4345C
Complementary color
Monochromatic Colors of #A4345C
Black with #A4345C
Text Example
Text Example
White with #A4345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4345C; }
p { color: rgb(164,52,92); }
H1.HeaderClassName
{
color: #A4345C;
}
.AnyTagClassName
{
color: #A4345C;
}
</style>
background-color css
<style>
a { background-color: #A4345C; }
a { background-color: rgb(164,52,92); }
div.DivClassName
{
background-color: #A4345C;
}
.BgClassName
{
background-color: #A4345C;
}
</style>
border-color css
<style>
span { border-color: #A4345C; }
span { border-color: rgb(164,52,92); }
td.TdClassName
{
border-color: #A4345C;
}
.TagClassName
{
border-color: #A4345C;
}
</style>