Shades of Rouge #A83F62
Tints of Rouge #A83F62
RGB
CMYK
RGB Variations
Color information
#A83F62 (or 0xA83F62) is known color: Rouge. HEX triplet: A8, 3F and 62. RGB value is (168,63,98). Sum of RGB (Red+Green+Blue) = 168+63+98=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F62 is #57C09D. Grayscale: #626262. Windows color (decimal): -5750942 or 6438824. OLE color: 6438824.
HSL color Cylindrical-coordinate representation of color #A83F62: hue angle of 340º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F62 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 98 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.34 |
| HSL | 340º | 0.45% | 0.45% | - |
| HSV(B) | 340º | 0.63% | 0.66% | - |
| XYZ | 20.13 | 12.76 | 12.96 | - |
| YUV | 98.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 98 | 0 | 0.63 | 0.42 | 0.34 | 340 | 0.45 | 0.45 |
| Hex | A8 | 3F | 62 | 0 | 3F | 2A | 22 | 154 | 2D | 2D |
| Octal | 250 | 77 | 142 | 0 | 77 | 52 | 42 | 524 | 55 | 55 |
| Binary | 10101000 | 111111 | 1100010 | 0 | 111111 | 101010 | 100010 | 101010100 | 101101 | 101101 |
Color Harmonies of #A83F62
Complementary color
Monochromatic Colors of #A83F62
Black with #A83F62
Text Example
Text Example
White with #A83F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F62; }
p { color: rgb(168,63,98); }
H1.HeaderClassName
{
color: #A83F62;
}
.AnyTagClassName
{
color: #A83F62;
}
</style>
background-color css
<style>
a { background-color: #A83F62; }
a { background-color: rgb(168,63,98); }
div.DivClassName
{
background-color: #A83F62;
}
.BgClassName
{
background-color: #A83F62;
}
</style>
border-color css
<style>
span { border-color: #A83F62; }
span { border-color: rgb(168,63,98); }
td.TdClassName
{
border-color: #A83F62;
}
.TagClassName
{
border-color: #A83F62;
}
</style>