Shades of Rouge #A2436D
Tints of Rouge #A2436D
RGB
CMYK
RGB Variations
Color information
#A2436D (or 0xA2436D) is known color: Rouge. HEX triplet: A2, 43 and 6D. RGB value is (162,67,109). Sum of RGB (Red+Green+Blue) = 162+67+109=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2436D is #5DBC92. Grayscale: #646464. Windows color (decimal): -6143123 or 7160738. OLE color: 7160738.
HSL color Cylindrical-coordinate representation of color #A2436D: 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.59%. Process color model (Four color, CMYK) of #A2436D is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 109 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.36 |
| HSL | 333.47º | 0.41% | 0.45% | - |
| HSV(B) | 333.47º | 0.59% | 0.64% | - |
| XYZ | 19.67 | 12.8 | 15.9 | - |
| YUV | 100.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 109 | 0 | 0.59 | 0.33 | 0.36 | 333.47 | 0.41 | 0.45 |
| Hex | A2 | 43 | 6D | 0 | 3B | 21 | 24 | 14D | 29 | 2D |
| Octal | 242 | 103 | 155 | 0 | 73 | 41 | 44 | 515 | 51 | 55 |
| Binary | 10100010 | 1000011 | 1101101 | 0 | 111011 | 100001 | 100100 | 101001101 | 101001 | 101101 |
Color Harmonies of #A2436D
Complementary color
Monochromatic Colors of #A2436D
Black with #A2436D
Text Example
Text Example
White with #A2436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2436D; }
p { color: rgb(162,67,109); }
H1.HeaderClassName
{
color: #A2436D;
}
.AnyTagClassName
{
color: #A2436D;
}
</style>
background-color css
<style>
a { background-color: #A2436D; }
a { background-color: rgb(162,67,109); }
div.DivClassName
{
background-color: #A2436D;
}
.BgClassName
{
background-color: #A2436D;
}
</style>
border-color css
<style>
span { border-color: #A2436D; }
span { border-color: rgb(162,67,109); }
td.TdClassName
{
border-color: #A2436D;
}
.TagClassName
{
border-color: #A2436D;
}
</style>