Shades of Rouge #A7486F
Tints of Rouge #A7486F
RGB
CMYK
RGB Variations
Color information
#A7486F (or 0xA7486F) is known color: Rouge. HEX triplet: A7, 48 and 6F. RGB value is (167,72,111). Sum of RGB (Red+Green+Blue) = 167+72+111=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A7486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7486F is #58B790. Grayscale: #686868. Windows color (decimal): -5814161 or 7293095. OLE color: 7293095.
HSL color Cylindrical-coordinate representation of color #A7486F: hue angle of 335.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7486F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 111 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.35 |
| HSL | 335.37º | 0.4% | 0.47% | - |
| HSV(B) | 335.37º | 0.57% | 0.65% | - |
| XYZ | 21.12 | 14 | 16.63 | - |
| YUV | 104.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 111 | 0 | 0.57 | 0.34 | 0.35 | 335.37 | 0.4 | 0.47 |
| Hex | A7 | 48 | 6F | 0 | 39 | 22 | 23 | 14F | 28 | 2F |
| Octal | 247 | 110 | 157 | 0 | 71 | 42 | 43 | 517 | 50 | 57 |
| Binary | 10100111 | 1001000 | 1101111 | 0 | 111001 | 100010 | 100011 | 101001111 | 101000 | 101111 |
Color Harmonies of #A7486F
Complementary color
Monochromatic Colors of #A7486F
Black with #A7486F
Text Example
Text Example
White with #A7486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7486F; }
p { color: rgb(167,72,111); }
H1.HeaderClassName
{
color: #A7486F;
}
.AnyTagClassName
{
color: #A7486F;
}
</style>
background-color css
<style>
a { background-color: #A7486F; }
a { background-color: rgb(167,72,111); }
div.DivClassName
{
background-color: #A7486F;
}
.BgClassName
{
background-color: #A7486F;
}
</style>
border-color css
<style>
span { border-color: #A7486F; }
span { border-color: rgb(167,72,111); }
td.TdClassName
{
border-color: #A7486F;
}
.TagClassName
{
border-color: #A7486F;
}
</style>