Shades of Rouge #A6325F
Tints of Rouge #A6325F
RGB
CMYK
RGB Variations
Color information
#A6325F (or 0xA6325F) is known color: Rouge. HEX triplet: A6, 32 and 5F. RGB value is (166,50,95). Sum of RGB (Red+Green+Blue) = 166+50+95=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6325F is #59CDA0. Grayscale: #595959. Windows color (decimal): -5885345 or 6238886. OLE color: 6238886.
HSL color Cylindrical-coordinate representation of color #A6325F: hue angle of 336.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6325F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 95 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.35 |
| HSL | 336.72º | 0.54% | 0.42% | - |
| HSV(B) | 336.72º | 0.7% | 0.65% | - |
| XYZ | 18.93 | 11.21 | 11.99 | - |
| YUV | 89.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 95 | 0 | 0.70 | 0.43 | 0.35 | 336.72 | 0.54 | 0.42 |
| Hex | A6 | 32 | 5F | 0 | 46 | 2B | 23 | 151 | 36 | 2A |
| Octal | 246 | 62 | 137 | 0 | 106 | 53 | 43 | 521 | 66 | 52 |
| Binary | 10100110 | 110010 | 1011111 | 0 | 1000110 | 101011 | 100011 | 101010001 | 110110 | 101010 |
Color Harmonies of #A6325F
Complementary color
Monochromatic Colors of #A6325F
Black with #A6325F
Text Example
Text Example
White with #A6325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6325F; }
p { color: rgb(166,50,95); }
H1.HeaderClassName
{
color: #A6325F;
}
.AnyTagClassName
{
color: #A6325F;
}
</style>
background-color css
<style>
a { background-color: #A6325F; }
a { background-color: rgb(166,50,95); }
div.DivClassName
{
background-color: #A6325F;
}
.BgClassName
{
background-color: #A6325F;
}
</style>
border-color css
<style>
span { border-color: #A6325F; }
span { border-color: rgb(166,50,95); }
td.TdClassName
{
border-color: #A6325F;
}
.TagClassName
{
border-color: #A6325F;
}
</style>