Shades of Rouge #A43C64
Tints of Rouge #A43C64
RGB
CMYK
RGB Variations
Color information
#A43C64 (or 0xA43C64) is known color: Rouge. HEX triplet: A4, 3C and 64. RGB value is (164,60,100). Sum of RGB (Red+Green+Blue) = 164+60+100=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C64 is #5BC39B. Grayscale: #5F5F5F. Windows color (decimal): -6013852 or 6569124. OLE color: 6569124.
HSL color Cylindrical-coordinate representation of color #A43C64: hue angle of 336.92º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C64 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 100 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.36 |
| HSL | 336.92º | 0.46% | 0.44% | - |
| HSV(B) | 336.92º | 0.63% | 0.64% | - |
| XYZ | 19.23 | 12.04 | 13.37 | - |
| YUV | 95.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 100 | 0 | 0.63 | 0.39 | 0.36 | 336.92 | 0.46 | 0.44 |
| Hex | A4 | 3C | 64 | 0 | 3F | 27 | 24 | 151 | 2E | 2C |
| Octal | 244 | 74 | 144 | 0 | 77 | 47 | 44 | 521 | 56 | 54 |
| Binary | 10100100 | 111100 | 1100100 | 0 | 111111 | 100111 | 100100 | 101010001 | 101110 | 101100 |
Color Harmonies of #A43C64
Complementary color
Monochromatic Colors of #A43C64
Black with #A43C64
Text Example
Text Example
White with #A43C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C64; }
p { color: rgb(164,60,100); }
H1.HeaderClassName
{
color: #A43C64;
}
.AnyTagClassName
{
color: #A43C64;
}
</style>
background-color css
<style>
a { background-color: #A43C64; }
a { background-color: rgb(164,60,100); }
div.DivClassName
{
background-color: #A43C64;
}
.BgClassName
{
background-color: #A43C64;
}
</style>
border-color css
<style>
span { border-color: #A43C64; }
span { border-color: rgb(164,60,100); }
td.TdClassName
{
border-color: #A43C64;
}
.TagClassName
{
border-color: #A43C64;
}
</style>