Shades of Rouge #A23963
Tints of Rouge #A23963
RGB
CMYK
RGB Variations
Color information
#A23963 (or 0xA23963) is known color: Rouge. HEX triplet: A2, 39 and 63. RGB value is (162,57,99). Sum of RGB (Red+Green+Blue) = 162+57+99=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A23963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23963 is #5DC69C. Grayscale: #5D5D5D. Windows color (decimal): -6145693 or 6502818. OLE color: 6502818.
HSL color Cylindrical-coordinate representation of color #A23963: hue angle of 336º degrees, saturation: 0.48, 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 #A23963 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 99 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.36 |
| HSL | 336º | 0.48% | 0.43% | - |
| HSV(B) | 336º | 0.65% | 0.64% | - |
| XYZ | 18.62 | 11.51 | 13.04 | - |
| YUV | 93.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 99 | 0 | 0.65 | 0.39 | 0.36 | 336 | 0.48 | 0.43 |
| Hex | A2 | 39 | 63 | 0 | 41 | 27 | 24 | 150 | 30 | 2B |
| Octal | 242 | 71 | 143 | 0 | 101 | 47 | 44 | 520 | 60 | 53 |
| Binary | 10100010 | 111001 | 1100011 | 0 | 1000001 | 100111 | 100100 | 101010000 | 110000 | 101011 |
Color Harmonies of #A23963
Complementary color
Monochromatic Colors of #A23963
Black with #A23963
Text Example
Text Example
White with #A23963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23963; }
p { color: rgb(162,57,99); }
H1.HeaderClassName
{
color: #A23963;
}
.AnyTagClassName
{
color: #A23963;
}
</style>
background-color css
<style>
a { background-color: #A23963; }
a { background-color: rgb(162,57,99); }
div.DivClassName
{
background-color: #A23963;
}
.BgClassName
{
background-color: #A23963;
}
</style>
border-color css
<style>
span { border-color: #A23963; }
span { border-color: rgb(162,57,99); }
td.TdClassName
{
border-color: #A23963;
}
.TagClassName
{
border-color: #A23963;
}
</style>