Shades of Rouge #A23A66
Tints of Rouge #A23A66
RGB
CMYK
RGB Variations
Color information
#A23A66 (or 0xA23A66) is known color: Rouge. HEX triplet: A2, 3A and 66. RGB value is (162,58,102). Sum of RGB (Red+Green+Blue) = 162+58+102=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A66 is #5DC599. Grayscale: #5E5E5E. Windows color (decimal): -6145434 or 6699682. OLE color: 6699682.
HSL color Cylindrical-coordinate representation of color #A23A66: hue angle of 334.62º 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 #A23A66 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 102 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.36 |
| HSL | 334.62º | 0.47% | 0.43% | - |
| HSV(B) | 334.62º | 0.64% | 0.64% | - |
| XYZ | 18.81 | 11.67 | 13.83 | - |
| YUV | 94.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 102 | 0 | 0.64 | 0.37 | 0.36 | 334.62 | 0.47 | 0.43 |
| Hex | A2 | 3A | 66 | 0 | 40 | 25 | 24 | 14F | 2F | 2B |
| Octal | 242 | 72 | 146 | 0 | 100 | 45 | 44 | 517 | 57 | 53 |
| Binary | 10100010 | 111010 | 1100110 | 0 | 1000000 | 100101 | 100100 | 101001111 | 101111 | 101011 |
Color Harmonies of #A23A66
Complementary color
Monochromatic Colors of #A23A66
Black with #A23A66
Text Example
Text Example
White with #A23A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A66; }
p { color: rgb(162,58,102); }
H1.HeaderClassName
{
color: #A23A66;
}
.AnyTagClassName
{
color: #A23A66;
}
</style>
background-color css
<style>
a { background-color: #A23A66; }
a { background-color: rgb(162,58,102); }
div.DivClassName
{
background-color: #A23A66;
}
.BgClassName
{
background-color: #A23A66;
}
</style>
border-color css
<style>
span { border-color: #A23A66; }
span { border-color: rgb(162,58,102); }
td.TdClassName
{
border-color: #A23A66;
}
.TagClassName
{
border-color: #A23A66;
}
</style>