Shades of Rouge #A43760
Tints of Rouge #A43760
RGB
CMYK
RGB Variations
Color information
#A43760 (or 0xA43760) is known color: Rouge. HEX triplet: A4, 37 and 60. RGB value is (164,55,96). Sum of RGB (Red+Green+Blue) = 164+55+96=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A43760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43760 is #5BC89F. Grayscale: #5C5C5C. Windows color (decimal): -6015136 or 6305700. OLE color: 6305700.
HSL color Cylindrical-coordinate representation of color #A43760: hue angle of 337.43º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43760 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 96 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.36 |
| HSL | 337.43º | 0.5% | 0.43% | - |
| HSV(B) | 337.43º | 0.66% | 0.64% | - |
| XYZ | 18.79 | 11.47 | 12.29 | - |
| YUV | 92.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 96 | 0 | 0.66 | 0.41 | 0.36 | 337.43 | 0.5 | 0.43 |
| Hex | A4 | 37 | 60 | 0 | 42 | 29 | 24 | 151 | 32 | 2B |
| Octal | 244 | 67 | 140 | 0 | 102 | 51 | 44 | 521 | 62 | 53 |
| Binary | 10100100 | 110111 | 1100000 | 0 | 1000010 | 101001 | 100100 | 101010001 | 110010 | 101011 |
Color Harmonies of #A43760
Complementary color
Monochromatic Colors of #A43760
Black with #A43760
Text Example
Text Example
White with #A43760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43760; }
p { color: rgb(164,55,96); }
H1.HeaderClassName
{
color: #A43760;
}
.AnyTagClassName
{
color: #A43760;
}
</style>
background-color css
<style>
a { background-color: #A43760; }
a { background-color: rgb(164,55,96); }
div.DivClassName
{
background-color: #A43760;
}
.BgClassName
{
background-color: #A43760;
}
</style>
border-color css
<style>
span { border-color: #A43760; }
span { border-color: rgb(164,55,96); }
td.TdClassName
{
border-color: #A43760;
}
.TagClassName
{
border-color: #A43760;
}
</style>