Shades of Rouge #A23A65
Tints of Rouge #A23A65
RGB
CMYK
RGB Variations
Color information
#A23A65 (or 0xA23A65) is known color: Rouge. HEX triplet: A2, 3A and 65. RGB value is (162,58,101). Sum of RGB (Red+Green+Blue) = 162+58+101=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A65 is #5DC59A. Grayscale: #5D5D5D. Windows color (decimal): -6145435 or 6634146. OLE color: 6634146.
HSL color Cylindrical-coordinate representation of color #A23A65: hue angle of 335.19º 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 #A23A65 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 101 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.36 |
| HSL | 335.19º | 0.47% | 0.43% | - |
| HSV(B) | 335.19º | 0.64% | 0.64% | - |
| XYZ | 18.76 | 11.65 | 13.57 | - |
| YUV | 94 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 101 | 0 | 0.64 | 0.38 | 0.36 | 335.19 | 0.47 | 0.43 |
| Hex | A2 | 3A | 65 | 0 | 40 | 26 | 24 | 14F | 2F | 2B |
| Octal | 242 | 72 | 145 | 0 | 100 | 46 | 44 | 517 | 57 | 53 |
| Binary | 10100010 | 111010 | 1100101 | 0 | 1000000 | 100110 | 100100 | 101001111 | 101111 | 101011 |
Color Harmonies of #A23A65
Complementary color
Monochromatic Colors of #A23A65
Black with #A23A65
Text Example
Text Example
White with #A23A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A65; }
p { color: rgb(162,58,101); }
H1.HeaderClassName
{
color: #A23A65;
}
.AnyTagClassName
{
color: #A23A65;
}
</style>
background-color css
<style>
a { background-color: #A23A65; }
a { background-color: rgb(162,58,101); }
div.DivClassName
{
background-color: #A23A65;
}
.BgClassName
{
background-color: #A23A65;
}
</style>
border-color css
<style>
span { border-color: #A23A65; }
span { border-color: rgb(162,58,101); }
td.TdClassName
{
border-color: #A23A65;
}
.TagClassName
{
border-color: #A23A65;
}
</style>