Shades of Rouge #A13A69
Tints of Rouge #A13A69
RGB
CMYK
RGB Variations
Color information
#A13A69 (or 0xA13A69) is known color: Rouge. HEX triplet: A1, 3A and 69. RGB value is (161,58,105). Sum of RGB (Red+Green+Blue) = 161+58+105=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13A69 is #5EC596. Grayscale: #5E5E5E. Windows color (decimal): -6210967 or 6896289. OLE color: 6896289.
HSL color Cylindrical-coordinate representation of color #A13A69: hue angle of 332.62º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A69 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 105 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.37 |
| HSL | 332.62º | 0.47% | 0.43% | - |
| HSV(B) | 332.62º | 0.64% | 0.63% | - |
| XYZ | 18.76 | 11.62 | 14.62 | - |
| YUV | 94.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 105 | 0 | 0.64 | 0.35 | 0.37 | 332.62 | 0.47 | 0.43 |
| Hex | A1 | 3A | 69 | 0 | 40 | 23 | 25 | 14D | 2F | 2B |
| Octal | 241 | 72 | 151 | 0 | 100 | 43 | 45 | 515 | 57 | 53 |
| Binary | 10100001 | 111010 | 1101001 | 0 | 1000000 | 100011 | 100101 | 101001101 | 101111 | 101011 |
Color Harmonies of #A13A69
Complementary color
Monochromatic Colors of #A13A69
Black with #A13A69
Text Example
Text Example
White with #A13A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A69; }
p { color: rgb(161,58,105); }
H1.HeaderClassName
{
color: #A13A69;
}
.AnyTagClassName
{
color: #A13A69;
}
</style>
background-color css
<style>
a { background-color: #A13A69; }
a { background-color: rgb(161,58,105); }
div.DivClassName
{
background-color: #A13A69;
}
.BgClassName
{
background-color: #A13A69;
}
</style>
border-color css
<style>
span { border-color: #A13A69; }
span { border-color: rgb(161,58,105); }
td.TdClassName
{
border-color: #A13A69;
}
.TagClassName
{
border-color: #A13A69;
}
</style>