Shades of Rouge #A83D68
Tints of Rouge #A83D68
RGB
CMYK
RGB Variations
Color information
#A83D68 (or 0xA83D68) is known color: Rouge. HEX triplet: A8, 3D and 68. RGB value is (168,61,104). Sum of RGB (Red+Green+Blue) = 168+61+104=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83D68 is #57C297. Grayscale: #616161. Windows color (decimal): -5751448 or 6831528. OLE color: 6831528.
HSL color Cylindrical-coordinate representation of color #A83D68: hue angle of 335.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D68 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 104 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.34 |
| HSL | 335.89º | 0.47% | 0.45% | - |
| HSV(B) | 335.89º | 0.64% | 0.66% | - |
| XYZ | 20.32 | 12.66 | 14.47 | - |
| YUV | 97.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 104 | 0 | 0.64 | 0.38 | 0.34 | 335.89 | 0.47 | 0.45 |
| Hex | A8 | 3D | 68 | 0 | 40 | 26 | 22 | 150 | 2F | 2D |
| Octal | 250 | 75 | 150 | 0 | 100 | 46 | 42 | 520 | 57 | 55 |
| Binary | 10101000 | 111101 | 1101000 | 0 | 1000000 | 100110 | 100010 | 101010000 | 101111 | 101101 |
Color Harmonies of #A83D68
Complementary color
Monochromatic Colors of #A83D68
Black with #A83D68
Text Example
Text Example
White with #A83D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D68; }
p { color: rgb(168,61,104); }
H1.HeaderClassName
{
color: #A83D68;
}
.AnyTagClassName
{
color: #A83D68;
}
</style>
background-color css
<style>
a { background-color: #A83D68; }
a { background-color: rgb(168,61,104); }
div.DivClassName
{
background-color: #A83D68;
}
.BgClassName
{
background-color: #A83D68;
}
</style>
border-color css
<style>
span { border-color: #A83D68; }
span { border-color: rgb(168,61,104); }
td.TdClassName
{
border-color: #A83D68;
}
.TagClassName
{
border-color: #A83D68;
}
</style>