Shades of Rouge #A3396D
Tints of Rouge #A3396D
RGB
CMYK
RGB Variations
Color information
#A3396D (or 0xA3396D) is known color: Rouge. HEX triplet: A3, 39 and 6D. RGB value is (163,57,109). Sum of RGB (Red+Green+Blue) = 163+57+109=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3396D is #5CC692. Grayscale: #5E5E5E. Windows color (decimal): -6080147 or 7158179. OLE color: 7158179.
HSL color Cylindrical-coordinate representation of color #A3396D: hue angle of 330.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3396D is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 109 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.36 |
| HSL | 330.57º | 0.48% | 0.43% | - |
| HSV(B) | 330.57º | 0.65% | 0.64% | - |
| XYZ | 19.33 | 11.82 | 15.73 | - |
| YUV | 94.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 109 | 0 | 0.65 | 0.33 | 0.36 | 330.57 | 0.48 | 0.43 |
| Hex | A3 | 39 | 6D | 0 | 41 | 21 | 24 | 14B | 30 | 2B |
| Octal | 243 | 71 | 155 | 0 | 101 | 41 | 44 | 513 | 60 | 53 |
| Binary | 10100011 | 111001 | 1101101 | 0 | 1000001 | 100001 | 100100 | 101001011 | 110000 | 101011 |
Color Harmonies of #A3396D
Complementary color
Monochromatic Colors of #A3396D
Black with #A3396D
Text Example
Text Example
White with #A3396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3396D; }
p { color: rgb(163,57,109); }
H1.HeaderClassName
{
color: #A3396D;
}
.AnyTagClassName
{
color: #A3396D;
}
</style>
background-color css
<style>
a { background-color: #A3396D; }
a { background-color: rgb(163,57,109); }
div.DivClassName
{
background-color: #A3396D;
}
.BgClassName
{
background-color: #A3396D;
}
</style>
border-color css
<style>
span { border-color: #A3396D; }
span { border-color: rgb(163,57,109); }
td.TdClassName
{
border-color: #A3396D;
}
.TagClassName
{
border-color: #A3396D;
}
</style>