Shades of Rouge #A53766
Tints of Rouge #A53766
RGB
CMYK
RGB Variations
Color information
#A53766 (or 0xA53766) is known color: Rouge. HEX triplet: A5, 37 and 66. RGB value is (165,55,102). Sum of RGB (Red+Green+Blue) = 165+55+102=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A53766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53766 is #5AC899. Grayscale: #5D5D5D. Windows color (decimal): -5949594 or 6698917. OLE color: 6698917.
HSL color Cylindrical-coordinate representation of color #A53766: hue angle of 334.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53766 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 102 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.35 |
| HSL | 334.36º | 0.5% | 0.43% | - |
| HSV(B) | 334.36º | 0.67% | 0.65% | - |
| XYZ | 19.28 | 11.69 | 13.81 | - |
| YUV | 93.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 102 | 0 | 0.67 | 0.38 | 0.35 | 334.36 | 0.5 | 0.43 |
| Hex | A5 | 37 | 66 | 0 | 43 | 26 | 23 | 14E | 32 | 2B |
| Octal | 245 | 67 | 146 | 0 | 103 | 46 | 43 | 516 | 62 | 53 |
| Binary | 10100101 | 110111 | 1100110 | 0 | 1000011 | 100110 | 100011 | 101001110 | 110010 | 101011 |
Color Harmonies of #A53766
Complementary color
Monochromatic Colors of #A53766
Black with #A53766
Text Example
Text Example
White with #A53766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53766; }
p { color: rgb(165,55,102); }
H1.HeaderClassName
{
color: #A53766;
}
.AnyTagClassName
{
color: #A53766;
}
</style>
background-color css
<style>
a { background-color: #A53766; }
a { background-color: rgb(165,55,102); }
div.DivClassName
{
background-color: #A53766;
}
.BgClassName
{
background-color: #A53766;
}
</style>
border-color css
<style>
span { border-color: #A53766; }
span { border-color: rgb(165,55,102); }
td.TdClassName
{
border-color: #A53766;
}
.TagClassName
{
border-color: #A53766;
}
</style>