Shades of Rouge #A03767
Tints of Rouge #A03767
RGB
CMYK
RGB Variations
Color information
#A03767 (or 0xA03767) is known color: Rouge. HEX triplet: A0, 37 and 67. RGB value is (160,55,103). Sum of RGB (Red+Green+Blue) = 160+55+103=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A03767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03767 is #5FC898. Grayscale: #5B5B5B. Windows color (decimal): -6277273 or 6764448. OLE color: 6764448.
HSL color Cylindrical-coordinate representation of color #A03767: hue angle of 332.57º 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 #A03767 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 103 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.37 |
| HSL | 332.57º | 0.49% | 0.42% | - |
| HSV(B) | 332.57º | 0.66% | 0.63% | - |
| XYZ | 18.31 | 11.19 | 14.03 | - |
| YUV | 91.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 103 | 0 | 0.66 | 0.36 | 0.37 | 332.57 | 0.49 | 0.42 |
| Hex | A0 | 37 | 67 | 0 | 42 | 24 | 25 | 14D | 31 | 2A |
| Octal | 240 | 67 | 147 | 0 | 102 | 44 | 45 | 515 | 61 | 52 |
| Binary | 10100000 | 110111 | 1100111 | 0 | 1000010 | 100100 | 100101 | 101001101 | 110001 | 101010 |
Color Harmonies of #A03767
Complementary color
Monochromatic Colors of #A03767
Black with #A03767
Text Example
Text Example
White with #A03767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03767; }
p { color: rgb(160,55,103); }
H1.HeaderClassName
{
color: #A03767;
}
.AnyTagClassName
{
color: #A03767;
}
</style>
background-color css
<style>
a { background-color: #A03767; }
a { background-color: rgb(160,55,103); }
div.DivClassName
{
background-color: #A03767;
}
.BgClassName
{
background-color: #A03767;
}
</style>
border-color css
<style>
span { border-color: #A03767; }
span { border-color: rgb(160,55,103); }
td.TdClassName
{
border-color: #A03767;
}
.TagClassName
{
border-color: #A03767;
}
</style>