Shades of Rouge #A53A6B
Tints of Rouge #A53A6B
RGB
CMYK
RGB Variations
Color information
#A53A6B (or 0xA53A6B) is known color: Rouge. HEX triplet: A5, 3A and 6B. RGB value is (165,58,107). Sum of RGB (Red+Green+Blue) = 165+58+107=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A6B is #5AC594. Grayscale: #5F5F5F. Windows color (decimal): -5948821 or 7027365. OLE color: 7027365.
HSL color Cylindrical-coordinate representation of color #A53A6B: hue angle of 332.52º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A6B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 107 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.35 |
| HSL | 332.52º | 0.48% | 0.44% | - |
| HSV(B) | 332.52º | 0.65% | 0.65% | - |
| XYZ | 19.68 | 12.09 | 15.21 | - |
| YUV | 95.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 107 | 0 | 0.65 | 0.35 | 0.35 | 332.52 | 0.48 | 0.44 |
| Hex | A5 | 3A | 6B | 0 | 41 | 23 | 23 | 14D | 30 | 2C |
| Octal | 245 | 72 | 153 | 0 | 101 | 43 | 43 | 515 | 60 | 54 |
| Binary | 10100101 | 111010 | 1101011 | 0 | 1000001 | 100011 | 100011 | 101001101 | 110000 | 101100 |
Color Harmonies of #A53A6B
Complementary color
Monochromatic Colors of #A53A6B
Black with #A53A6B
Text Example
Text Example
White with #A53A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A6B; }
p { color: rgb(165,58,107); }
H1.HeaderClassName
{
color: #A53A6B;
}
.AnyTagClassName
{
color: #A53A6B;
}
</style>
background-color css
<style>
a { background-color: #A53A6B; }
a { background-color: rgb(165,58,107); }
div.DivClassName
{
background-color: #A53A6B;
}
.BgClassName
{
background-color: #A53A6B;
}
</style>
border-color css
<style>
span { border-color: #A53A6B; }
span { border-color: rgb(165,58,107); }
td.TdClassName
{
border-color: #A53A6B;
}
.TagClassName
{
border-color: #A53A6B;
}
</style>