Shades of Rouge #A83062
Tints of Rouge #A83062
RGB
CMYK
RGB Variations
Color information
#A83062 (or 0xA83062) is known color: Rouge. HEX triplet: A8, 30 and 62. RGB value is (168,48,98). Sum of RGB (Red+Green+Blue) = 168+48+98=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A83062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83062 is #57CF9D. Grayscale: #595959. Windows color (decimal): -5754782 or 6434984. OLE color: 6434984.
HSL color Cylindrical-coordinate representation of color #A83062: hue angle of 335º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83062 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 98 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.34 |
| HSL | 335º | 0.56% | 0.42% | - |
| HSV(B) | 335º | 0.71% | 0.66% | - |
| XYZ | 19.41 | 11.32 | 12.72 | - |
| YUV | 89.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 98 | 0 | 0.71 | 0.42 | 0.34 | 335 | 0.56 | 0.42 |
| Hex | A8 | 30 | 62 | 0 | 47 | 2A | 22 | 14F | 38 | 2A |
| Octal | 250 | 60 | 142 | 0 | 107 | 52 | 42 | 517 | 70 | 52 |
| Binary | 10101000 | 110000 | 1100010 | 0 | 1000111 | 101010 | 100010 | 101001111 | 111000 | 101010 |
Color Harmonies of #A83062
Complementary color
Monochromatic Colors of #A83062
Black with #A83062
Text Example
Text Example
White with #A83062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83062; }
p { color: rgb(168,48,98); }
H1.HeaderClassName
{
color: #A83062;
}
.AnyTagClassName
{
color: #A83062;
}
</style>
background-color css
<style>
a { background-color: #A83062; }
a { background-color: rgb(168,48,98); }
div.DivClassName
{
background-color: #A83062;
}
.BgClassName
{
background-color: #A83062;
}
</style>
border-color css
<style>
span { border-color: #A83062; }
span { border-color: rgb(168,48,98); }
td.TdClassName
{
border-color: #A83062;
}
.TagClassName
{
border-color: #A83062;
}
</style>