Shades of Rouge #A23863
Tints of Rouge #A23863
RGB
CMYK
RGB Variations
Color information
#A23863 (or 0xA23863) is known color: Rouge. HEX triplet: A2, 38 and 63. RGB value is (162,56,99). Sum of RGB (Red+Green+Blue) = 162+56+99=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23863 is #5DC79C. Grayscale: #5C5C5C. Windows color (decimal): -6145949 or 6502562. OLE color: 6502562.
HSL color Cylindrical-coordinate representation of color #A23863: hue angle of 335.66º degrees, saturation: 0.49, 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 #A23863 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 99 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.36 |
| HSL | 335.66º | 0.49% | 0.43% | - |
| HSV(B) | 335.66º | 0.65% | 0.64% | - |
| XYZ | 18.57 | 11.41 | 13.03 | - |
| YUV | 92.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 99 | 0 | 0.65 | 0.39 | 0.36 | 335.66 | 0.49 | 0.43 |
| Hex | A2 | 38 | 63 | 0 | 41 | 27 | 24 | 150 | 31 | 2B |
| Octal | 242 | 70 | 143 | 0 | 101 | 47 | 44 | 520 | 61 | 53 |
| Binary | 10100010 | 111000 | 1100011 | 0 | 1000001 | 100111 | 100100 | 101010000 | 110001 | 101011 |
Color Harmonies of #A23863
Complementary color
Monochromatic Colors of #A23863
Black with #A23863
Text Example
Text Example
White with #A23863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23863; }
p { color: rgb(162,56,99); }
H1.HeaderClassName
{
color: #A23863;
}
.AnyTagClassName
{
color: #A23863;
}
</style>
background-color css
<style>
a { background-color: #A23863; }
a { background-color: rgb(162,56,99); }
div.DivClassName
{
background-color: #A23863;
}
.BgClassName
{
background-color: #A23863;
}
</style>
border-color css
<style>
span { border-color: #A23863; }
span { border-color: rgb(162,56,99); }
td.TdClassName
{
border-color: #A23863;
}
.TagClassName
{
border-color: #A23863;
}
</style>