Shades of Rouge #A3446E
Tints of Rouge #A3446E
RGB
CMYK
RGB Variations
Color information
#A3446E (or 0xA3446E) is known color: Rouge. HEX triplet: A3, 44 and 6E. RGB value is (163,68,110). Sum of RGB (Red+Green+Blue) = 163+68+110=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3446E is #5CBB91. Grayscale: #656565. Windows color (decimal): -6077330 or 7226531. OLE color: 7226531.
HSL color Cylindrical-coordinate representation of color #A3446E: hue angle of 333.47º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3446E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 110 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.36 |
| HSL | 333.47º | 0.41% | 0.45% | - |
| HSV(B) | 333.47º | 0.58% | 0.64% | - |
| XYZ | 19.99 | 13.05 | 16.22 | - |
| YUV | 101.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 110 | 0 | 0.58 | 0.33 | 0.36 | 333.47 | 0.41 | 0.45 |
| Hex | A3 | 44 | 6E | 0 | 3A | 21 | 24 | 14D | 29 | 2D |
| Octal | 243 | 104 | 156 | 0 | 72 | 41 | 44 | 515 | 51 | 55 |
| Binary | 10100011 | 1000100 | 1101110 | 0 | 111010 | 100001 | 100100 | 101001101 | 101001 | 101101 |
Color Harmonies of #A3446E
Complementary color
Monochromatic Colors of #A3446E
Black with #A3446E
Text Example
Text Example
White with #A3446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3446E; }
p { color: rgb(163,68,110); }
H1.HeaderClassName
{
color: #A3446E;
}
.AnyTagClassName
{
color: #A3446E;
}
</style>
background-color css
<style>
a { background-color: #A3446E; }
a { background-color: rgb(163,68,110); }
div.DivClassName
{
background-color: #A3446E;
}
.BgClassName
{
background-color: #A3446E;
}
</style>
border-color css
<style>
span { border-color: #A3446E; }
span { border-color: rgb(163,68,110); }
td.TdClassName
{
border-color: #A3446E;
}
.TagClassName
{
border-color: #A3446E;
}
</style>