Shades of Rouge #A3386B
Tints of Rouge #A3386B
RGB
CMYK
RGB Variations
Color information
#A3386B (or 0xA3386B) is known color: Rouge. HEX triplet: A3, 38 and 6B. RGB value is (163,56,107). Sum of RGB (Red+Green+Blue) = 163+56+107=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3386B is #5CC794. Grayscale: #5D5D5D. Windows color (decimal): -6080405 or 7026851. OLE color: 7026851.
HSL color Cylindrical-coordinate representation of color #A3386B: hue angle of 331.4º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3386B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 107 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.36 |
| HSL | 331.4º | 0.49% | 0.43% | - |
| HSV(B) | 331.4º | 0.66% | 0.64% | - |
| XYZ | 19.17 | 11.68 | 15.15 | - |
| YUV | 93.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 107 | 0 | 0.66 | 0.34 | 0.36 | 331.4 | 0.49 | 0.43 |
| Hex | A3 | 38 | 6B | 0 | 42 | 22 | 24 | 14B | 31 | 2B |
| Octal | 243 | 70 | 153 | 0 | 102 | 42 | 44 | 513 | 61 | 53 |
| Binary | 10100011 | 111000 | 1101011 | 0 | 1000010 | 100010 | 100100 | 101001011 | 110001 | 101011 |
Color Harmonies of #A3386B
Complementary color
Monochromatic Colors of #A3386B
Black with #A3386B
Text Example
Text Example
White with #A3386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3386B; }
p { color: rgb(163,56,107); }
H1.HeaderClassName
{
color: #A3386B;
}
.AnyTagClassName
{
color: #A3386B;
}
</style>
background-color css
<style>
a { background-color: #A3386B; }
a { background-color: rgb(163,56,107); }
div.DivClassName
{
background-color: #A3386B;
}
.BgClassName
{
background-color: #A3386B;
}
</style>
border-color css
<style>
span { border-color: #A3386B; }
span { border-color: rgb(163,56,107); }
td.TdClassName
{
border-color: #A3386B;
}
.TagClassName
{
border-color: #A3386B;
}
</style>