Shades of Rouge #A23B69
Tints of Rouge #A23B69
RGB
CMYK
RGB Variations
Color information
#A23B69 (or 0xA23B69) is known color: Rouge. HEX triplet: A2, 3B and 69. RGB value is (162,59,105). Sum of RGB (Red+Green+Blue) = 162+59+105=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B69 is #5DC496. Grayscale: #5E5E5E. Windows color (decimal): -6145175 or 6896546. OLE color: 6896546.
HSL color Cylindrical-coordinate representation of color #A23B69: hue angle of 333.2º 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 #A23B69 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 105 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.36 |
| HSL | 333.2º | 0.47% | 0.43% | - |
| HSV(B) | 333.2º | 0.64% | 0.64% | - |
| XYZ | 19.01 | 11.83 | 14.65 | - |
| YUV | 95.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 105 | 0 | 0.64 | 0.35 | 0.36 | 333.2 | 0.47 | 0.43 |
| Hex | A2 | 3B | 69 | 0 | 40 | 23 | 24 | 14D | 2F | 2B |
| Octal | 242 | 73 | 151 | 0 | 100 | 43 | 44 | 515 | 57 | 53 |
| Binary | 10100010 | 111011 | 1101001 | 0 | 1000000 | 100011 | 100100 | 101001101 | 101111 | 101011 |
Color Harmonies of #A23B69
Complementary color
Monochromatic Colors of #A23B69
Black with #A23B69
Text Example
Text Example
White with #A23B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B69; }
p { color: rgb(162,59,105); }
H1.HeaderClassName
{
color: #A23B69;
}
.AnyTagClassName
{
color: #A23B69;
}
</style>
background-color css
<style>
a { background-color: #A23B69; }
a { background-color: rgb(162,59,105); }
div.DivClassName
{
background-color: #A23B69;
}
.BgClassName
{
background-color: #A23B69;
}
</style>
border-color css
<style>
span { border-color: #A23B69; }
span { border-color: rgb(162,59,105); }
td.TdClassName
{
border-color: #A23B69;
}
.TagClassName
{
border-color: #A23B69;
}
</style>