Shades of Rouge #A23D5E
Tints of Rouge #A23D5E
RGB
CMYK
RGB Variations
Color information
#A23D5E (or 0xA23D5E) is known color: Rouge. HEX triplet: A2, 3D and 5E. RGB value is (162,61,94). Sum of RGB (Red+Green+Blue) = 162+61+94=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D5E is #5DC2A1. Grayscale: #5E5E5E. Windows color (decimal): -6144674 or 6176162. OLE color: 6176162.
HSL color Cylindrical-coordinate representation of color #A23D5E: hue angle of 340.4º 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 #A23D5E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 94 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.36 |
| HSL | 340.4º | 0.45% | 0.44% | - |
| HSV(B) | 340.4º | 0.62% | 0.64% | - |
| XYZ | 18.59 | 11.83 | 11.89 | - |
| YUV | 94.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 94 | 0 | 0.62 | 0.42 | 0.36 | 340.4 | 0.45 | 0.44 |
| Hex | A2 | 3D | 5E | 0 | 3E | 2A | 24 | 154 | 2D | 2C |
| Octal | 242 | 75 | 136 | 0 | 76 | 52 | 44 | 524 | 55 | 54 |
| Binary | 10100010 | 111101 | 1011110 | 0 | 111110 | 101010 | 100100 | 101010100 | 101101 | 101100 |
Color Harmonies of #A23D5E
Complementary color
Monochromatic Colors of #A23D5E
Black with #A23D5E
Text Example
Text Example
White with #A23D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D5E; }
p { color: rgb(162,61,94); }
H1.HeaderClassName
{
color: #A23D5E;
}
.AnyTagClassName
{
color: #A23D5E;
}
</style>
background-color css
<style>
a { background-color: #A23D5E; }
a { background-color: rgb(162,61,94); }
div.DivClassName
{
background-color: #A23D5E;
}
.BgClassName
{
background-color: #A23D5E;
}
</style>
border-color css
<style>
span { border-color: #A23D5E; }
span { border-color: rgb(162,61,94); }
td.TdClassName
{
border-color: #A23D5E;
}
.TagClassName
{
border-color: #A23D5E;
}
</style>