Shades of Rouge #A03765
Tints of Rouge #A03765
RGB
CMYK
RGB Variations
Color information
#A03765 (or 0xA03765) is known color: Rouge. HEX triplet: A0, 37 and 65. RGB value is (160,55,101). Sum of RGB (Red+Green+Blue) = 160+55+101=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A03765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03765 is #5FC89A. Grayscale: #5B5B5B. Windows color (decimal): -6277275 or 6633376. OLE color: 6633376.
HSL color Cylindrical-coordinate representation of color #A03765: hue angle of 333.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03765 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 101 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.37 |
| HSL | 333.71º | 0.49% | 0.42% | - |
| HSV(B) | 333.71º | 0.66% | 0.63% | - |
| XYZ | 18.21 | 11.15 | 13.5 | - |
| YUV | 91.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 101 | 0 | 0.66 | 0.37 | 0.37 | 333.71 | 0.49 | 0.42 |
| Hex | A0 | 37 | 65 | 0 | 42 | 25 | 25 | 14E | 31 | 2A |
| Octal | 240 | 67 | 145 | 0 | 102 | 45 | 45 | 516 | 61 | 52 |
| Binary | 10100000 | 110111 | 1100101 | 0 | 1000010 | 100101 | 100101 | 101001110 | 110001 | 101010 |
Color Harmonies of #A03765
Complementary color
Monochromatic Colors of #A03765
Black with #A03765
Text Example
Text Example
White with #A03765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03765; }
p { color: rgb(160,55,101); }
H1.HeaderClassName
{
color: #A03765;
}
.AnyTagClassName
{
color: #A03765;
}
</style>
background-color css
<style>
a { background-color: #A03765; }
a { background-color: rgb(160,55,101); }
div.DivClassName
{
background-color: #A03765;
}
.BgClassName
{
background-color: #A03765;
}
</style>
border-color css
<style>
span { border-color: #A03765; }
span { border-color: rgb(160,55,101); }
td.TdClassName
{
border-color: #A03765;
}
.TagClassName
{
border-color: #A03765;
}
</style>