Shades of Rouge #A82D63
Tints of Rouge #A82D63
RGB
CMYK
RGB Variations
Color information
#A82D63 (or 0xA82D63) is known color: Rouge. HEX triplet: A8, 2D and 63. RGB value is (168,45,99). Sum of RGB (Red+Green+Blue) = 168+45+99=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D63 is #57D29C. Grayscale: #575757. Windows color (decimal): -5755549 or 6499752. OLE color: 6499752.
HSL color Cylindrical-coordinate representation of color #A82D63: hue angle of 333.66º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D63 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 99 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.34 |
| HSL | 333.66º | 0.58% | 0.42% | - |
| HSV(B) | 333.66º | 0.73% | 0.66% | - |
| XYZ | 19.34 | 11.1 | 12.93 | - |
| YUV | 87.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 99 | 0 | 0.73 | 0.41 | 0.34 | 333.66 | 0.58 | 0.42 |
| Hex | A8 | 2D | 63 | 0 | 49 | 29 | 22 | 14E | 3A | 2A |
| Octal | 250 | 55 | 143 | 0 | 111 | 51 | 42 | 516 | 72 | 52 |
| Binary | 10101000 | 101101 | 1100011 | 0 | 1001001 | 101001 | 100010 | 101001110 | 111010 | 101010 |
Color Harmonies of #A82D63
Complementary color
Monochromatic Colors of #A82D63
Black with #A82D63
Text Example
Text Example
White with #A82D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D63; }
p { color: rgb(168,45,99); }
H1.HeaderClassName
{
color: #A82D63;
}
.AnyTagClassName
{
color: #A82D63;
}
</style>
background-color css
<style>
a { background-color: #A82D63; }
a { background-color: rgb(168,45,99); }
div.DivClassName
{
background-color: #A82D63;
}
.BgClassName
{
background-color: #A82D63;
}
</style>
border-color css
<style>
span { border-color: #A82D63; }
span { border-color: rgb(168,45,99); }
td.TdClassName
{
border-color: #A82D63;
}
.TagClassName
{
border-color: #A82D63;
}
</style>