Shades of Rouge #AD345B
Tints of Rouge #AD345B
RGB
CMYK
RGB Variations
Color information
#AD345B (or 0xAD345B) is known color: Rouge. HEX triplet: AD, 34 and 5B. RGB value is (173,52,91). Sum of RGB (Red+Green+Blue) = 173+52+91=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD345B is #52CBA4. Grayscale: #5C5C5C. Windows color (decimal): -5426085 or 5977261. OLE color: 5977261.
HSL color Cylindrical-coordinate representation of color #AD345B: hue angle of 340.66º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD345B is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 91 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.32 |
| HSL | 340.66º | 0.54% | 0.44% | - |
| HSV(B) | 340.66º | 0.7% | 0.68% | - |
| XYZ | 20.35 | 12.1 | 11.16 | - |
| YUV | 92.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 91 | 0 | 0.70 | 0.47 | 0.32 | 340.66 | 0.54 | 0.44 |
| Hex | AD | 34 | 5B | 0 | 46 | 2F | 20 | 155 | 36 | 2C |
| Octal | 255 | 64 | 133 | 0 | 106 | 57 | 40 | 525 | 66 | 54 |
| Binary | 10101101 | 110100 | 1011011 | 0 | 1000110 | 101111 | 100000 | 101010101 | 110110 | 101100 |
Color Harmonies of #AD345B
Complementary color
Monochromatic Colors of #AD345B
Black with #AD345B
Text Example
Text Example
White with #AD345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD345B; }
p { color: rgb(173,52,91); }
H1.HeaderClassName
{
color: #AD345B;
}
.AnyTagClassName
{
color: #AD345B;
}
</style>
background-color css
<style>
a { background-color: #AD345B; }
a { background-color: rgb(173,52,91); }
div.DivClassName
{
background-color: #AD345B;
}
.BgClassName
{
background-color: #AD345B;
}
</style>
border-color css
<style>
span { border-color: #AD345B; }
span { border-color: rgb(173,52,91); }
td.TdClassName
{
border-color: #AD345B;
}
.TagClassName
{
border-color: #AD345B;
}
</style>