Shades of Rouge #A8346F
Tints of Rouge #A8346F
RGB
CMYK
RGB Variations
Color information
#A8346F (or 0xA8346F) is known color: Rouge. HEX triplet: A8, 34 and 6F. RGB value is (168,52,111). Sum of RGB (Red+Green+Blue) = 168+52+111=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8346F is #57CB90. Grayscale: #5D5D5D. Windows color (decimal): -5753745 or 7287976. OLE color: 7287976.
HSL color Cylindrical-coordinate representation of color #A8346F: hue angle of 329.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8346F is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 111 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.34 |
| HSL | 329.48º | 0.53% | 0.43% | - |
| HSV(B) | 329.48º | 0.69% | 0.66% | - |
| XYZ | 20.25 | 11.93 | 16.27 | - |
| YUV | 93.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 111 | 0 | 0.69 | 0.34 | 0.34 | 329.48 | 0.53 | 0.43 |
| Hex | A8 | 34 | 6F | 0 | 45 | 22 | 22 | 149 | 35 | 2B |
| Octal | 250 | 64 | 157 | 0 | 105 | 42 | 42 | 511 | 65 | 53 |
| Binary | 10101000 | 110100 | 1101111 | 0 | 1000101 | 100010 | 100010 | 101001001 | 110101 | 101011 |
Color Harmonies of #A8346F
Complementary color
Monochromatic Colors of #A8346F
Black with #A8346F
Text Example
Text Example
White with #A8346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8346F; }
p { color: rgb(168,52,111); }
H1.HeaderClassName
{
color: #A8346F;
}
.AnyTagClassName
{
color: #A8346F;
}
</style>
background-color css
<style>
a { background-color: #A8346F; }
a { background-color: rgb(168,52,111); }
div.DivClassName
{
background-color: #A8346F;
}
.BgClassName
{
background-color: #A8346F;
}
</style>
border-color css
<style>
span { border-color: #A8346F; }
span { border-color: rgb(168,52,111); }
td.TdClassName
{
border-color: #A8346F;
}
.TagClassName
{
border-color: #A8346F;
}
</style>