Shades of Rouge #AD376A
Tints of Rouge #AD376A
RGB
CMYK
RGB Variations
Color information
#AD376A (or 0xAD376A) is known color: Rouge. HEX triplet: AD, 37 and 6A. RGB value is (173,55,106). Sum of RGB (Red+Green+Blue) = 173+55+106=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD376A is #52C895. Grayscale: #606060. Windows color (decimal): -5425302 or 6961069. OLE color: 6961069.
HSL color Cylindrical-coordinate representation of color #AD376A: hue angle of 334.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD376A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 106 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.32 |
| HSL | 334.07º | 0.52% | 0.45% | - |
| HSV(B) | 334.07º | 0.68% | 0.68% | - |
| XYZ | 21.2 | 12.66 | 14.96 | - |
| YUV | 96.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 106 | 0 | 0.68 | 0.39 | 0.32 | 334.07 | 0.52 | 0.45 |
| Hex | AD | 37 | 6A | 0 | 44 | 27 | 20 | 14E | 34 | 2D |
| Octal | 255 | 67 | 152 | 0 | 104 | 47 | 40 | 516 | 64 | 55 |
| Binary | 10101101 | 110111 | 1101010 | 0 | 1000100 | 100111 | 100000 | 101001110 | 110100 | 101101 |
Color Harmonies of #AD376A
Complementary color
Monochromatic Colors of #AD376A
Black with #AD376A
Text Example
Text Example
White with #AD376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD376A; }
p { color: rgb(173,55,106); }
H1.HeaderClassName
{
color: #AD376A;
}
.AnyTagClassName
{
color: #AD376A;
}
</style>
background-color css
<style>
a { background-color: #AD376A; }
a { background-color: rgb(173,55,106); }
div.DivClassName
{
background-color: #AD376A;
}
.BgClassName
{
background-color: #AD376A;
}
</style>
border-color css
<style>
span { border-color: #AD376A; }
span { border-color: rgb(173,55,106); }
td.TdClassName
{
border-color: #AD376A;
}
.TagClassName
{
border-color: #AD376A;
}
</style>