Shades of Rouge #A14365
Tints of Rouge #A14365
RGB
CMYK
RGB Variations
Color information
#A14365 (or 0xA14365) is known color: Rouge. HEX triplet: A1, 43 and 65. RGB value is (161,67,101). Sum of RGB (Red+Green+Blue) = 161+67+101=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A14365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14365 is #5EBC9A. Grayscale: #626262. Windows color (decimal): -6208667 or 6636449. OLE color: 6636449.
HSL color Cylindrical-coordinate representation of color #A14365: hue angle of 338.3º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14365 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 101 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.37 |
| HSL | 338.3º | 0.41% | 0.45% | - |
| HSV(B) | 338.3º | 0.58% | 0.63% | - |
| XYZ | 19.05 | 12.53 | 13.73 | - |
| YUV | 98.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 101 | 0 | 0.58 | 0.37 | 0.37 | 338.3 | 0.41 | 0.45 |
| Hex | A1 | 43 | 65 | 0 | 3A | 25 | 25 | 152 | 29 | 2D |
| Octal | 241 | 103 | 145 | 0 | 72 | 45 | 45 | 522 | 51 | 55 |
| Binary | 10100001 | 1000011 | 1100101 | 0 | 111010 | 100101 | 100101 | 101010010 | 101001 | 101101 |
Color Harmonies of #A14365
Complementary color
Monochromatic Colors of #A14365
Black with #A14365
Text Example
Text Example
White with #A14365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14365; }
p { color: rgb(161,67,101); }
H1.HeaderClassName
{
color: #A14365;
}
.AnyTagClassName
{
color: #A14365;
}
</style>
background-color css
<style>
a { background-color: #A14365; }
a { background-color: rgb(161,67,101); }
div.DivClassName
{
background-color: #A14365;
}
.BgClassName
{
background-color: #A14365;
}
</style>
border-color css
<style>
span { border-color: #A14365; }
span { border-color: rgb(161,67,101); }
td.TdClassName
{
border-color: #A14365;
}
.TagClassName
{
border-color: #A14365;
}
</style>