Shades of Rouge #A43C6F
Tints of Rouge #A43C6F
RGB
CMYK
RGB Variations
Color information
#A43C6F (or 0xA43C6F) is known color: Rouge. HEX triplet: A4, 3C and 6F. RGB value is (164,60,111). Sum of RGB (Red+Green+Blue) = 164+60+111=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C6F is #5BC390. Grayscale: #606060. Windows color (decimal): -6013841 or 7290020. OLE color: 7290020.
HSL color Cylindrical-coordinate representation of color #A43C6F: hue angle of 330.58º 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 #A43C6F is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 111 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.36 |
| HSL | 330.58º | 0.46% | 0.44% | - |
| HSV(B) | 330.58º | 0.63% | 0.64% | - |
| XYZ | 19.79 | 12.27 | 16.36 | - |
| YUV | 96.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 111 | 0 | 0.63 | 0.32 | 0.36 | 330.58 | 0.46 | 0.44 |
| Hex | A4 | 3C | 6F | 0 | 3F | 20 | 24 | 14B | 2E | 2C |
| Octal | 244 | 74 | 157 | 0 | 77 | 40 | 44 | 513 | 56 | 54 |
| Binary | 10100100 | 111100 | 1101111 | 0 | 111111 | 100000 | 100100 | 101001011 | 101110 | 101100 |
Color Harmonies of #A43C6F
Complementary color
Monochromatic Colors of #A43C6F
Black with #A43C6F
Text Example
Text Example
White with #A43C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C6F; }
p { color: rgb(164,60,111); }
H1.HeaderClassName
{
color: #A43C6F;
}
.AnyTagClassName
{
color: #A43C6F;
}
</style>
background-color css
<style>
a { background-color: #A43C6F; }
a { background-color: rgb(164,60,111); }
div.DivClassName
{
background-color: #A43C6F;
}
.BgClassName
{
background-color: #A43C6F;
}
</style>
border-color css
<style>
span { border-color: #A43C6F; }
span { border-color: rgb(164,60,111); }
td.TdClassName
{
border-color: #A43C6F;
}
.TagClassName
{
border-color: #A43C6F;
}
</style>