Shades of Rouge #A74867
Tints of Rouge #A74867
RGB
CMYK
RGB Variations
Color information
#A74867 (or 0xA74867) is known color: Rouge. HEX triplet: A7, 48 and 67. RGB value is (167,72,103). Sum of RGB (Red+Green+Blue) = 167+72+103=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A74867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74867 is #58B798. Grayscale: #676767. Windows color (decimal): -5814169 or 6768807. OLE color: 6768807.
HSL color Cylindrical-coordinate representation of color #A74867: hue angle of 340.42º 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 #A74867 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 103 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.35 |
| HSL | 340.42º | 0.4% | 0.47% | - |
| HSV(B) | 340.42º | 0.57% | 0.65% | - |
| XYZ | 20.7 | 13.83 | 14.41 | - |
| YUV | 103.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 103 | 0 | 0.57 | 0.38 | 0.35 | 340.42 | 0.4 | 0.47 |
| Hex | A7 | 48 | 67 | 0 | 39 | 26 | 23 | 154 | 28 | 2F |
| Octal | 247 | 110 | 147 | 0 | 71 | 46 | 43 | 524 | 50 | 57 |
| Binary | 10100111 | 1001000 | 1100111 | 0 | 111001 | 100110 | 100011 | 101010100 | 101000 | 101111 |
Color Harmonies of #A74867
Complementary color
Monochromatic Colors of #A74867
Black with #A74867
Text Example
Text Example
White with #A74867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74867; }
p { color: rgb(167,72,103); }
H1.HeaderClassName
{
color: #A74867;
}
.AnyTagClassName
{
color: #A74867;
}
</style>
background-color css
<style>
a { background-color: #A74867; }
a { background-color: rgb(167,72,103); }
div.DivClassName
{
background-color: #A74867;
}
.BgClassName
{
background-color: #A74867;
}
</style>
border-color css
<style>
span { border-color: #A74867; }
span { border-color: rgb(167,72,103); }
td.TdClassName
{
border-color: #A74867;
}
.TagClassName
{
border-color: #A74867;
}
</style>