Shades of Rouge #A23662
Tints of Rouge #A23662
RGB
CMYK
RGB Variations
Color information
#A23662 (or 0xA23662) is known color: Rouge. HEX triplet: A2, 36 and 62. RGB value is (162,54,98). Sum of RGB (Red+Green+Blue) = 162+54+98=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23662 is #5DC99D. Grayscale: #5B5B5B. Windows color (decimal): -6146462 or 6436514. OLE color: 6436514.
HSL color Cylindrical-coordinate representation of color #A23662: hue angle of 335.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23662 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 98 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.36 |
| HSL | 335.56º | 0.5% | 0.42% | - |
| HSV(B) | 335.56º | 0.67% | 0.64% | - |
| XYZ | 18.42 | 11.2 | 12.75 | - |
| YUV | 91.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 98 | 0 | 0.67 | 0.40 | 0.36 | 335.56 | 0.5 | 0.42 |
| Hex | A2 | 36 | 62 | 0 | 43 | 28 | 24 | 150 | 32 | 2A |
| Octal | 242 | 66 | 142 | 0 | 103 | 50 | 44 | 520 | 62 | 52 |
| Binary | 10100010 | 110110 | 1100010 | 0 | 1000011 | 101000 | 100100 | 101010000 | 110010 | 101010 |
Color Harmonies of #A23662
Complementary color
Monochromatic Colors of #A23662
Black with #A23662
Text Example
Text Example
White with #A23662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23662; }
p { color: rgb(162,54,98); }
H1.HeaderClassName
{
color: #A23662;
}
.AnyTagClassName
{
color: #A23662;
}
</style>
background-color css
<style>
a { background-color: #A23662; }
a { background-color: rgb(162,54,98); }
div.DivClassName
{
background-color: #A23662;
}
.BgClassName
{
background-color: #A23662;
}
</style>
border-color css
<style>
span { border-color: #A23662; }
span { border-color: rgb(162,54,98); }
td.TdClassName
{
border-color: #A23662;
}
.TagClassName
{
border-color: #A23662;
}
</style>