Shades of Rouge #AB4265
Tints of Rouge #AB4265
RGB
CMYK
RGB Variations
Color information
#AB4265 (or 0xAB4265) is known color: Rouge. HEX triplet: AB, 42 and 65. RGB value is (171,66,101). Sum of RGB (Red+Green+Blue) = 171+66+101=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4265 is #54BD9A. Grayscale: #656565. Windows color (decimal): -5553563 or 6636203. OLE color: 6636203.
HSL color Cylindrical-coordinate representation of color #AB4265: hue angle of 340º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4265 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 101 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.33 |
| HSL | 340º | 0.44% | 0.46% | - |
| HSV(B) | 340º | 0.61% | 0.67% | - |
| XYZ | 21.09 | 13.49 | 13.8 | - |
| YUV | 101.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 101 | 0 | 0.61 | 0.41 | 0.33 | 340 | 0.44 | 0.46 |
| Hex | AB | 42 | 65 | 0 | 3D | 29 | 21 | 154 | 2C | 2E |
| Octal | 253 | 102 | 145 | 0 | 75 | 51 | 41 | 524 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1100101 | 0 | 111101 | 101001 | 100001 | 101010100 | 101100 | 101110 |
Color Harmonies of #AB4265
Complementary color
Monochromatic Colors of #AB4265
Black with #AB4265
Text Example
Text Example
White with #AB4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4265; }
p { color: rgb(171,66,101); }
H1.HeaderClassName
{
color: #AB4265;
}
.AnyTagClassName
{
color: #AB4265;
}
</style>
background-color css
<style>
a { background-color: #AB4265; }
a { background-color: rgb(171,66,101); }
div.DivClassName
{
background-color: #AB4265;
}
.BgClassName
{
background-color: #AB4265;
}
</style>
border-color css
<style>
span { border-color: #AB4265; }
span { border-color: rgb(171,66,101); }
td.TdClassName
{
border-color: #AB4265;
}
.TagClassName
{
border-color: #AB4265;
}
</style>