Shades of Rouge #AD4266
Tints of Rouge #AD4266
RGB
CMYK
RGB Variations
Color information
#AD4266 (or 0xAD4266) is known color: Rouge. HEX triplet: AD, 42 and 66. RGB value is (173,66,102). Sum of RGB (Red+Green+Blue) = 173+66+102=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4266 is #52BD99. Grayscale: #666666. Windows color (decimal): -5422490 or 6701741. OLE color: 6701741.
HSL color Cylindrical-coordinate representation of color #AD4266: hue angle of 339.81º 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 #AD4266 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 102 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.32 |
| HSL | 339.81º | 0.45% | 0.47% | - |
| HSV(B) | 339.81º | 0.62% | 0.68% | - |
| XYZ | 21.58 | 13.74 | 14.09 | - |
| YUV | 102.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 102 | 0 | 0.62 | 0.41 | 0.32 | 339.81 | 0.45 | 0.47 |
| Hex | AD | 42 | 66 | 0 | 3E | 29 | 20 | 154 | 2D | 2F |
| Octal | 255 | 102 | 146 | 0 | 76 | 51 | 40 | 524 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1100110 | 0 | 111110 | 101001 | 100000 | 101010100 | 101101 | 101111 |
Color Harmonies of #AD4266
Complementary color
Monochromatic Colors of #AD4266
Black with #AD4266
Text Example
Text Example
White with #AD4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4266; }
p { color: rgb(173,66,102); }
H1.HeaderClassName
{
color: #AD4266;
}
.AnyTagClassName
{
color: #AD4266;
}
</style>
background-color css
<style>
a { background-color: #AD4266; }
a { background-color: rgb(173,66,102); }
div.DivClassName
{
background-color: #AD4266;
}
.BgClassName
{
background-color: #AD4266;
}
</style>
border-color css
<style>
span { border-color: #AD4266; }
span { border-color: rgb(173,66,102); }
td.TdClassName
{
border-color: #AD4266;
}
.TagClassName
{
border-color: #AD4266;
}
</style>