Shades of Rouge #A3386E
Tints of Rouge #A3386E
RGB
CMYK
RGB Variations
Color information
#A3386E (or 0xA3386E) is known color: Rouge. HEX triplet: A3, 38 and 6E. RGB value is (163,56,110). Sum of RGB (Red+Green+Blue) = 163+56+110=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3386E is #5CC791. Grayscale: #5E5E5E. Windows color (decimal): -6080402 or 7223459. OLE color: 7223459.
HSL color Cylindrical-coordinate representation of color #A3386E: hue angle of 329.72º 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 #A3386E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 110 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.36 |
| HSL | 329.72º | 0.49% | 0.43% | - |
| HSV(B) | 329.72º | 0.66% | 0.64% | - |
| XYZ | 19.33 | 11.74 | 16 | - |
| YUV | 94.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 110 | 0 | 0.66 | 0.33 | 0.36 | 329.72 | 0.49 | 0.43 |
| Hex | A3 | 38 | 6E | 0 | 42 | 21 | 24 | 14A | 31 | 2B |
| Octal | 243 | 70 | 156 | 0 | 102 | 41 | 44 | 512 | 61 | 53 |
| Binary | 10100011 | 111000 | 1101110 | 0 | 1000010 | 100001 | 100100 | 101001010 | 110001 | 101011 |
Color Harmonies of #A3386E
Complementary color
Monochromatic Colors of #A3386E
Black with #A3386E
Text Example
Text Example
White with #A3386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3386E; }
p { color: rgb(163,56,110); }
H1.HeaderClassName
{
color: #A3386E;
}
.AnyTagClassName
{
color: #A3386E;
}
</style>
background-color css
<style>
a { background-color: #A3386E; }
a { background-color: rgb(163,56,110); }
div.DivClassName
{
background-color: #A3386E;
}
.BgClassName
{
background-color: #A3386E;
}
</style>
border-color css
<style>
span { border-color: #A3386E; }
span { border-color: rgb(163,56,110); }
td.TdClassName
{
border-color: #A3386E;
}
.TagClassName
{
border-color: #A3386E;
}
</style>