Shades of Rouge #A73266
Tints of Rouge #A73266
RGB
CMYK
RGB Variations
Color information
#A73266 (or 0xA73266) is known color: Rouge. HEX triplet: A7, 32 and 66. RGB value is (167,50,102). Sum of RGB (Red+Green+Blue) = 167+50+102=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A73266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73266 is #58CD99. Grayscale: #5A5A5A. Windows color (decimal): -5819802 or 6697639. OLE color: 6697639.
HSL color Cylindrical-coordinate representation of color #A73266: hue angle of 333.33º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73266 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 102 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.35 |
| HSL | 333.33º | 0.54% | 0.43% | - |
| HSV(B) | 333.33º | 0.7% | 0.65% | - |
| XYZ | 19.48 | 11.46 | 13.76 | - |
| YUV | 90.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 102 | 0 | 0.70 | 0.39 | 0.35 | 333.33 | 0.54 | 0.43 |
| Hex | A7 | 32 | 66 | 0 | 46 | 27 | 23 | 14D | 36 | 2B |
| Octal | 247 | 62 | 146 | 0 | 106 | 47 | 43 | 515 | 66 | 53 |
| Binary | 10100111 | 110010 | 1100110 | 0 | 1000110 | 100111 | 100011 | 101001101 | 110110 | 101011 |
Color Harmonies of #A73266
Complementary color
Monochromatic Colors of #A73266
Black with #A73266
Text Example
Text Example
White with #A73266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73266; }
p { color: rgb(167,50,102); }
H1.HeaderClassName
{
color: #A73266;
}
.AnyTagClassName
{
color: #A73266;
}
</style>
background-color css
<style>
a { background-color: #A73266; }
a { background-color: rgb(167,50,102); }
div.DivClassName
{
background-color: #A73266;
}
.BgClassName
{
background-color: #A73266;
}
</style>
border-color css
<style>
span { border-color: #A73266; }
span { border-color: rgb(167,50,102); }
td.TdClassName
{
border-color: #A73266;
}
.TagClassName
{
border-color: #A73266;
}
</style>