Shades of Rouge #A23E5E
Tints of Rouge #A23E5E
RGB
CMYK
RGB Variations
Color information
#A23E5E (or 0xA23E5E) is known color: Rouge. HEX triplet: A2, 3E and 5E. RGB value is (162,62,94). Sum of RGB (Red+Green+Blue) = 162+62+94=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E5E is #5DC1A1. Grayscale: #5F5F5F. Windows color (decimal): -6144418 or 6176418. OLE color: 6176418.
HSL color Cylindrical-coordinate representation of color #A23E5E: hue angle of 340.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23E5E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 94 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.36 |
| HSL | 340.8º | 0.45% | 0.44% | - |
| HSV(B) | 340.8º | 0.62% | 0.64% | - |
| XYZ | 18.64 | 11.93 | 11.91 | - |
| YUV | 95.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 94 | 0 | 0.62 | 0.42 | 0.36 | 340.8 | 0.45 | 0.44 |
| Hex | A2 | 3E | 5E | 0 | 3E | 2A | 24 | 155 | 2D | 2C |
| Octal | 242 | 76 | 136 | 0 | 76 | 52 | 44 | 525 | 55 | 54 |
| Binary | 10100010 | 111110 | 1011110 | 0 | 111110 | 101010 | 100100 | 101010101 | 101101 | 101100 |
Color Harmonies of #A23E5E
Complementary color
Monochromatic Colors of #A23E5E
Black with #A23E5E
Text Example
Text Example
White with #A23E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E5E; }
p { color: rgb(162,62,94); }
H1.HeaderClassName
{
color: #A23E5E;
}
.AnyTagClassName
{
color: #A23E5E;
}
</style>
background-color css
<style>
a { background-color: #A23E5E; }
a { background-color: rgb(162,62,94); }
div.DivClassName
{
background-color: #A23E5E;
}
.BgClassName
{
background-color: #A23E5E;
}
</style>
border-color css
<style>
span { border-color: #A23E5E; }
span { border-color: rgb(162,62,94); }
td.TdClassName
{
border-color: #A23E5E;
}
.TagClassName
{
border-color: #A23E5E;
}
</style>