Shades of Rouge #A03465
Tints of Rouge #A03465
RGB
CMYK
RGB Variations
Color information
#A03465 (or 0xA03465) is known color: Rouge. HEX triplet: A0, 34 and 65. RGB value is (160,52,101). Sum of RGB (Red+Green+Blue) = 160+52+101=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A03465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03465 is #5FCB9A. Grayscale: #595959. Windows color (decimal): -6278043 or 6632608. OLE color: 6632608.
HSL color Cylindrical-coordinate representation of color #A03465: hue angle of 332.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03465 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 101 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.37 |
| HSL | 332.78º | 0.51% | 0.42% | - |
| HSV(B) | 332.78º | 0.68% | 0.63% | - |
| XYZ | 18.07 | 10.87 | 13.46 | - |
| YUV | 89.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 101 | 0 | 0.68 | 0.37 | 0.37 | 332.78 | 0.51 | 0.42 |
| Hex | A0 | 34 | 65 | 0 | 44 | 25 | 25 | 14D | 33 | 2A |
| Octal | 240 | 64 | 145 | 0 | 104 | 45 | 45 | 515 | 63 | 52 |
| Binary | 10100000 | 110100 | 1100101 | 0 | 1000100 | 100101 | 100101 | 101001101 | 110011 | 101010 |
Color Harmonies of #A03465
Complementary color
Monochromatic Colors of #A03465
Black with #A03465
Text Example
Text Example
White with #A03465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03465; }
p { color: rgb(160,52,101); }
H1.HeaderClassName
{
color: #A03465;
}
.AnyTagClassName
{
color: #A03465;
}
</style>
background-color css
<style>
a { background-color: #A03465; }
a { background-color: rgb(160,52,101); }
div.DivClassName
{
background-color: #A03465;
}
.BgClassName
{
background-color: #A03465;
}
</style>
border-color css
<style>
span { border-color: #A03465; }
span { border-color: rgb(160,52,101); }
td.TdClassName
{
border-color: #A03465;
}
.TagClassName
{
border-color: #A03465;
}
</style>