Shades of Rouge #A73672
Tints of Rouge #A73672
RGB
CMYK
RGB Variations
Color information
#A73672 (or 0xA73672) is known color: Rouge. HEX triplet: A7, 36 and 72. RGB value is (167,54,114). Sum of RGB (Red+Green+Blue) = 167+54+114=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A73672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73672 is #58C98D. Grayscale: #5E5E5E. Windows color (decimal): -5818766 or 7485095. OLE color: 7485095.
HSL color Cylindrical-coordinate representation of color #A73672: hue angle of 328.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73672 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 114 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.35 |
| HSL | 328.14º | 0.51% | 0.43% | - |
| HSV(B) | 328.14º | 0.68% | 0.65% | - |
| XYZ | 20.29 | 12.07 | 17.18 | - |
| YUV | 94.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 114 | 0 | 0.68 | 0.32 | 0.35 | 328.14 | 0.51 | 0.43 |
| Hex | A7 | 36 | 72 | 0 | 44 | 20 | 23 | 148 | 33 | 2B |
| Octal | 247 | 66 | 162 | 0 | 104 | 40 | 43 | 510 | 63 | 53 |
| Binary | 10100111 | 110110 | 1110010 | 0 | 1000100 | 100000 | 100011 | 101001000 | 110011 | 101011 |
Color Harmonies of #A73672
Complementary color
Monochromatic Colors of #A73672
Black with #A73672
Text Example
Text Example
White with #A73672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73672; }
p { color: rgb(167,54,114); }
H1.HeaderClassName
{
color: #A73672;
}
.AnyTagClassName
{
color: #A73672;
}
</style>
background-color css
<style>
a { background-color: #A73672; }
a { background-color: rgb(167,54,114); }
div.DivClassName
{
background-color: #A73672;
}
.BgClassName
{
background-color: #A73672;
}
</style>
border-color css
<style>
span { border-color: #A73672; }
span { border-color: rgb(167,54,114); }
td.TdClassName
{
border-color: #A73672;
}
.TagClassName
{
border-color: #A73672;
}
</style>