Shades of Rouge #A23169
Tints of Rouge #A23169
RGB
CMYK
RGB Variations
Color information
#A23169 (or 0xA23169) is known color: Rouge. HEX triplet: A2, 31 and 69. RGB value is (162,49,105). Sum of RGB (Red+Green+Blue) = 162+49+105=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A23169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23169 is #5DCE96. Grayscale: #595959. Windows color (decimal): -6147735 or 6893986. OLE color: 6893986.
HSL color Cylindrical-coordinate representation of color #A23169: hue angle of 330.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23169 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 105 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.36 |
| HSL | 330.27º | 0.54% | 0.41% | - |
| HSV(B) | 330.27º | 0.7% | 0.64% | - |
| XYZ | 18.55 | 10.9 | 14.49 | - |
| YUV | 89.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 105 | 0 | 0.70 | 0.35 | 0.36 | 330.27 | 0.54 | 0.41 |
| Hex | A2 | 31 | 69 | 0 | 46 | 23 | 24 | 14A | 36 | 29 |
| Octal | 242 | 61 | 151 | 0 | 106 | 43 | 44 | 512 | 66 | 51 |
| Binary | 10100010 | 110001 | 1101001 | 0 | 1000110 | 100011 | 100100 | 101001010 | 110110 | 101001 |
Color Harmonies of #A23169
Complementary color
Monochromatic Colors of #A23169
Black with #A23169
Text Example
Text Example
White with #A23169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23169; }
p { color: rgb(162,49,105); }
H1.HeaderClassName
{
color: #A23169;
}
.AnyTagClassName
{
color: #A23169;
}
</style>
background-color css
<style>
a { background-color: #A23169; }
a { background-color: rgb(162,49,105); }
div.DivClassName
{
background-color: #A23169;
}
.BgClassName
{
background-color: #A23169;
}
</style>
border-color css
<style>
span { border-color: #A23169; }
span { border-color: rgb(162,49,105); }
td.TdClassName
{
border-color: #A23169;
}
.TagClassName
{
border-color: #A23169;
}
</style>