Shades of Rouge #A3436D
Tints of Rouge #A3436D
RGB
CMYK
RGB Variations
Color information
#A3436D (or 0xA3436D) is known color: Rouge. HEX triplet: A3, 43 and 6D. RGB value is (163,67,109). Sum of RGB (Red+Green+Blue) = 163+67+109=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3436D is #5CBC92. Grayscale: #646464. Windows color (decimal): -6077587 or 7160739. OLE color: 7160739.
HSL color Cylindrical-coordinate representation of color #A3436D: hue angle of 333.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3436D is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 109 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.36 |
| HSL | 333.75º | 0.42% | 0.45% | - |
| HSV(B) | 333.75º | 0.59% | 0.64% | - |
| XYZ | 19.87 | 12.9 | 15.91 | - |
| YUV | 100.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 109 | 0 | 0.59 | 0.33 | 0.36 | 333.75 | 0.42 | 0.45 |
| Hex | A3 | 43 | 6D | 0 | 3B | 21 | 24 | 14E | 2A | 2D |
| Octal | 243 | 103 | 155 | 0 | 73 | 41 | 44 | 516 | 52 | 55 |
| Binary | 10100011 | 1000011 | 1101101 | 0 | 111011 | 100001 | 100100 | 101001110 | 101010 | 101101 |
Color Harmonies of #A3436D
Complementary color
Monochromatic Colors of #A3436D
Black with #A3436D
Text Example
Text Example
White with #A3436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3436D; }
p { color: rgb(163,67,109); }
H1.HeaderClassName
{
color: #A3436D;
}
.AnyTagClassName
{
color: #A3436D;
}
</style>
background-color css
<style>
a { background-color: #A3436D; }
a { background-color: rgb(163,67,109); }
div.DivClassName
{
background-color: #A3436D;
}
.BgClassName
{
background-color: #A3436D;
}
</style>
border-color css
<style>
span { border-color: #A3436D; }
span { border-color: rgb(163,67,109); }
td.TdClassName
{
border-color: #A3436D;
}
.TagClassName
{
border-color: #A3436D;
}
</style>