Shades of Rouge #AB3667
Tints of Rouge #AB3667
RGB
CMYK
RGB Variations
Color information
#AB3667 (or 0xAB3667) is known color: Rouge. HEX triplet: AB, 36 and 67. RGB value is (171,54,103). Sum of RGB (Red+Green+Blue) = 171+54+103=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3667 is #54C998. Grayscale: #5E5E5E. Windows color (decimal): -5556633 or 6764203. OLE color: 6764203.
HSL color Cylindrical-coordinate representation of color #AB3667: hue angle of 334.87º 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 #AB3667 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 103 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.33 |
| HSL | 334.87º | 0.52% | 0.44% | - |
| HSV(B) | 334.87º | 0.68% | 0.67% | - |
| XYZ | 20.56 | 12.28 | 14.12 | - |
| YUV | 94.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 103 | 0 | 0.68 | 0.40 | 0.33 | 334.87 | 0.52 | 0.44 |
| Hex | AB | 36 | 67 | 0 | 44 | 28 | 21 | 14F | 34 | 2C |
| Octal | 253 | 66 | 147 | 0 | 104 | 50 | 41 | 517 | 64 | 54 |
| Binary | 10101011 | 110110 | 1100111 | 0 | 1000100 | 101000 | 100001 | 101001111 | 110100 | 101100 |
Color Harmonies of #AB3667
Complementary color
Monochromatic Colors of #AB3667
Black with #AB3667
Text Example
Text Example
White with #AB3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3667; }
p { color: rgb(171,54,103); }
H1.HeaderClassName
{
color: #AB3667;
}
.AnyTagClassName
{
color: #AB3667;
}
</style>
background-color css
<style>
a { background-color: #AB3667; }
a { background-color: rgb(171,54,103); }
div.DivClassName
{
background-color: #AB3667;
}
.BgClassName
{
background-color: #AB3667;
}
</style>
border-color css
<style>
span { border-color: #AB3667; }
span { border-color: rgb(171,54,103); }
td.TdClassName
{
border-color: #AB3667;
}
.TagClassName
{
border-color: #AB3667;
}
</style>