Shades of Rouge #A14266
Tints of Rouge #A14266
RGB
CMYK
RGB Variations
Color information
#A14266 (or 0xA14266) is known color: Rouge. HEX triplet: A1, 42 and 66. RGB value is (161,66,102). Sum of RGB (Red+Green+Blue) = 161+66+102=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A14266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14266 is #5EBD99. Grayscale: #626262. Windows color (decimal): -6208922 or 6701729. OLE color: 6701729.
HSL color Cylindrical-coordinate representation of color #A14266: hue angle of 337.26º 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 #A14266 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 102 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.37 |
| HSL | 337.26º | 0.42% | 0.45% | - |
| HSV(B) | 337.26º | 0.59% | 0.63% | - |
| XYZ | 19.04 | 12.43 | 13.97 | - |
| YUV | 98.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 102 | 0 | 0.59 | 0.37 | 0.37 | 337.26 | 0.42 | 0.45 |
| Hex | A1 | 42 | 66 | 0 | 3B | 25 | 25 | 151 | 2A | 2D |
| Octal | 241 | 102 | 146 | 0 | 73 | 45 | 45 | 521 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1100110 | 0 | 111011 | 100101 | 100101 | 101010001 | 101010 | 101101 |
Color Harmonies of #A14266
Complementary color
Monochromatic Colors of #A14266
Black with #A14266
Text Example
Text Example
White with #A14266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14266; }
p { color: rgb(161,66,102); }
H1.HeaderClassName
{
color: #A14266;
}
.AnyTagClassName
{
color: #A14266;
}
</style>
background-color css
<style>
a { background-color: #A14266; }
a { background-color: rgb(161,66,102); }
div.DivClassName
{
background-color: #A14266;
}
.BgClassName
{
background-color: #A14266;
}
</style>
border-color css
<style>
span { border-color: #A14266; }
span { border-color: rgb(161,66,102); }
td.TdClassName
{
border-color: #A14266;
}
.TagClassName
{
border-color: #A14266;
}
</style>