Shades of Rouge #A82964
Tints of Rouge #A82964
RGB
CMYK
RGB Variations
Color information
#A82964 (or 0xA82964) is known color: Rouge. HEX triplet: A8, 29 and 64. RGB value is (168,41,100). Sum of RGB (Red+Green+Blue) = 168+41+100=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A82964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82964 is #57D69B. Grayscale: #555555. Windows color (decimal): -5756572 or 6564264. OLE color: 6564264.
HSL color Cylindrical-coordinate representation of color #A82964: hue angle of 332.13º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82964 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 100 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.34 |
| HSL | 332.13º | 0.61% | 0.41% | - |
| HSV(B) | 332.13º | 0.76% | 0.66% | - |
| XYZ | 19.24 | 10.83 | 13.13 | - |
| YUV | 85.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 100 | 0 | 0.76 | 0.40 | 0.34 | 332.13 | 0.61 | 0.41 |
| Hex | A8 | 29 | 64 | 0 | 4C | 28 | 22 | 14C | 3D | 29 |
| Octal | 250 | 51 | 144 | 0 | 114 | 50 | 42 | 514 | 75 | 51 |
| Binary | 10101000 | 101001 | 1100100 | 0 | 1001100 | 101000 | 100010 | 101001100 | 111101 | 101001 |
Color Harmonies of #A82964
Complementary color
Monochromatic Colors of #A82964
Black with #A82964
Text Example
Text Example
White with #A82964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82964; }
p { color: rgb(168,41,100); }
H1.HeaderClassName
{
color: #A82964;
}
.AnyTagClassName
{
color: #A82964;
}
</style>
background-color css
<style>
a { background-color: #A82964; }
a { background-color: rgb(168,41,100); }
div.DivClassName
{
background-color: #A82964;
}
.BgClassName
{
background-color: #A82964;
}
</style>
border-color css
<style>
span { border-color: #A82964; }
span { border-color: rgb(168,41,100); }
td.TdClassName
{
border-color: #A82964;
}
.TagClassName
{
border-color: #A82964;
}
</style>