Shades of Rouge #A83762
Tints of Rouge #A83762
RGB
CMYK
RGB Variations
Color information
#A83762 (or 0xA83762) is known color: Rouge. HEX triplet: A8, 37 and 62. RGB value is (168,55,98). Sum of RGB (Red+Green+Blue) = 168+55+98=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A83762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83762 is #57C89D. Grayscale: #5D5D5D. Windows color (decimal): -5752990 or 6436776. OLE color: 6436776.
HSL color Cylindrical-coordinate representation of color #A83762: hue angle of 337.17º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83762 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 98 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.34 |
| HSL | 337.17º | 0.51% | 0.44% | - |
| HSV(B) | 337.17º | 0.67% | 0.66% | - |
| XYZ | 19.72 | 11.94 | 12.82 | - |
| YUV | 93.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 98 | 0 | 0.67 | 0.42 | 0.34 | 337.17 | 0.51 | 0.44 |
| Hex | A8 | 37 | 62 | 0 | 43 | 2A | 22 | 151 | 33 | 2C |
| Octal | 250 | 67 | 142 | 0 | 103 | 52 | 42 | 521 | 63 | 54 |
| Binary | 10101000 | 110111 | 1100010 | 0 | 1000011 | 101010 | 100010 | 101010001 | 110011 | 101100 |
Color Harmonies of #A83762
Complementary color
Monochromatic Colors of #A83762
Black with #A83762
Text Example
Text Example
White with #A83762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83762; }
p { color: rgb(168,55,98); }
H1.HeaderClassName
{
color: #A83762;
}
.AnyTagClassName
{
color: #A83762;
}
</style>
background-color css
<style>
a { background-color: #A83762; }
a { background-color: rgb(168,55,98); }
div.DivClassName
{
background-color: #A83762;
}
.BgClassName
{
background-color: #A83762;
}
</style>
border-color css
<style>
span { border-color: #A83762; }
span { border-color: rgb(168,55,98); }
td.TdClassName
{
border-color: #A83762;
}
.TagClassName
{
border-color: #A83762;
}
</style>