Shades of Rouge #A3406E
Tints of Rouge #A3406E
RGB
CMYK
RGB Variations
Color information
#A3406E (or 0xA3406E) is known color: Rouge. HEX triplet: A3, 40 and 6E. RGB value is (163,64,110). Sum of RGB (Red+Green+Blue) = 163+64+110=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3406E is #5CBF91. Grayscale: #626262. Windows color (decimal): -6078354 or 7225507. OLE color: 7225507.
HSL color Cylindrical-coordinate representation of color #A3406E: hue angle of 332.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3406E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 110 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.36 |
| HSL | 332.12º | 0.44% | 0.45% | - |
| HSV(B) | 332.12º | 0.61% | 0.64% | - |
| XYZ | 19.75 | 12.58 | 16.14 | - |
| YUV | 98.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 110 | 0 | 0.61 | 0.33 | 0.36 | 332.12 | 0.44 | 0.45 |
| Hex | A3 | 40 | 6E | 0 | 3D | 21 | 24 | 14C | 2C | 2D |
| Octal | 243 | 100 | 156 | 0 | 75 | 41 | 44 | 514 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1101110 | 0 | 111101 | 100001 | 100100 | 101001100 | 101100 | 101101 |
Color Harmonies of #A3406E
Complementary color
Monochromatic Colors of #A3406E
Black with #A3406E
Text Example
Text Example
White with #A3406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3406E; }
p { color: rgb(163,64,110); }
H1.HeaderClassName
{
color: #A3406E;
}
.AnyTagClassName
{
color: #A3406E;
}
</style>
background-color css
<style>
a { background-color: #A3406E; }
a { background-color: rgb(163,64,110); }
div.DivClassName
{
background-color: #A3406E;
}
.BgClassName
{
background-color: #A3406E;
}
</style>
border-color css
<style>
span { border-color: #A3406E; }
span { border-color: rgb(163,64,110); }
td.TdClassName
{
border-color: #A3406E;
}
.TagClassName
{
border-color: #A3406E;
}
</style>