Shades of Rouge #A53A6C
Tints of Rouge #A53A6C
RGB
CMYK
RGB Variations
Color information
#A53A6C (or 0xA53A6C) is known color: Rouge. HEX triplet: A5, 3A and 6C. RGB value is (165,58,108). Sum of RGB (Red+Green+Blue) = 165+58+108=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A6C is #5AC593. Grayscale: #5F5F5F. Windows color (decimal): -5948820 or 7092901. OLE color: 7092901.
HSL color Cylindrical-coordinate representation of color #A53A6C: hue angle of 331.96º 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 #A53A6C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 108 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.35 |
| HSL | 331.96º | 0.48% | 0.44% | - |
| HSV(B) | 331.96º | 0.65% | 0.65% | - |
| XYZ | 19.74 | 12.11 | 15.48 | - |
| YUV | 95.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 108 | 0 | 0.65 | 0.35 | 0.35 | 331.96 | 0.48 | 0.44 |
| Hex | A5 | 3A | 6C | 0 | 41 | 23 | 23 | 14C | 30 | 2C |
| Octal | 245 | 72 | 154 | 0 | 101 | 43 | 43 | 514 | 60 | 54 |
| Binary | 10100101 | 111010 | 1101100 | 0 | 1000001 | 100011 | 100011 | 101001100 | 110000 | 101100 |
Color Harmonies of #A53A6C
Complementary color
Monochromatic Colors of #A53A6C
Black with #A53A6C
Text Example
Text Example
White with #A53A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A6C; }
p { color: rgb(165,58,108); }
H1.HeaderClassName
{
color: #A53A6C;
}
.AnyTagClassName
{
color: #A53A6C;
}
</style>
background-color css
<style>
a { background-color: #A53A6C; }
a { background-color: rgb(165,58,108); }
div.DivClassName
{
background-color: #A53A6C;
}
.BgClassName
{
background-color: #A53A6C;
}
</style>
border-color css
<style>
span { border-color: #A53A6C; }
span { border-color: rgb(165,58,108); }
td.TdClassName
{
border-color: #A53A6C;
}
.TagClassName
{
border-color: #A53A6C;
}
</style>