Shades of Rouge #AB3768
Tints of Rouge #AB3768
RGB
CMYK
RGB Variations
Color information
#AB3768 (or 0xAB3768) is known color: Rouge. HEX triplet: AB, 37 and 68. RGB value is (171,55,104). Sum of RGB (Red+Green+Blue) = 171+55+104=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3768 is #54C897. Grayscale: #5F5F5F. Windows color (decimal): -5556376 or 6829995. OLE color: 6829995.
HSL color Cylindrical-coordinate representation of color #AB3768: hue angle of 334.66º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3768 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 104 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.33 |
| HSL | 334.66º | 0.51% | 0.44% | - |
| HSV(B) | 334.66º | 0.68% | 0.67% | - |
| XYZ | 20.66 | 12.39 | 14.4 | - |
| YUV | 95.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 104 | 0 | 0.68 | 0.39 | 0.33 | 334.66 | 0.51 | 0.44 |
| Hex | AB | 37 | 68 | 0 | 44 | 27 | 21 | 14F | 33 | 2C |
| Octal | 253 | 67 | 150 | 0 | 104 | 47 | 41 | 517 | 63 | 54 |
| Binary | 10101011 | 110111 | 1101000 | 0 | 1000100 | 100111 | 100001 | 101001111 | 110011 | 101100 |
Color Harmonies of #AB3768
Complementary color
Monochromatic Colors of #AB3768
Black with #AB3768
Text Example
Text Example
White with #AB3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3768; }
p { color: rgb(171,55,104); }
H1.HeaderClassName
{
color: #AB3768;
}
.AnyTagClassName
{
color: #AB3768;
}
</style>
background-color css
<style>
a { background-color: #AB3768; }
a { background-color: rgb(171,55,104); }
div.DivClassName
{
background-color: #AB3768;
}
.BgClassName
{
background-color: #AB3768;
}
</style>
border-color css
<style>
span { border-color: #AB3768; }
span { border-color: rgb(171,55,104); }
td.TdClassName
{
border-color: #AB3768;
}
.TagClassName
{
border-color: #AB3768;
}
</style>