Shades of Rouge #AD276D
Tints of Rouge #AD276D
RGB
CMYK
RGB Variations
Color information
#AD276D (or 0xAD276D) is known color: Rouge. HEX triplet: AD, 27 and 6D. RGB value is (173,39,109). Sum of RGB (Red+Green+Blue) = 173+39+109=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD276D is #52D892. Grayscale: #565656. Windows color (decimal): -5429395 or 7153581. OLE color: 7153581.
HSL color Cylindrical-coordinate representation of color #AD276D: hue angle of 328.66º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD276D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 109 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.32 |
| HSL | 328.66º | 0.63% | 0.42% | - |
| HSV(B) | 328.66º | 0.77% | 0.68% | - |
| XYZ | 20.72 | 11.44 | 15.58 | - |
| YUV | 87.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 109 | 0 | 0.77 | 0.37 | 0.32 | 328.66 | 0.63 | 0.42 |
| Hex | AD | 27 | 6D | 0 | 4D | 25 | 20 | 149 | 3F | 2A |
| Octal | 255 | 47 | 155 | 0 | 115 | 45 | 40 | 511 | 77 | 52 |
| Binary | 10101101 | 100111 | 1101101 | 0 | 1001101 | 100101 | 100000 | 101001001 | 111111 | 101010 |
Color Harmonies of #AD276D
Complementary color
Monochromatic Colors of #AD276D
Black with #AD276D
Text Example
Text Example
White with #AD276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD276D; }
p { color: rgb(173,39,109); }
H1.HeaderClassName
{
color: #AD276D;
}
.AnyTagClassName
{
color: #AD276D;
}
</style>
background-color css
<style>
a { background-color: #AD276D; }
a { background-color: rgb(173,39,109); }
div.DivClassName
{
background-color: #AD276D;
}
.BgClassName
{
background-color: #AD276D;
}
</style>
border-color css
<style>
span { border-color: #AD276D; }
span { border-color: rgb(173,39,109); }
td.TdClassName
{
border-color: #AD276D;
}
.TagClassName
{
border-color: #AD276D;
}
</style>