Shades of Rouge #A72869
Tints of Rouge #A72869
RGB
CMYK
RGB Variations
Color information
#A72869 (or 0xA72869) is known color: Rouge. HEX triplet: A7, 28 and 69. RGB value is (167,40,105). Sum of RGB (Red+Green+Blue) = 167+40+105=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A72869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72869 is #58D796. Grayscale: #555555. Windows color (decimal): -5822359 or 6891687. OLE color: 6891687.
HSL color Cylindrical-coordinate representation of color #A72869: hue angle of 329.29º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72869 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 105 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.35 |
| HSL | 329.29º | 0.61% | 0.41% | - |
| HSV(B) | 329.29º | 0.76% | 0.65% | - |
| XYZ | 19.24 | 10.75 | 14.43 | - |
| YUV | 85.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 105 | 0 | 0.76 | 0.37 | 0.35 | 329.29 | 0.61 | 0.41 |
| Hex | A7 | 28 | 69 | 0 | 4C | 25 | 23 | 149 | 3D | 29 |
| Octal | 247 | 50 | 151 | 0 | 114 | 45 | 43 | 511 | 75 | 51 |
| Binary | 10100111 | 101000 | 1101001 | 0 | 1001100 | 100101 | 100011 | 101001001 | 111101 | 101001 |
Color Harmonies of #A72869
Complementary color
Monochromatic Colors of #A72869
Black with #A72869
Text Example
Text Example
White with #A72869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72869; }
p { color: rgb(167,40,105); }
H1.HeaderClassName
{
color: #A72869;
}
.AnyTagClassName
{
color: #A72869;
}
</style>
background-color css
<style>
a { background-color: #A72869; }
a { background-color: rgb(167,40,105); }
div.DivClassName
{
background-color: #A72869;
}
.BgClassName
{
background-color: #A72869;
}
</style>
border-color css
<style>
span { border-color: #A72869; }
span { border-color: rgb(167,40,105); }
td.TdClassName
{
border-color: #A72869;
}
.TagClassName
{
border-color: #A72869;
}
</style>