Shades of Rouge #A0396B
Tints of Rouge #A0396B
RGB
CMYK
RGB Variations
Color information
#A0396B (or 0xA0396B) is known color: Rouge. HEX triplet: A0, 39 and 6B. RGB value is (160,57,107). Sum of RGB (Red+Green+Blue) = 160+57+107=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0396B is #5FC694. Grayscale: #5D5D5D. Windows color (decimal): -6276757 or 7027104. OLE color: 7027104.
HSL color Cylindrical-coordinate representation of color #A0396B: hue angle of 330.87º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0396B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 107 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.37 |
| HSL | 330.87º | 0.47% | 0.43% | - |
| HSV(B) | 330.87º | 0.64% | 0.63% | - |
| XYZ | 18.61 | 11.46 | 15.14 | - |
| YUV | 93.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 107 | 0 | 0.64 | 0.33 | 0.37 | 330.87 | 0.47 | 0.43 |
| Hex | A0 | 39 | 6B | 0 | 40 | 21 | 25 | 14B | 2F | 2B |
| Octal | 240 | 71 | 153 | 0 | 100 | 41 | 45 | 513 | 57 | 53 |
| Binary | 10100000 | 111001 | 1101011 | 0 | 1000000 | 100001 | 100101 | 101001011 | 101111 | 101011 |
Color Harmonies of #A0396B
Complementary color
Monochromatic Colors of #A0396B
Black with #A0396B
Text Example
Text Example
White with #A0396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0396B; }
p { color: rgb(160,57,107); }
H1.HeaderClassName
{
color: #A0396B;
}
.AnyTagClassName
{
color: #A0396B;
}
</style>
background-color css
<style>
a { background-color: #A0396B; }
a { background-color: rgb(160,57,107); }
div.DivClassName
{
background-color: #A0396B;
}
.BgClassName
{
background-color: #A0396B;
}
</style>
border-color css
<style>
span { border-color: #A0396B; }
span { border-color: rgb(160,57,107); }
td.TdClassName
{
border-color: #A0396B;
}
.TagClassName
{
border-color: #A0396B;
}
</style>