Shades of Rouge #A74265
Tints of Rouge #A74265
RGB
CMYK
RGB Variations
Color information
#A74265 (or 0xA74265) is known color: Rouge. HEX triplet: A7, 42 and 65. RGB value is (167,66,101). Sum of RGB (Red+Green+Blue) = 167+66+101=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A74265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74265 is #58BD9A. Grayscale: #646464. Windows color (decimal): -5815707 or 6636199. OLE color: 6636199.
HSL color Cylindrical-coordinate representation of color #A74265: hue angle of 339.21º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74265 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 101 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.35 |
| HSL | 339.21º | 0.43% | 0.46% | - |
| HSV(B) | 339.21º | 0.6% | 0.65% | - |
| XYZ | 20.23 | 13.05 | 13.76 | - |
| YUV | 100.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 101 | 0 | 0.60 | 0.40 | 0.35 | 339.21 | 0.43 | 0.46 |
| Hex | A7 | 42 | 65 | 0 | 3C | 28 | 23 | 153 | 2B | 2E |
| Octal | 247 | 102 | 145 | 0 | 74 | 50 | 43 | 523 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1100101 | 0 | 111100 | 101000 | 100011 | 101010011 | 101011 | 101110 |
Color Harmonies of #A74265
Complementary color
Monochromatic Colors of #A74265
Black with #A74265
Text Example
Text Example
White with #A74265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74265; }
p { color: rgb(167,66,101); }
H1.HeaderClassName
{
color: #A74265;
}
.AnyTagClassName
{
color: #A74265;
}
</style>
background-color css
<style>
a { background-color: #A74265; }
a { background-color: rgb(167,66,101); }
div.DivClassName
{
background-color: #A74265;
}
.BgClassName
{
background-color: #A74265;
}
</style>
border-color css
<style>
span { border-color: #A74265; }
span { border-color: rgb(167,66,101); }
td.TdClassName
{
border-color: #A74265;
}
.TagClassName
{
border-color: #A74265;
}
</style>