Shades of Rouge #A8345B
Tints of Rouge #A8345B
RGB
CMYK
RGB Variations
Color information
#A8345B (or 0xA8345B) is known color: Rouge. HEX triplet: A8, 34 and 5B. RGB value is (168,52,91). Sum of RGB (Red+Green+Blue) = 168+52+91=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8345B is #57CBA4. Grayscale: #5B5B5B. Windows color (decimal): -5753765 or 5977256. OLE color: 5977256.
HSL color Cylindrical-coordinate representation of color #A8345B: hue angle of 339.83º 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 #A8345B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 91 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.34 |
| HSL | 339.83º | 0.53% | 0.43% | - |
| HSV(B) | 339.83º | 0.69% | 0.66% | - |
| XYZ | 19.26 | 11.54 | 11.11 | - |
| YUV | 91.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 91 | 0 | 0.69 | 0.46 | 0.34 | 339.83 | 0.53 | 0.43 |
| Hex | A8 | 34 | 5B | 0 | 45 | 2E | 22 | 154 | 35 | 2B |
| Octal | 250 | 64 | 133 | 0 | 105 | 56 | 42 | 524 | 65 | 53 |
| Binary | 10101000 | 110100 | 1011011 | 0 | 1000101 | 101110 | 100010 | 101010100 | 110101 | 101011 |
Color Harmonies of #A8345B
Complementary color
Monochromatic Colors of #A8345B
Black with #A8345B
Text Example
Text Example
White with #A8345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8345B; }
p { color: rgb(168,52,91); }
H1.HeaderClassName
{
color: #A8345B;
}
.AnyTagClassName
{
color: #A8345B;
}
</style>
background-color css
<style>
a { background-color: #A8345B; }
a { background-color: rgb(168,52,91); }
div.DivClassName
{
background-color: #A8345B;
}
.BgClassName
{
background-color: #A8345B;
}
</style>
border-color css
<style>
span { border-color: #A8345B; }
span { border-color: rgb(168,52,91); }
td.TdClassName
{
border-color: #A8345B;
}
.TagClassName
{
border-color: #A8345B;
}
</style>