Shades of Rouge #A83672
Tints of Rouge #A83672
RGB
CMYK
RGB Variations
Color information
#A83672 (or 0xA83672) is known color: Rouge. HEX triplet: A8, 36 and 72. RGB value is (168,54,114). Sum of RGB (Red+Green+Blue) = 168+54+114=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83672 is #57C98D. Grayscale: #5E5E5E. Windows color (decimal): -5753230 or 7485096. OLE color: 7485096.
HSL color Cylindrical-coordinate representation of color #A83672: hue angle of 328.42º 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 #A83672 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 114 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.34 |
| HSL | 328.42º | 0.51% | 0.44% | - |
| HSV(B) | 328.42º | 0.68% | 0.66% | - |
| XYZ | 20.5 | 12.18 | 17.19 | - |
| YUV | 94.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 114 | 0 | 0.68 | 0.32 | 0.34 | 328.42 | 0.51 | 0.44 |
| Hex | A8 | 36 | 72 | 0 | 44 | 20 | 22 | 148 | 33 | 2C |
| Octal | 250 | 66 | 162 | 0 | 104 | 40 | 42 | 510 | 63 | 54 |
| Binary | 10101000 | 110110 | 1110010 | 0 | 1000100 | 100000 | 100010 | 101001000 | 110011 | 101100 |
Color Harmonies of #A83672
Complementary color
Monochromatic Colors of #A83672
Black with #A83672
Text Example
Text Example
White with #A83672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83672; }
p { color: rgb(168,54,114); }
H1.HeaderClassName
{
color: #A83672;
}
.AnyTagClassName
{
color: #A83672;
}
</style>
background-color css
<style>
a { background-color: #A83672; }
a { background-color: rgb(168,54,114); }
div.DivClassName
{
background-color: #A83672;
}
.BgClassName
{
background-color: #A83672;
}
</style>
border-color css
<style>
span { border-color: #A83672; }
span { border-color: rgb(168,54,114); }
td.TdClassName
{
border-color: #A83672;
}
.TagClassName
{
border-color: #A83672;
}
</style>