Shades of Rouge #A2456B
Tints of Rouge #A2456B
RGB
CMYK
RGB Variations
Color information
#A2456B (or 0xA2456B) is known color: Rouge. HEX triplet: A2, 45 and 6B. RGB value is (162,69,107). Sum of RGB (Red+Green+Blue) = 162+69+107=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2456B is #5DBA94. Grayscale: #656565. Windows color (decimal): -6142613 or 7030178. OLE color: 7030178.
HSL color Cylindrical-coordinate representation of color #A2456B: hue angle of 335.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2456B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 107 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.36 |
| HSL | 335.48º | 0.4% | 0.45% | - |
| HSV(B) | 335.48º | 0.57% | 0.64% | - |
| XYZ | 19.68 | 13 | 15.38 | - |
| YUV | 101.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 107 | 0 | 0.57 | 0.34 | 0.36 | 335.48 | 0.4 | 0.45 |
| Hex | A2 | 45 | 6B | 0 | 39 | 22 | 24 | 14F | 28 | 2D |
| Octal | 242 | 105 | 153 | 0 | 71 | 42 | 44 | 517 | 50 | 55 |
| Binary | 10100010 | 1000101 | 1101011 | 0 | 111001 | 100010 | 100100 | 101001111 | 101000 | 101101 |
Color Harmonies of #A2456B
Complementary color
Monochromatic Colors of #A2456B
Black with #A2456B
Text Example
Text Example
White with #A2456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2456B; }
p { color: rgb(162,69,107); }
H1.HeaderClassName
{
color: #A2456B;
}
.AnyTagClassName
{
color: #A2456B;
}
</style>
background-color css
<style>
a { background-color: #A2456B; }
a { background-color: rgb(162,69,107); }
div.DivClassName
{
background-color: #A2456B;
}
.BgClassName
{
background-color: #A2456B;
}
</style>
border-color css
<style>
span { border-color: #A2456B; }
span { border-color: rgb(162,69,107); }
td.TdClassName
{
border-color: #A2456B;
}
.TagClassName
{
border-color: #A2456B;
}
</style>