Shades of Rouge #A83A73
Tints of Rouge #A83A73
RGB
CMYK
RGB Variations
Color information
#A83A73 (or 0xA83A73) is known color: Rouge. HEX triplet: A8, 3A and 73. RGB value is (168,58,115). Sum of RGB (Red+Green+Blue) = 168+58+115=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A73 is #57C58C. Grayscale: #616161. Windows color (decimal): -5752205 or 7551656. OLE color: 7551656.
HSL color Cylindrical-coordinate representation of color #A83A73: hue angle of 328.91º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A73 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 115 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.34 |
| HSL | 328.91º | 0.49% | 0.44% | - |
| HSV(B) | 328.91º | 0.65% | 0.66% | - |
| XYZ | 20.76 | 12.59 | 17.56 | - |
| YUV | 97.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 115 | 0 | 0.65 | 0.32 | 0.34 | 328.91 | 0.49 | 0.44 |
| Hex | A8 | 3A | 73 | 0 | 41 | 20 | 22 | 149 | 31 | 2C |
| Octal | 250 | 72 | 163 | 0 | 101 | 40 | 42 | 511 | 61 | 54 |
| Binary | 10101000 | 111010 | 1110011 | 0 | 1000001 | 100000 | 100010 | 101001001 | 110001 | 101100 |
Color Harmonies of #A83A73
Complementary color
Monochromatic Colors of #A83A73
Black with #A83A73
Text Example
Text Example
White with #A83A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A73; }
p { color: rgb(168,58,115); }
H1.HeaderClassName
{
color: #A83A73;
}
.AnyTagClassName
{
color: #A83A73;
}
</style>
background-color css
<style>
a { background-color: #A83A73; }
a { background-color: rgb(168,58,115); }
div.DivClassName
{
background-color: #A83A73;
}
.BgClassName
{
background-color: #A83A73;
}
</style>
border-color css
<style>
span { border-color: #A83A73; }
span { border-color: rgb(168,58,115); }
td.TdClassName
{
border-color: #A83A73;
}
.TagClassName
{
border-color: #A83A73;
}
</style>