Shades of Rouge #A43265
Tints of Rouge #A43265
RGB
CMYK
RGB Variations
Color information
#A43265 (or 0xA43265) is known color: Rouge. HEX triplet: A4, 32 and 65. RGB value is (164,50,101). Sum of RGB (Red+Green+Blue) = 164+50+101=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A43265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43265 is #5BCD9A. Grayscale: #595959. Windows color (decimal): -6016411 or 6632100. OLE color: 6632100.
HSL color Cylindrical-coordinate representation of color #A43265: hue angle of 333.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43265 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 101 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.36 |
| HSL | 333.16º | 0.53% | 0.42% | - |
| HSV(B) | 333.16º | 0.7% | 0.64% | - |
| XYZ | 18.8 | 11.11 | 13.47 | - |
| YUV | 89.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 101 | 0 | 0.70 | 0.38 | 0.36 | 333.16 | 0.53 | 0.42 |
| Hex | A4 | 32 | 65 | 0 | 46 | 26 | 24 | 14D | 35 | 2A |
| Octal | 244 | 62 | 145 | 0 | 106 | 46 | 44 | 515 | 65 | 52 |
| Binary | 10100100 | 110010 | 1100101 | 0 | 1000110 | 100110 | 100100 | 101001101 | 110101 | 101010 |
Color Harmonies of #A43265
Complementary color
Monochromatic Colors of #A43265
Black with #A43265
Text Example
Text Example
White with #A43265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43265; }
p { color: rgb(164,50,101); }
H1.HeaderClassName
{
color: #A43265;
}
.AnyTagClassName
{
color: #A43265;
}
</style>
background-color css
<style>
a { background-color: #A43265; }
a { background-color: rgb(164,50,101); }
div.DivClassName
{
background-color: #A43265;
}
.BgClassName
{
background-color: #A43265;
}
</style>
border-color css
<style>
span { border-color: #A43265; }
span { border-color: rgb(164,50,101); }
td.TdClassName
{
border-color: #A43265;
}
.TagClassName
{
border-color: #A43265;
}
</style>