Shades of Rouge #A23C62
Tints of Rouge #A23C62
RGB
CMYK
RGB Variations
Color information
#A23C62 (or 0xA23C62) is known color: Rouge. HEX triplet: A2, 3C and 62. RGB value is (162,60,98). Sum of RGB (Red+Green+Blue) = 162+60+98=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C62 is #5DC39D. Grayscale: #5E5E5E. Windows color (decimal): -6144926 or 6438050. OLE color: 6438050.
HSL color Cylindrical-coordinate representation of color #A23C62: hue angle of 337.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C62 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 98 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.36 |
| HSL | 337.65º | 0.46% | 0.44% | - |
| HSV(B) | 337.65º | 0.63% | 0.64% | - |
| XYZ | 18.72 | 11.79 | 12.85 | - |
| YUV | 94.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 98 | 0 | 0.63 | 0.40 | 0.36 | 337.65 | 0.46 | 0.44 |
| Hex | A2 | 3C | 62 | 0 | 3F | 28 | 24 | 152 | 2E | 2C |
| Octal | 242 | 74 | 142 | 0 | 77 | 50 | 44 | 522 | 56 | 54 |
| Binary | 10100010 | 111100 | 1100010 | 0 | 111111 | 101000 | 100100 | 101010010 | 101110 | 101100 |
Color Harmonies of #A23C62
Complementary color
Monochromatic Colors of #A23C62
Black with #A23C62
Text Example
Text Example
White with #A23C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C62; }
p { color: rgb(162,60,98); }
H1.HeaderClassName
{
color: #A23C62;
}
.AnyTagClassName
{
color: #A23C62;
}
</style>
background-color css
<style>
a { background-color: #A23C62; }
a { background-color: rgb(162,60,98); }
div.DivClassName
{
background-color: #A23C62;
}
.BgClassName
{
background-color: #A23C62;
}
</style>
border-color css
<style>
span { border-color: #A23C62; }
span { border-color: rgb(162,60,98); }
td.TdClassName
{
border-color: #A23C62;
}
.TagClassName
{
border-color: #A23C62;
}
</style>