Shades of Rouge #A23360
Tints of Rouge #A23360
RGB
CMYK
RGB Variations
Color information
#A23360 (or 0xA23360) is known color: Rouge. HEX triplet: A2, 33 and 60. RGB value is (162,51,96). Sum of RGB (Red+Green+Blue) = 162+51+96=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A23360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23360 is #5DCC9F. Grayscale: #595959. Windows color (decimal): -6147232 or 6304674. OLE color: 6304674.
HSL color Cylindrical-coordinate representation of color #A23360: hue angle of 335.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23360 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 96 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.36 |
| HSL | 335.68º | 0.52% | 0.42% | - |
| HSV(B) | 335.68º | 0.69% | 0.64% | - |
| XYZ | 18.2 | 10.89 | 12.21 | - |
| YUV | 89.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 96 | 0 | 0.69 | 0.41 | 0.36 | 335.68 | 0.52 | 0.42 |
| Hex | A2 | 33 | 60 | 0 | 45 | 29 | 24 | 150 | 34 | 2A |
| Octal | 242 | 63 | 140 | 0 | 105 | 51 | 44 | 520 | 64 | 52 |
| Binary | 10100010 | 110011 | 1100000 | 0 | 1000101 | 101001 | 100100 | 101010000 | 110100 | 101010 |
Color Harmonies of #A23360
Complementary color
Monochromatic Colors of #A23360
Black with #A23360
Text Example
Text Example
White with #A23360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23360; }
p { color: rgb(162,51,96); }
H1.HeaderClassName
{
color: #A23360;
}
.AnyTagClassName
{
color: #A23360;
}
</style>
background-color css
<style>
a { background-color: #A23360; }
a { background-color: rgb(162,51,96); }
div.DivClassName
{
background-color: #A23360;
}
.BgClassName
{
background-color: #A23360;
}
</style>
border-color css
<style>
span { border-color: #A23360; }
span { border-color: rgb(162,51,96); }
td.TdClassName
{
border-color: #A23360;
}
.TagClassName
{
border-color: #A23360;
}
</style>