Shades of Rouge #A14065
Tints of Rouge #A14065
RGB
CMYK
RGB Variations
Color information
#A14065 (or 0xA14065) is known color: Rouge. HEX triplet: A1, 40 and 65. RGB value is (161,64,101). Sum of RGB (Red+Green+Blue) = 161+64+101=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A14065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14065 is #5EBF9A. Grayscale: #616161. Windows color (decimal): -6209435 or 6635681. OLE color: 6635681.
HSL color Cylindrical-coordinate representation of color #A14065: hue angle of 337.11º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14065 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 101 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.37 |
| HSL | 337.11º | 0.43% | 0.44% | - |
| HSV(B) | 337.11º | 0.6% | 0.63% | - |
| XYZ | 18.88 | 12.18 | 13.67 | - |
| YUV | 97.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 101 | 0 | 0.60 | 0.37 | 0.37 | 337.11 | 0.43 | 0.44 |
| Hex | A1 | 40 | 65 | 0 | 3C | 25 | 25 | 151 | 2B | 2C |
| Octal | 241 | 100 | 145 | 0 | 74 | 45 | 45 | 521 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1100101 | 0 | 111100 | 100101 | 100101 | 101010001 | 101011 | 101100 |
Color Harmonies of #A14065
Complementary color
Monochromatic Colors of #A14065
Black with #A14065
Text Example
Text Example
White with #A14065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14065; }
p { color: rgb(161,64,101); }
H1.HeaderClassName
{
color: #A14065;
}
.AnyTagClassName
{
color: #A14065;
}
</style>
background-color css
<style>
a { background-color: #A14065; }
a { background-color: rgb(161,64,101); }
div.DivClassName
{
background-color: #A14065;
}
.BgClassName
{
background-color: #A14065;
}
</style>
border-color css
<style>
span { border-color: #A14065; }
span { border-color: rgb(161,64,101); }
td.TdClassName
{
border-color: #A14065;
}
.TagClassName
{
border-color: #A14065;
}
</style>