Shades of Rouge #A23B76
Tints of Rouge #A23B76
RGB
CMYK
RGB Variations
Color information
#A23B76 (or 0xA23B76) is known color: Rouge. HEX triplet: A2, 3B and 76. RGB value is (162,59,118). Sum of RGB (Red+Green+Blue) = 162+59+118=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B76 is #5DC489. Grayscale: #606060. Windows color (decimal): -6145162 or 7748514. OLE color: 7748514.
HSL color Cylindrical-coordinate representation of color #A23B76: hue angle of 325.63º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23B76 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 118 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.36 |
| HSL | 325.63º | 0.47% | 0.43% | - |
| HSV(B) | 325.63º | 0.64% | 0.64% | - |
| XYZ | 19.73 | 12.12 | 18.44 | - |
| YUV | 96.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 118 | 0 | 0.64 | 0.27 | 0.36 | 325.63 | 0.47 | 0.43 |
| Hex | A2 | 3B | 76 | 0 | 40 | 1B | 24 | 146 | 2F | 2B |
| Octal | 242 | 73 | 166 | 0 | 100 | 33 | 44 | 506 | 57 | 53 |
| Binary | 10100010 | 111011 | 1110110 | 0 | 1000000 | 11011 | 100100 | 101000110 | 101111 | 101011 |
Color Harmonies of #A23B76
Complementary color
Monochromatic Colors of #A23B76
Black with #A23B76
Text Example
Text Example
White with #A23B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B76; }
p { color: rgb(162,59,118); }
H1.HeaderClassName
{
color: #A23B76;
}
.AnyTagClassName
{
color: #A23B76;
}
</style>
background-color css
<style>
a { background-color: #A23B76; }
a { background-color: rgb(162,59,118); }
div.DivClassName
{
background-color: #A23B76;
}
.BgClassName
{
background-color: #A23B76;
}
</style>
border-color css
<style>
span { border-color: #A23B76; }
span { border-color: rgb(162,59,118); }
td.TdClassName
{
border-color: #A23B76;
}
.TagClassName
{
border-color: #A23B76;
}
</style>