Shades of Rouge #A23365
Tints of Rouge #A23365
RGB
CMYK
RGB Variations
Color information
#A23365 (or 0xA23365) is known color: Rouge. HEX triplet: A2, 33 and 65. RGB value is (162,51,101). Sum of RGB (Red+Green+Blue) = 162+51+101=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23365 is #5DCC9A. Grayscale: #595959. Windows color (decimal): -6147227 or 6632354. OLE color: 6632354.
HSL color Cylindrical-coordinate representation of color #A23365: hue angle of 332.97º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23365 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 101 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.36 |
| HSL | 332.97º | 0.52% | 0.42% | - |
| HSV(B) | 332.97º | 0.69% | 0.64% | - |
| XYZ | 18.43 | 10.99 | 13.46 | - |
| YUV | 89.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 101 | 0 | 0.69 | 0.38 | 0.36 | 332.97 | 0.52 | 0.42 |
| Hex | A2 | 33 | 65 | 0 | 45 | 26 | 24 | 14D | 34 | 2A |
| Octal | 242 | 63 | 145 | 0 | 105 | 46 | 44 | 515 | 64 | 52 |
| Binary | 10100010 | 110011 | 1100101 | 0 | 1000101 | 100110 | 100100 | 101001101 | 110100 | 101010 |
Color Harmonies of #A23365
Complementary color
Monochromatic Colors of #A23365
Black with #A23365
Text Example
Text Example
White with #A23365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23365; }
p { color: rgb(162,51,101); }
H1.HeaderClassName
{
color: #A23365;
}
.AnyTagClassName
{
color: #A23365;
}
</style>
background-color css
<style>
a { background-color: #A23365; }
a { background-color: rgb(162,51,101); }
div.DivClassName
{
background-color: #A23365;
}
.BgClassName
{
background-color: #A23365;
}
</style>
border-color css
<style>
span { border-color: #A23365; }
span { border-color: rgb(162,51,101); }
td.TdClassName
{
border-color: #A23365;
}
.TagClassName
{
border-color: #A23365;
}
</style>