Shades of Rouge #A9345B
Tints of Rouge #A9345B
RGB
CMYK
RGB Variations
Color information
#A9345B (or 0xA9345B) is known color: Rouge. HEX triplet: A9, 34 and 5B. RGB value is (169,52,91). Sum of RGB (Red+Green+Blue) = 169+52+91=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9345B is #56CBA4. Grayscale: #5B5B5B. Windows color (decimal): -5688229 or 5977257. OLE color: 5977257.
HSL color Cylindrical-coordinate representation of color #A9345B: hue angle of 340º 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 #A9345B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 91 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.34 |
| HSL | 340º | 0.53% | 0.43% | - |
| HSV(B) | 340º | 0.69% | 0.66% | - |
| XYZ | 19.48 | 11.65 | 11.12 | - |
| YUV | 91.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 91 | 0 | 0.69 | 0.46 | 0.34 | 340 | 0.53 | 0.43 |
| Hex | A9 | 34 | 5B | 0 | 45 | 2E | 22 | 154 | 35 | 2B |
| Octal | 251 | 64 | 133 | 0 | 105 | 56 | 42 | 524 | 65 | 53 |
| Binary | 10101001 | 110100 | 1011011 | 0 | 1000101 | 101110 | 100010 | 101010100 | 110101 | 101011 |
Color Harmonies of #A9345B
Complementary color
Monochromatic Colors of #A9345B
Black with #A9345B
Text Example
Text Example
White with #A9345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9345B; }
p { color: rgb(169,52,91); }
H1.HeaderClassName
{
color: #A9345B;
}
.AnyTagClassName
{
color: #A9345B;
}
</style>
background-color css
<style>
a { background-color: #A9345B; }
a { background-color: rgb(169,52,91); }
div.DivClassName
{
background-color: #A9345B;
}
.BgClassName
{
background-color: #A9345B;
}
</style>
border-color css
<style>
span { border-color: #A9345B; }
span { border-color: rgb(169,52,91); }
td.TdClassName
{
border-color: #A9345B;
}
.TagClassName
{
border-color: #A9345B;
}
</style>