Shades of Rouge #A8346B
Tints of Rouge #A8346B
RGB
CMYK
RGB Variations
Color information
#A8346B (or 0xA8346B) is known color: Rouge. HEX triplet: A8, 34 and 6B. RGB value is (168,52,107). Sum of RGB (Red+Green+Blue) = 168+52+107=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8346B is #57CB94. Grayscale: #5C5C5C. Windows color (decimal): -5753749 or 7025832. OLE color: 7025832.
HSL color Cylindrical-coordinate representation of color #A8346B: hue angle of 331.55º 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 #A8346B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 107 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.34 |
| HSL | 331.55º | 0.53% | 0.43% | - |
| HSV(B) | 331.55º | 0.69% | 0.66% | - |
| XYZ | 20.03 | 11.84 | 15.14 | - |
| YUV | 92.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 107 | 0 | 0.69 | 0.36 | 0.34 | 331.55 | 0.53 | 0.43 |
| Hex | A8 | 34 | 6B | 0 | 45 | 24 | 22 | 14C | 35 | 2B |
| Octal | 250 | 64 | 153 | 0 | 105 | 44 | 42 | 514 | 65 | 53 |
| Binary | 10101000 | 110100 | 1101011 | 0 | 1000101 | 100100 | 100010 | 101001100 | 110101 | 101011 |
Color Harmonies of #A8346B
Complementary color
Monochromatic Colors of #A8346B
Black with #A8346B
Text Example
Text Example
White with #A8346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8346B; }
p { color: rgb(168,52,107); }
H1.HeaderClassName
{
color: #A8346B;
}
.AnyTagClassName
{
color: #A8346B;
}
</style>
background-color css
<style>
a { background-color: #A8346B; }
a { background-color: rgb(168,52,107); }
div.DivClassName
{
background-color: #A8346B;
}
.BgClassName
{
background-color: #A8346B;
}
</style>
border-color css
<style>
span { border-color: #A8346B; }
span { border-color: rgb(168,52,107); }
td.TdClassName
{
border-color: #A8346B;
}
.TagClassName
{
border-color: #A8346B;
}
</style>