Shades of Rouge #A23465
Tints of Rouge #A23465
RGB
CMYK
RGB Variations
Color information
#A23465 (or 0xA23465) is known color: Rouge. HEX triplet: A2, 34 and 65. RGB value is (162,52,101). Sum of RGB (Red+Green+Blue) = 162+52+101=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23465 is #5DCB9A. Grayscale: #5A5A5A. Windows color (decimal): -6146971 or 6632610. OLE color: 6632610.
HSL color Cylindrical-coordinate representation of color #A23465: hue angle of 333.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23465 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 101 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.36 |
| HSL | 333.27º | 0.51% | 0.42% | - |
| HSV(B) | 333.27º | 0.68% | 0.64% | - |
| XYZ | 18.48 | 11.08 | 13.48 | - |
| YUV | 90.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 101 | 0 | 0.68 | 0.38 | 0.36 | 333.27 | 0.51 | 0.42 |
| Hex | A2 | 34 | 65 | 0 | 44 | 26 | 24 | 14D | 33 | 2A |
| Octal | 242 | 64 | 145 | 0 | 104 | 46 | 44 | 515 | 63 | 52 |
| Binary | 10100010 | 110100 | 1100101 | 0 | 1000100 | 100110 | 100100 | 101001101 | 110011 | 101010 |
Color Harmonies of #A23465
Complementary color
Monochromatic Colors of #A23465
Black with #A23465
Text Example
Text Example
White with #A23465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23465; }
p { color: rgb(162,52,101); }
H1.HeaderClassName
{
color: #A23465;
}
.AnyTagClassName
{
color: #A23465;
}
</style>
background-color css
<style>
a { background-color: #A23465; }
a { background-color: rgb(162,52,101); }
div.DivClassName
{
background-color: #A23465;
}
.BgClassName
{
background-color: #A23465;
}
</style>
border-color css
<style>
span { border-color: #A23465; }
span { border-color: rgb(162,52,101); }
td.TdClassName
{
border-color: #A23465;
}
.TagClassName
{
border-color: #A23465;
}
</style>