Shades of Rouge #A14669
Tints of Rouge #A14669
RGB
CMYK
RGB Variations
Color information
#A14669 (or 0xA14669) is known color: Rouge. HEX triplet: A1, 46 and 69. RGB value is (161,70,105). Sum of RGB (Red+Green+Blue) = 161+70+105=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A14669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14669 is #5EB996. Grayscale: #656565. Windows color (decimal): -6207895 or 6899361. OLE color: 6899361.
HSL color Cylindrical-coordinate representation of color #A14669: hue angle of 336.92º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14669 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 105 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.37 |
| HSL | 336.92º | 0.39% | 0.45% | - |
| HSV(B) | 336.92º | 0.57% | 0.63% | - |
| XYZ | 19.44 | 12.98 | 14.84 | - |
| YUV | 101.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 105 | 0 | 0.57 | 0.35 | 0.37 | 336.92 | 0.39 | 0.45 |
| Hex | A1 | 46 | 69 | 0 | 39 | 23 | 25 | 151 | 27 | 2D |
| Octal | 241 | 106 | 151 | 0 | 71 | 43 | 45 | 521 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1101001 | 0 | 111001 | 100011 | 100101 | 101010001 | 100111 | 101101 |
Color Harmonies of #A14669
Complementary color
Monochromatic Colors of #A14669
Black with #A14669
Text Example
Text Example
White with #A14669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14669; }
p { color: rgb(161,70,105); }
H1.HeaderClassName
{
color: #A14669;
}
.AnyTagClassName
{
color: #A14669;
}
</style>
background-color css
<style>
a { background-color: #A14669; }
a { background-color: rgb(161,70,105); }
div.DivClassName
{
background-color: #A14669;
}
.BgClassName
{
background-color: #A14669;
}
</style>
border-color css
<style>
span { border-color: #A14669; }
span { border-color: rgb(161,70,105); }
td.TdClassName
{
border-color: #A14669;
}
.TagClassName
{
border-color: #A14669;
}
</style>