Shades of Rouge #A54965
Tints of Rouge #A54965
RGB
CMYK
RGB Variations
Color information
#A54965 (or 0xA54965) is known color: Rouge. HEX triplet: A5, 49 and 65. RGB value is (165,73,101). Sum of RGB (Red+Green+Blue) = 165+73+101=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54965 is #5AB69A. Grayscale: #676767. Windows color (decimal): -5944987 or 6637989. OLE color: 6637989.
HSL color Cylindrical-coordinate representation of color #A54965: hue angle of 341.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54965 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 101 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.35 |
| HSL | 341.74º | 0.39% | 0.47% | - |
| HSV(B) | 341.74º | 0.56% | 0.65% | - |
| XYZ | 20.25 | 13.7 | 13.89 | - |
| YUV | 103.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 101 | 0 | 0.56 | 0.39 | 0.35 | 341.74 | 0.39 | 0.47 |
| Hex | A5 | 49 | 65 | 0 | 38 | 27 | 23 | 156 | 27 | 2F |
| Octal | 245 | 111 | 145 | 0 | 70 | 47 | 43 | 526 | 47 | 57 |
| Binary | 10100101 | 1001001 | 1100101 | 0 | 111000 | 100111 | 100011 | 101010110 | 100111 | 101111 |
Color Harmonies of #A54965
Complementary color
Monochromatic Colors of #A54965
Black with #A54965
Text Example
Text Example
White with #A54965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54965; }
p { color: rgb(165,73,101); }
H1.HeaderClassName
{
color: #A54965;
}
.AnyTagClassName
{
color: #A54965;
}
</style>
background-color css
<style>
a { background-color: #A54965; }
a { background-color: rgb(165,73,101); }
div.DivClassName
{
background-color: #A54965;
}
.BgClassName
{
background-color: #A54965;
}
</style>
border-color css
<style>
span { border-color: #A54965; }
span { border-color: rgb(165,73,101); }
td.TdClassName
{
border-color: #A54965;
}
.TagClassName
{
border-color: #A54965;
}
</style>