Shades of Rouge #A5355C
Tints of Rouge #A5355C
RGB
CMYK
RGB Variations
Color information
#A5355C (or 0xA5355C) is known color: Rouge. HEX triplet: A5, 35 and 5C. RGB value is (165,53,92). Sum of RGB (Red+Green+Blue) = 165+53+92=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5355C is #5ACAA3. Grayscale: #5A5A5A. Windows color (decimal): -5950116 or 6043045. OLE color: 6043045.
HSL color Cylindrical-coordinate representation of color #A5355C: hue angle of 339.11º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5355C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 92 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.35 |
| HSL | 339.11º | 0.51% | 0.43% | - |
| HSV(B) | 339.11º | 0.68% | 0.65% | - |
| XYZ | 18.72 | 11.32 | 11.32 | - |
| YUV | 90.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 92 | 0 | 0.68 | 0.44 | 0.35 | 339.11 | 0.51 | 0.43 |
| Hex | A5 | 35 | 5C | 0 | 44 | 2C | 23 | 153 | 33 | 2B |
| Octal | 245 | 65 | 134 | 0 | 104 | 54 | 43 | 523 | 63 | 53 |
| Binary | 10100101 | 110101 | 1011100 | 0 | 1000100 | 101100 | 100011 | 101010011 | 110011 | 101011 |
Color Harmonies of #A5355C
Complementary color
Monochromatic Colors of #A5355C
Black with #A5355C
Text Example
Text Example
White with #A5355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5355C; }
p { color: rgb(165,53,92); }
H1.HeaderClassName
{
color: #A5355C;
}
.AnyTagClassName
{
color: #A5355C;
}
</style>
background-color css
<style>
a { background-color: #A5355C; }
a { background-color: rgb(165,53,92); }
div.DivClassName
{
background-color: #A5355C;
}
.BgClassName
{
background-color: #A5355C;
}
</style>
border-color css
<style>
span { border-color: #A5355C; }
span { border-color: rgb(165,53,92); }
td.TdClassName
{
border-color: #A5355C;
}
.TagClassName
{
border-color: #A5355C;
}
</style>