Shades of Rouge #A8346D
Tints of Rouge #A8346D
RGB
CMYK
RGB Variations
Color information
#A8346D (or 0xA8346D) is known color: Rouge. HEX triplet: A8, 34 and 6D. RGB value is (168,52,109). Sum of RGB (Red+Green+Blue) = 168+52+109=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8346D is #57CB92. Grayscale: #5D5D5D. Windows color (decimal): -5753747 or 7156904. OLE color: 7156904.
HSL color Cylindrical-coordinate representation of color #A8346D: hue angle of 330.52º 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 #A8346D is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 109 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.34 |
| HSL | 330.52º | 0.53% | 0.43% | - |
| HSV(B) | 330.52º | 0.69% | 0.66% | - |
| XYZ | 20.14 | 11.88 | 15.7 | - |
| YUV | 93.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 109 | 0 | 0.69 | 0.35 | 0.34 | 330.52 | 0.53 | 0.43 |
| Hex | A8 | 34 | 6D | 0 | 45 | 23 | 22 | 14B | 35 | 2B |
| Octal | 250 | 64 | 155 | 0 | 105 | 43 | 42 | 513 | 65 | 53 |
| Binary | 10101000 | 110100 | 1101101 | 0 | 1000101 | 100011 | 100010 | 101001011 | 110101 | 101011 |
Color Harmonies of #A8346D
Complementary color
Monochromatic Colors of #A8346D
Black with #A8346D
Text Example
Text Example
White with #A8346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8346D; }
p { color: rgb(168,52,109); }
H1.HeaderClassName
{
color: #A8346D;
}
.AnyTagClassName
{
color: #A8346D;
}
</style>
background-color css
<style>
a { background-color: #A8346D; }
a { background-color: rgb(168,52,109); }
div.DivClassName
{
background-color: #A8346D;
}
.BgClassName
{
background-color: #A8346D;
}
</style>
border-color css
<style>
span { border-color: #A8346D; }
span { border-color: rgb(168,52,109); }
td.TdClassName
{
border-color: #A8346D;
}
.TagClassName
{
border-color: #A8346D;
}
</style>