Shades of Rouge #AB3665
Tints of Rouge #AB3665
RGB
CMYK
RGB Variations
Color information
#AB3665 (or 0xAB3665) is known color: Rouge. HEX triplet: AB, 36 and 65. RGB value is (171,54,101). Sum of RGB (Red+Green+Blue) = 171+54+101=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3665 is #54C99A. Grayscale: #5E5E5E. Windows color (decimal): -5556635 or 6633131. OLE color: 6633131.
HSL color Cylindrical-coordinate representation of color #AB3665: hue angle of 335.9º 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 #AB3665 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 101 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.33 |
| HSL | 335.9º | 0.52% | 0.44% | - |
| HSV(B) | 335.9º | 0.68% | 0.67% | - |
| XYZ | 20.46 | 12.24 | 13.6 | - |
| YUV | 94.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 101 | 0 | 0.68 | 0.41 | 0.33 | 335.9 | 0.52 | 0.44 |
| Hex | AB | 36 | 65 | 0 | 44 | 29 | 21 | 150 | 34 | 2C |
| Octal | 253 | 66 | 145 | 0 | 104 | 51 | 41 | 520 | 64 | 54 |
| Binary | 10101011 | 110110 | 1100101 | 0 | 1000100 | 101001 | 100001 | 101010000 | 110100 | 101100 |
Color Harmonies of #AB3665
Complementary color
Monochromatic Colors of #AB3665
Black with #AB3665
Text Example
Text Example
White with #AB3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3665; }
p { color: rgb(171,54,101); }
H1.HeaderClassName
{
color: #AB3665;
}
.AnyTagClassName
{
color: #AB3665;
}
</style>
background-color css
<style>
a { background-color: #AB3665; }
a { background-color: rgb(171,54,101); }
div.DivClassName
{
background-color: #AB3665;
}
.BgClassName
{
background-color: #AB3665;
}
</style>
border-color css
<style>
span { border-color: #AB3665; }
span { border-color: rgb(171,54,101); }
td.TdClassName
{
border-color: #AB3665;
}
.TagClassName
{
border-color: #AB3665;
}
</style>