Shades of Rouge #AB3967
Tints of Rouge #AB3967
RGB
CMYK
RGB Variations
Color information
#AB3967 (or 0xAB3967) is known color: Rouge. HEX triplet: AB, 39 and 67. RGB value is (171,57,103). Sum of RGB (Red+Green+Blue) = 171+57+103=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3967 is #54C698. Grayscale: #606060. Windows color (decimal): -5555865 or 6764971. OLE color: 6764971.
HSL color Cylindrical-coordinate representation of color #AB3967: hue angle of 335.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3967 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 103 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.33 |
| HSL | 335.79º | 0.5% | 0.45% | - |
| HSV(B) | 335.79º | 0.67% | 0.67% | - |
| XYZ | 20.71 | 12.56 | 14.17 | - |
| YUV | 96.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 103 | 0 | 0.67 | 0.40 | 0.33 | 335.79 | 0.5 | 0.45 |
| Hex | AB | 39 | 67 | 0 | 43 | 28 | 21 | 150 | 32 | 2D |
| Octal | 253 | 71 | 147 | 0 | 103 | 50 | 41 | 520 | 62 | 55 |
| Binary | 10101011 | 111001 | 1100111 | 0 | 1000011 | 101000 | 100001 | 101010000 | 110010 | 101101 |
Color Harmonies of #AB3967
Complementary color
Monochromatic Colors of #AB3967
Black with #AB3967
Text Example
Text Example
White with #AB3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3967; }
p { color: rgb(171,57,103); }
H1.HeaderClassName
{
color: #AB3967;
}
.AnyTagClassName
{
color: #AB3967;
}
</style>
background-color css
<style>
a { background-color: #AB3967; }
a { background-color: rgb(171,57,103); }
div.DivClassName
{
background-color: #AB3967;
}
.BgClassName
{
background-color: #AB3967;
}
</style>
border-color css
<style>
span { border-color: #AB3967; }
span { border-color: rgb(171,57,103); }
td.TdClassName
{
border-color: #AB3967;
}
.TagClassName
{
border-color: #AB3967;
}
</style>