Shades of Rouge #AB3869
Tints of Rouge #AB3869
RGB
CMYK
RGB Variations
Color information
#AB3869 (or 0xAB3869) is known color: Rouge. HEX triplet: AB, 38 and 69. RGB value is (171,56,105). Sum of RGB (Red+Green+Blue) = 171+56+105=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3869 is #54C796. Grayscale: #5F5F5F. Windows color (decimal): -5556119 or 6895787. OLE color: 6895787.
HSL color Cylindrical-coordinate representation of color #AB3869: hue angle of 334.43º degrees, saturation: 0.51, 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 #AB3869 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 105 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.33 |
| HSL | 334.43º | 0.51% | 0.45% | - |
| HSV(B) | 334.43º | 0.67% | 0.67% | - |
| XYZ | 20.76 | 12.51 | 14.68 | - |
| YUV | 95.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 105 | 0 | 0.67 | 0.39 | 0.33 | 334.43 | 0.51 | 0.45 |
| Hex | AB | 38 | 69 | 0 | 43 | 27 | 21 | 14E | 33 | 2D |
| Octal | 253 | 70 | 151 | 0 | 103 | 47 | 41 | 516 | 63 | 55 |
| Binary | 10101011 | 111000 | 1101001 | 0 | 1000011 | 100111 | 100001 | 101001110 | 110011 | 101101 |
Color Harmonies of #AB3869
Complementary color
Monochromatic Colors of #AB3869
Black with #AB3869
Text Example
Text Example
White with #AB3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3869; }
p { color: rgb(171,56,105); }
H1.HeaderClassName
{
color: #AB3869;
}
.AnyTagClassName
{
color: #AB3869;
}
</style>
background-color css
<style>
a { background-color: #AB3869; }
a { background-color: rgb(171,56,105); }
div.DivClassName
{
background-color: #AB3869;
}
.BgClassName
{
background-color: #AB3869;
}
</style>
border-color css
<style>
span { border-color: #AB3869; }
span { border-color: rgb(171,56,105); }
td.TdClassName
{
border-color: #AB3869;
}
.TagClassName
{
border-color: #AB3869;
}
</style>