Shades of Rouge #AB3668
Tints of Rouge #AB3668
RGB
CMYK
RGB Variations
Color information
#AB3668 (or 0xAB3668) is known color: Rouge. HEX triplet: AB, 36 and 68. RGB value is (171,54,104). Sum of RGB (Red+Green+Blue) = 171+54+104=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3668 is #54C997. Grayscale: #5E5E5E. Windows color (decimal): -5556632 or 6829739. OLE color: 6829739.
HSL color Cylindrical-coordinate representation of color #AB3668: hue angle of 334.36º degrees, saturation: 0.52, 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 #AB3668 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 104 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.33 |
| HSL | 334.36º | 0.52% | 0.44% | - |
| HSV(B) | 334.36º | 0.68% | 0.67% | - |
| XYZ | 20.61 | 12.3 | 14.38 | - |
| YUV | 94.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 104 | 0 | 0.68 | 0.39 | 0.33 | 334.36 | 0.52 | 0.44 |
| Hex | AB | 36 | 68 | 0 | 44 | 27 | 21 | 14E | 34 | 2C |
| Octal | 253 | 66 | 150 | 0 | 104 | 47 | 41 | 516 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101000 | 0 | 1000100 | 100111 | 100001 | 101001110 | 110100 | 101100 |
Color Harmonies of #AB3668
Complementary color
Monochromatic Colors of #AB3668
Black with #AB3668
Text Example
Text Example
White with #AB3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3668; }
p { color: rgb(171,54,104); }
H1.HeaderClassName
{
color: #AB3668;
}
.AnyTagClassName
{
color: #AB3668;
}
</style>
background-color css
<style>
a { background-color: #AB3668; }
a { background-color: rgb(171,54,104); }
div.DivClassName
{
background-color: #AB3668;
}
.BgClassName
{
background-color: #AB3668;
}
</style>
border-color css
<style>
span { border-color: #AB3668; }
span { border-color: rgb(171,54,104); }
td.TdClassName
{
border-color: #AB3668;
}
.TagClassName
{
border-color: #AB3668;
}
</style>