Shades of Rouge #AD3B6A
Tints of Rouge #AD3B6A
RGB
CMYK
RGB Variations
Color information
#AD3B6A (or 0xAD3B6A) is known color: Rouge. HEX triplet: AD, 3B and 6A. RGB value is (173,59,106). Sum of RGB (Red+Green+Blue) = 173+59+106=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3B6A is #52C495. Grayscale: #626262. Windows color (decimal): -5424278 or 6962093. OLE color: 6962093.
HSL color Cylindrical-coordinate representation of color #AD3B6A: hue angle of 335.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3B6A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 106 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.32 |
| HSL | 335.26º | 0.49% | 0.45% | - |
| HSV(B) | 335.26º | 0.66% | 0.68% | - |
| XYZ | 21.4 | 13.05 | 15.03 | - |
| YUV | 98.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 106 | 0 | 0.66 | 0.39 | 0.32 | 335.26 | 0.49 | 0.45 |
| Hex | AD | 3B | 6A | 0 | 42 | 27 | 20 | 14F | 31 | 2D |
| Octal | 255 | 73 | 152 | 0 | 102 | 47 | 40 | 517 | 61 | 55 |
| Binary | 10101101 | 111011 | 1101010 | 0 | 1000010 | 100111 | 100000 | 101001111 | 110001 | 101101 |
Color Harmonies of #AD3B6A
Complementary color
Monochromatic Colors of #AD3B6A
Black with #AD3B6A
Text Example
Text Example
White with #AD3B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B6A; }
p { color: rgb(173,59,106); }
H1.HeaderClassName
{
color: #AD3B6A;
}
.AnyTagClassName
{
color: #AD3B6A;
}
</style>
background-color css
<style>
a { background-color: #AD3B6A; }
a { background-color: rgb(173,59,106); }
div.DivClassName
{
background-color: #AD3B6A;
}
.BgClassName
{
background-color: #AD3B6A;
}
</style>
border-color css
<style>
span { border-color: #AD3B6A; }
span { border-color: rgb(173,59,106); }
td.TdClassName
{
border-color: #AD3B6A;
}
.TagClassName
{
border-color: #AD3B6A;
}
</style>