Shades of Rouge #A83766
Tints of Rouge #A83766
RGB
CMYK
RGB Variations
Color information
#A83766 (or 0xA83766) is known color: Rouge. HEX triplet: A8, 37 and 66. RGB value is (168,55,102). Sum of RGB (Red+Green+Blue) = 168+55+102=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A83766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83766 is #57C899. Grayscale: #5E5E5E. Windows color (decimal): -5752986 or 6698920. OLE color: 6698920.
HSL color Cylindrical-coordinate representation of color #A83766: hue angle of 335.04º 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 #A83766 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 102 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.34 |
| HSL | 335.04º | 0.51% | 0.44% | - |
| HSV(B) | 335.04º | 0.67% | 0.66% | - |
| XYZ | 19.91 | 12.02 | 13.84 | - |
| YUV | 94.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 102 | 0 | 0.67 | 0.39 | 0.34 | 335.04 | 0.51 | 0.44 |
| Hex | A8 | 37 | 66 | 0 | 43 | 27 | 22 | 14F | 33 | 2C |
| Octal | 250 | 67 | 146 | 0 | 103 | 47 | 42 | 517 | 63 | 54 |
| Binary | 10101000 | 110111 | 1100110 | 0 | 1000011 | 100111 | 100010 | 101001111 | 110011 | 101100 |
Color Harmonies of #A83766
Complementary color
Monochromatic Colors of #A83766
Black with #A83766
Text Example
Text Example
White with #A83766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83766; }
p { color: rgb(168,55,102); }
H1.HeaderClassName
{
color: #A83766;
}
.AnyTagClassName
{
color: #A83766;
}
</style>
background-color css
<style>
a { background-color: #A83766; }
a { background-color: rgb(168,55,102); }
div.DivClassName
{
background-color: #A83766;
}
.BgClassName
{
background-color: #A83766;
}
</style>
border-color css
<style>
span { border-color: #A83766; }
span { border-color: rgb(168,55,102); }
td.TdClassName
{
border-color: #A83766;
}
.TagClassName
{
border-color: #A83766;
}
</style>