Shades of Rouge #AD4166
Tints of Rouge #AD4166
RGB
CMYK
RGB Variations
Color information
#AD4166 (or 0xAD4166) is known color: Rouge. HEX triplet: AD, 41 and 66. RGB value is (173,65,102). Sum of RGB (Red+Green+Blue) = 173+65+102=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4166 is #52BE99. Grayscale: #656565. Windows color (decimal): -5422746 or 6701485. OLE color: 6701485.
HSL color Cylindrical-coordinate representation of color #AD4166: hue angle of 339.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4166 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 102 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.32 |
| HSL | 339.44º | 0.45% | 0.47% | - |
| HSV(B) | 339.44º | 0.62% | 0.68% | - |
| XYZ | 21.52 | 13.62 | 14.07 | - |
| YUV | 101.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 102 | 0 | 0.62 | 0.41 | 0.32 | 339.44 | 0.45 | 0.47 |
| Hex | AD | 41 | 66 | 0 | 3E | 29 | 20 | 153 | 2D | 2F |
| Octal | 255 | 101 | 146 | 0 | 76 | 51 | 40 | 523 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1100110 | 0 | 111110 | 101001 | 100000 | 101010011 | 101101 | 101111 |
Color Harmonies of #AD4166
Complementary color
Monochromatic Colors of #AD4166
Black with #AD4166
Text Example
Text Example
White with #AD4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4166; }
p { color: rgb(173,65,102); }
H1.HeaderClassName
{
color: #AD4166;
}
.AnyTagClassName
{
color: #AD4166;
}
</style>
background-color css
<style>
a { background-color: #AD4166; }
a { background-color: rgb(173,65,102); }
div.DivClassName
{
background-color: #AD4166;
}
.BgClassName
{
background-color: #AD4166;
}
</style>
border-color css
<style>
span { border-color: #AD4166; }
span { border-color: rgb(173,65,102); }
td.TdClassName
{
border-color: #AD4166;
}
.TagClassName
{
border-color: #AD4166;
}
</style>