Shades of Rouge #A2396A
Tints of Rouge #A2396A
RGB
CMYK
RGB Variations
Color information
#A2396A (or 0xA2396A) is known color: Rouge. HEX triplet: A2, 39 and 6A. RGB value is (162,57,106). Sum of RGB (Red+Green+Blue) = 162+57+106=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2396A is #5DC695. Grayscale: #5D5D5D. Windows color (decimal): -6145686 or 6961570. OLE color: 6961570.
HSL color Cylindrical-coordinate representation of color #A2396A: hue angle of 332º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2396A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 106 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.36 |
| HSL | 332º | 0.48% | 0.43% | - |
| HSV(B) | 332º | 0.65% | 0.64% | - |
| XYZ | 18.96 | 11.65 | 14.88 | - |
| YUV | 93.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 106 | 0 | 0.65 | 0.35 | 0.36 | 332 | 0.48 | 0.43 |
| Hex | A2 | 39 | 6A | 0 | 41 | 23 | 24 | 14C | 30 | 2B |
| Octal | 242 | 71 | 152 | 0 | 101 | 43 | 44 | 514 | 60 | 53 |
| Binary | 10100010 | 111001 | 1101010 | 0 | 1000001 | 100011 | 100100 | 101001100 | 110000 | 101011 |
Color Harmonies of #A2396A
Complementary color
Monochromatic Colors of #A2396A
Black with #A2396A
Text Example
Text Example
White with #A2396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2396A; }
p { color: rgb(162,57,106); }
H1.HeaderClassName
{
color: #A2396A;
}
.AnyTagClassName
{
color: #A2396A;
}
</style>
background-color css
<style>
a { background-color: #A2396A; }
a { background-color: rgb(162,57,106); }
div.DivClassName
{
background-color: #A2396A;
}
.BgClassName
{
background-color: #A2396A;
}
</style>
border-color css
<style>
span { border-color: #A2396A; }
span { border-color: rgb(162,57,106); }
td.TdClassName
{
border-color: #A2396A;
}
.TagClassName
{
border-color: #A2396A;
}
</style>