Shades of Rouge #A14A6B
Tints of Rouge #A14A6B
RGB
CMYK
RGB Variations
Color information
#A14A6B (or 0xA14A6B) is known color: Rouge. HEX triplet: A1, 4A and 6B. RGB value is (161,74,107). Sum of RGB (Red+Green+Blue) = 161+74+107=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A6B is #5EB594. Grayscale: #676767. Windows color (decimal): -6206869 or 7031457. OLE color: 7031457.
HSL color Cylindrical-coordinate representation of color #A14A6B: hue angle of 337.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A6B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 107 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.37 |
| HSL | 337.24º | 0.37% | 0.46% | - |
| HSV(B) | 337.24º | 0.54% | 0.63% | - |
| XYZ | 19.8 | 13.54 | 15.48 | - |
| YUV | 103.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 107 | 0 | 0.54 | 0.34 | 0.37 | 337.24 | 0.37 | 0.46 |
| Hex | A1 | 4A | 6B | 0 | 36 | 22 | 25 | 151 | 25 | 2E |
| Octal | 241 | 112 | 153 | 0 | 66 | 42 | 45 | 521 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1101011 | 0 | 110110 | 100010 | 100101 | 101010001 | 100101 | 101110 |
Color Harmonies of #A14A6B
Complementary color
Monochromatic Colors of #A14A6B
Black with #A14A6B
Text Example
Text Example
White with #A14A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A6B; }
p { color: rgb(161,74,107); }
H1.HeaderClassName
{
color: #A14A6B;
}
.AnyTagClassName
{
color: #A14A6B;
}
</style>
background-color css
<style>
a { background-color: #A14A6B; }
a { background-color: rgb(161,74,107); }
div.DivClassName
{
background-color: #A14A6B;
}
.BgClassName
{
background-color: #A14A6B;
}
</style>
border-color css
<style>
span { border-color: #A14A6B; }
span { border-color: rgb(161,74,107); }
td.TdClassName
{
border-color: #A14A6B;
}
.TagClassName
{
border-color: #A14A6B;
}
</style>