Shades of Rouge #A83865
Tints of Rouge #A83865
RGB
CMYK
RGB Variations
Color information
#A83865 (or 0xA83865) is known color: Rouge. HEX triplet: A8, 38 and 65. RGB value is (168,56,101). Sum of RGB (Red+Green+Blue) = 168+56+101=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A83865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83865 is #57C79A. Grayscale: #5E5E5E. Windows color (decimal): -5752731 or 6633640. OLE color: 6633640.
HSL color Cylindrical-coordinate representation of color #A83865: hue angle of 335.89º degrees, saturation: 0.5, 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 #A83865 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 101 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.34 |
| HSL | 335.89º | 0.5% | 0.44% | - |
| HSV(B) | 335.89º | 0.67% | 0.66% | - |
| XYZ | 19.91 | 12.09 | 13.6 | - |
| YUV | 94.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 101 | 0 | 0.67 | 0.40 | 0.34 | 335.89 | 0.5 | 0.44 |
| Hex | A8 | 38 | 65 | 0 | 43 | 28 | 22 | 150 | 32 | 2C |
| Octal | 250 | 70 | 145 | 0 | 103 | 50 | 42 | 520 | 62 | 54 |
| Binary | 10101000 | 111000 | 1100101 | 0 | 1000011 | 101000 | 100010 | 101010000 | 110010 | 101100 |
Color Harmonies of #A83865
Complementary color
Monochromatic Colors of #A83865
Black with #A83865
Text Example
Text Example
White with #A83865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83865; }
p { color: rgb(168,56,101); }
H1.HeaderClassName
{
color: #A83865;
}
.AnyTagClassName
{
color: #A83865;
}
</style>
background-color css
<style>
a { background-color: #A83865; }
a { background-color: rgb(168,56,101); }
div.DivClassName
{
background-color: #A83865;
}
.BgClassName
{
background-color: #A83865;
}
</style>
border-color css
<style>
span { border-color: #A83865; }
span { border-color: rgb(168,56,101); }
td.TdClassName
{
border-color: #A83865;
}
.TagClassName
{
border-color: #A83865;
}
</style>