Shades of Rouge #A73D6C
Tints of Rouge #A73D6C
RGB
CMYK
RGB Variations
Color information
#A73D6C (or 0xA73D6C) is known color: Rouge. HEX triplet: A7, 3D and 6C. RGB value is (167,61,108). Sum of RGB (Red+Green+Blue) = 167+61+108=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73D6C is #58C293. Grayscale: #616161. Windows color (decimal): -5816980 or 7093671. OLE color: 7093671.
HSL color Cylindrical-coordinate representation of color #A73D6C: hue angle of 333.4º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D6C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 108 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.35 |
| HSL | 333.4º | 0.46% | 0.45% | - |
| HSV(B) | 333.4º | 0.63% | 0.65% | - |
| XYZ | 20.31 | 12.64 | 15.56 | - |
| YUV | 98.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 108 | 0 | 0.63 | 0.35 | 0.35 | 333.4 | 0.46 | 0.45 |
| Hex | A7 | 3D | 6C | 0 | 3F | 23 | 23 | 14D | 2E | 2D |
| Octal | 247 | 75 | 154 | 0 | 77 | 43 | 43 | 515 | 56 | 55 |
| Binary | 10100111 | 111101 | 1101100 | 0 | 111111 | 100011 | 100011 | 101001101 | 101110 | 101101 |
Color Harmonies of #A73D6C
Complementary color
Monochromatic Colors of #A73D6C
Black with #A73D6C
Text Example
Text Example
White with #A73D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D6C; }
p { color: rgb(167,61,108); }
H1.HeaderClassName
{
color: #A73D6C;
}
.AnyTagClassName
{
color: #A73D6C;
}
</style>
background-color css
<style>
a { background-color: #A73D6C; }
a { background-color: rgb(167,61,108); }
div.DivClassName
{
background-color: #A73D6C;
}
.BgClassName
{
background-color: #A73D6C;
}
</style>
border-color css
<style>
span { border-color: #A73D6C; }
span { border-color: rgb(167,61,108); }
td.TdClassName
{
border-color: #A73D6C;
}
.TagClassName
{
border-color: #A73D6C;
}
</style>