Shades of Rouge #A34065
Tints of Rouge #A34065
RGB
CMYK
RGB Variations
Color information
#A34065 (or 0xA34065) is known color: Rouge. HEX triplet: A3, 40 and 65. RGB value is (163,64,101). Sum of RGB (Red+Green+Blue) = 163+64+101=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34065 is #5CBF9A. Grayscale: #616161. Windows color (decimal): -6078363 or 6635683. OLE color: 6635683.
HSL color Cylindrical-coordinate representation of color #A34065: hue angle of 337.58º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34065 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 101 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.36 |
| HSL | 337.58º | 0.44% | 0.45% | - |
| HSV(B) | 337.58º | 0.61% | 0.64% | - |
| XYZ | 19.29 | 12.39 | 13.69 | - |
| YUV | 97.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 101 | 0 | 0.61 | 0.38 | 0.36 | 337.58 | 0.44 | 0.45 |
| Hex | A3 | 40 | 65 | 0 | 3D | 26 | 24 | 152 | 2C | 2D |
| Octal | 243 | 100 | 145 | 0 | 75 | 46 | 44 | 522 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1100101 | 0 | 111101 | 100110 | 100100 | 101010010 | 101100 | 101101 |
Color Harmonies of #A34065
Complementary color
Monochromatic Colors of #A34065
Black with #A34065
Text Example
Text Example
White with #A34065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34065; }
p { color: rgb(163,64,101); }
H1.HeaderClassName
{
color: #A34065;
}
.AnyTagClassName
{
color: #A34065;
}
</style>
background-color css
<style>
a { background-color: #A34065; }
a { background-color: rgb(163,64,101); }
div.DivClassName
{
background-color: #A34065;
}
.BgClassName
{
background-color: #A34065;
}
</style>
border-color css
<style>
span { border-color: #A34065; }
span { border-color: rgb(163,64,101); }
td.TdClassName
{
border-color: #A34065;
}
.TagClassName
{
border-color: #A34065;
}
</style>