Shades of Rouge #A34660
Tints of Rouge #A34660
RGB
CMYK
RGB Variations
Color information
#A34660 (or 0xA34660) is known color: Rouge. HEX triplet: A3, 46 and 60. RGB value is (163,70,96). Sum of RGB (Red+Green+Blue) = 163+70+96=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A34660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34660 is #5CB99F. Grayscale: #646464. Windows color (decimal): -6076832 or 6309539. OLE color: 6309539.
HSL color Cylindrical-coordinate representation of color #A34660: hue angle of 343.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34660 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 96 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.36 |
| HSL | 343.23º | 0.4% | 0.46% | - |
| HSV(B) | 343.23º | 0.57% | 0.64% | - |
| XYZ | 19.41 | 13.01 | 12.55 | - |
| YUV | 100.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 96 | 0 | 0.57 | 0.41 | 0.36 | 343.23 | 0.4 | 0.46 |
| Hex | A3 | 46 | 60 | 0 | 39 | 29 | 24 | 157 | 28 | 2E |
| Octal | 243 | 106 | 140 | 0 | 71 | 51 | 44 | 527 | 50 | 56 |
| Binary | 10100011 | 1000110 | 1100000 | 0 | 111001 | 101001 | 100100 | 101010111 | 101000 | 101110 |
Color Harmonies of #A34660
Complementary color
Monochromatic Colors of #A34660
Black with #A34660
Text Example
Text Example
White with #A34660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34660; }
p { color: rgb(163,70,96); }
H1.HeaderClassName
{
color: #A34660;
}
.AnyTagClassName
{
color: #A34660;
}
</style>
background-color css
<style>
a { background-color: #A34660; }
a { background-color: rgb(163,70,96); }
div.DivClassName
{
background-color: #A34660;
}
.BgClassName
{
background-color: #A34660;
}
</style>
border-color css
<style>
span { border-color: #A34660; }
span { border-color: rgb(163,70,96); }
td.TdClassName
{
border-color: #A34660;
}
.TagClassName
{
border-color: #A34660;
}
</style>