Shades of Rouge #A72769
Tints of Rouge #A72769
RGB
CMYK
RGB Variations
Color information
#A72769 (or 0xA72769) is known color: Rouge. HEX triplet: A7, 27 and 69. RGB value is (167,39,105). Sum of RGB (Red+Green+Blue) = 167+39+105=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A72769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72769 is #58D896. Grayscale: #545454. Windows color (decimal): -5822615 or 6891431. OLE color: 6891431.
HSL color Cylindrical-coordinate representation of color #A72769: hue angle of 329.06º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72769 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 39 | 105 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.35 |
| HSL | 329.06º | 0.62% | 0.4% | - |
| HSV(B) | 329.06º | 0.77% | 0.65% | - |
| XYZ | 19.21 | 10.69 | 14.41 | - |
| YUV | 84.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 105 | 0 | 0.77 | 0.37 | 0.35 | 329.06 | 0.62 | 0.4 |
| Hex | A7 | 27 | 69 | 0 | 4D | 25 | 23 | 149 | 3E | 28 |
| Octal | 247 | 47 | 151 | 0 | 115 | 45 | 43 | 511 | 76 | 50 |
| Binary | 10100111 | 100111 | 1101001 | 0 | 1001101 | 100101 | 100011 | 101001001 | 111110 | 101000 |
Color Harmonies of #A72769
Complementary color
Monochromatic Colors of #A72769
Black with #A72769
Text Example
Text Example
White with #A72769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72769; }
p { color: rgb(167,39,105); }
H1.HeaderClassName
{
color: #A72769;
}
.AnyTagClassName
{
color: #A72769;
}
</style>
background-color css
<style>
a { background-color: #A72769; }
a { background-color: rgb(167,39,105); }
div.DivClassName
{
background-color: #A72769;
}
.BgClassName
{
background-color: #A72769;
}
</style>
border-color css
<style>
span { border-color: #A72769; }
span { border-color: rgb(167,39,105); }
td.TdClassName
{
border-color: #A72769;
}
.TagClassName
{
border-color: #A72769;
}
</style>