Shades of Rouge #A1426E
Tints of Rouge #A1426E
RGB
CMYK
RGB Variations
Color information
#A1426E (or 0xA1426E) is known color: Rouge. HEX triplet: A1, 42 and 6E. RGB value is (161,66,110). Sum of RGB (Red+Green+Blue) = 161+66+110=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1426E is #5EBD91. Grayscale: #636363. Windows color (decimal): -6208914 or 7226017. OLE color: 7226017.
HSL color Cylindrical-coordinate representation of color #A1426E: hue angle of 332.21º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1426E is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 110 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.37 |
| HSL | 332.21º | 0.42% | 0.45% | - |
| HSV(B) | 332.21º | 0.59% | 0.63% | - |
| XYZ | 19.46 | 12.6 | 16.16 | - |
| YUV | 99.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 110 | 0 | 0.59 | 0.32 | 0.37 | 332.21 | 0.42 | 0.45 |
| Hex | A1 | 42 | 6E | 0 | 3B | 20 | 25 | 14C | 2A | 2D |
| Octal | 241 | 102 | 156 | 0 | 73 | 40 | 45 | 514 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1101110 | 0 | 111011 | 100000 | 100101 | 101001100 | 101010 | 101101 |
Color Harmonies of #A1426E
Complementary color
Monochromatic Colors of #A1426E
Black with #A1426E
Text Example
Text Example
White with #A1426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1426E; }
p { color: rgb(161,66,110); }
H1.HeaderClassName
{
color: #A1426E;
}
.AnyTagClassName
{
color: #A1426E;
}
</style>
background-color css
<style>
a { background-color: #A1426E; }
a { background-color: rgb(161,66,110); }
div.DivClassName
{
background-color: #A1426E;
}
.BgClassName
{
background-color: #A1426E;
}
</style>
border-color css
<style>
span { border-color: #A1426E; }
span { border-color: rgb(161,66,110); }
td.TdClassName
{
border-color: #A1426E;
}
.TagClassName
{
border-color: #A1426E;
}
</style>