Shades of Rouge #AD4969
Tints of Rouge #AD4969
RGB
CMYK
RGB Variations
Color information
#AD4969 (or 0xAD4969) is known color: Rouge. HEX triplet: AD, 49 and 69. RGB value is (173,73,105). Sum of RGB (Red+Green+Blue) = 173+73+105=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4969 is #52B696. Grayscale: #6A6A6A. Windows color (decimal): -5420695 or 6900141. OLE color: 6900141.
HSL color Cylindrical-coordinate representation of color #AD4969: hue angle of 340.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4969 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 105 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.32 |
| HSL | 340.8º | 0.41% | 0.48% | - |
| HSV(B) | 340.8º | 0.58% | 0.68% | - |
| XYZ | 22.17 | 14.67 | 15.03 | - |
| YUV | 106.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 105 | 0 | 0.58 | 0.39 | 0.32 | 340.8 | 0.41 | 0.48 |
| Hex | AD | 49 | 69 | 0 | 3A | 27 | 20 | 155 | 29 | 30 |
| Octal | 255 | 111 | 151 | 0 | 72 | 47 | 40 | 525 | 51 | 60 |
| Binary | 10101101 | 1001001 | 1101001 | 0 | 111010 | 100111 | 100000 | 101010101 | 101001 | 110000 |
Color Harmonies of #AD4969
Complementary color
Monochromatic Colors of #AD4969
Black with #AD4969
Text Example
Text Example
White with #AD4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4969; }
p { color: rgb(173,73,105); }
H1.HeaderClassName
{
color: #AD4969;
}
.AnyTagClassName
{
color: #AD4969;
}
</style>
background-color css
<style>
a { background-color: #AD4969; }
a { background-color: rgb(173,73,105); }
div.DivClassName
{
background-color: #AD4969;
}
.BgClassName
{
background-color: #AD4969;
}
</style>
border-color css
<style>
span { border-color: #AD4969; }
span { border-color: rgb(173,73,105); }
td.TdClassName
{
border-color: #AD4969;
}
.TagClassName
{
border-color: #AD4969;
}
</style>