Shades of Rouge #A83974
Tints of Rouge #A83974
RGB
CMYK
RGB Variations
Color information
#A83974 (or 0xA83974) is known color: Rouge. HEX triplet: A8, 39 and 74. RGB value is (168,57,116). Sum of RGB (Red+Green+Blue) = 168+57+116=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A83974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83974 is #57C68B. Grayscale: #606060. Windows color (decimal): -5752460 or 7616936. OLE color: 7616936.
HSL color Cylindrical-coordinate representation of color #A83974: hue angle of 328.11º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83974 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 116 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.34 |
| HSL | 328.11º | 0.49% | 0.44% | - |
| HSV(B) | 328.11º | 0.66% | 0.66% | - |
| XYZ | 20.76 | 12.51 | 17.84 | - |
| YUV | 96.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 116 | 0 | 0.66 | 0.31 | 0.34 | 328.11 | 0.49 | 0.44 |
| Hex | A8 | 39 | 74 | 0 | 42 | 1F | 22 | 148 | 31 | 2C |
| Octal | 250 | 71 | 164 | 0 | 102 | 37 | 42 | 510 | 61 | 54 |
| Binary | 10101000 | 111001 | 1110100 | 0 | 1000010 | 11111 | 100010 | 101001000 | 110001 | 101100 |
Color Harmonies of #A83974
Complementary color
Monochromatic Colors of #A83974
Black with #A83974
Text Example
Text Example
White with #A83974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83974; }
p { color: rgb(168,57,116); }
H1.HeaderClassName
{
color: #A83974;
}
.AnyTagClassName
{
color: #A83974;
}
</style>
background-color css
<style>
a { background-color: #A83974; }
a { background-color: rgb(168,57,116); }
div.DivClassName
{
background-color: #A83974;
}
.BgClassName
{
background-color: #A83974;
}
</style>
border-color css
<style>
span { border-color: #A83974; }
span { border-color: rgb(168,57,116); }
td.TdClassName
{
border-color: #A83974;
}
.TagClassName
{
border-color: #A83974;
}
</style>