Shades of Rouge #A83673
Tints of Rouge #A83673
RGB
CMYK
RGB Variations
Color information
#A83673 (or 0xA83673) is known color: Rouge. HEX triplet: A8, 36 and 73. RGB value is (168,54,115). Sum of RGB (Red+Green+Blue) = 168+54+115=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A83673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83673 is #57C98C. Grayscale: #5E5E5E. Windows color (decimal): -5753229 or 7550632. OLE color: 7550632.
HSL color Cylindrical-coordinate representation of color #A83673: hue angle of 327.89º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83673 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 115 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.34 |
| HSL | 327.89º | 0.51% | 0.44% | - |
| HSV(B) | 327.89º | 0.68% | 0.66% | - |
| XYZ | 20.56 | 12.2 | 17.49 | - |
| YUV | 95.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 115 | 0 | 0.68 | 0.32 | 0.34 | 327.89 | 0.51 | 0.44 |
| Hex | A8 | 36 | 73 | 0 | 44 | 20 | 22 | 148 | 33 | 2C |
| Octal | 250 | 66 | 163 | 0 | 104 | 40 | 42 | 510 | 63 | 54 |
| Binary | 10101000 | 110110 | 1110011 | 0 | 1000100 | 100000 | 100010 | 101001000 | 110011 | 101100 |
Color Harmonies of #A83673
Complementary color
Monochromatic Colors of #A83673
Black with #A83673
Text Example
Text Example
White with #A83673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83673; }
p { color: rgb(168,54,115); }
H1.HeaderClassName
{
color: #A83673;
}
.AnyTagClassName
{
color: #A83673;
}
</style>
background-color css
<style>
a { background-color: #A83673; }
a { background-color: rgb(168,54,115); }
div.DivClassName
{
background-color: #A83673;
}
.BgClassName
{
background-color: #A83673;
}
</style>
border-color css
<style>
span { border-color: #A83673; }
span { border-color: rgb(168,54,115); }
td.TdClassName
{
border-color: #A83673;
}
.TagClassName
{
border-color: #A83673;
}
</style>