Shades of Rouge #AD2B68
Tints of Rouge #AD2B68
RGB
CMYK
RGB Variations
Color information
#AD2B68 (or 0xAD2B68) is known color: Rouge. HEX triplet: AD, 2B and 68. RGB value is (173,43,104). Sum of RGB (Red+Green+Blue) = 173+43+104=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B68 is #52D497. Grayscale: #585858. Windows color (decimal): -5428376 or 6826925. OLE color: 6826925.
HSL color Cylindrical-coordinate representation of color #AD2B68: hue angle of 331.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B68 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 104 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.32 |
| HSL | 331.85º | 0.6% | 0.42% | - |
| HSV(B) | 331.85º | 0.75% | 0.68% | - |
| XYZ | 20.6 | 11.61 | 14.25 | - |
| YUV | 88.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 104 | 0 | 0.75 | 0.40 | 0.32 | 331.85 | 0.6 | 0.42 |
| Hex | AD | 2B | 68 | 0 | 4B | 28 | 20 | 14C | 3C | 2A |
| Octal | 255 | 53 | 150 | 0 | 113 | 50 | 40 | 514 | 74 | 52 |
| Binary | 10101101 | 101011 | 1101000 | 0 | 1001011 | 101000 | 100000 | 101001100 | 111100 | 101010 |
Color Harmonies of #AD2B68
Complementary color
Monochromatic Colors of #AD2B68
Black with #AD2B68
Text Example
Text Example
White with #AD2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B68; }
p { color: rgb(173,43,104); }
H1.HeaderClassName
{
color: #AD2B68;
}
.AnyTagClassName
{
color: #AD2B68;
}
</style>
background-color css
<style>
a { background-color: #AD2B68; }
a { background-color: rgb(173,43,104); }
div.DivClassName
{
background-color: #AD2B68;
}
.BgClassName
{
background-color: #AD2B68;
}
</style>
border-color css
<style>
span { border-color: #AD2B68; }
span { border-color: rgb(173,43,104); }
td.TdClassName
{
border-color: #AD2B68;
}
.TagClassName
{
border-color: #AD2B68;
}
</style>