Shades of Rouge #AB436D
Tints of Rouge #AB436D
RGB
CMYK
RGB Variations
Color information
#AB436D (or 0xAB436D) is known color: Rouge. HEX triplet: AB, 43 and 6D. RGB value is (171,67,109). Sum of RGB (Red+Green+Blue) = 171+67+109=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB436D is #54BC92. Grayscale: #666666. Windows color (decimal): -5553299 or 7160747. OLE color: 7160747.
HSL color Cylindrical-coordinate representation of color #AB436D: hue angle of 335.77º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB436D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 109 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.33 |
| HSL | 335.77º | 0.44% | 0.47% | - |
| HSV(B) | 335.77º | 0.61% | 0.67% | - |
| XYZ | 21.56 | 13.78 | 15.99 | - |
| YUV | 102.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 109 | 0 | 0.61 | 0.36 | 0.33 | 335.77 | 0.44 | 0.47 |
| Hex | AB | 43 | 6D | 0 | 3D | 24 | 21 | 150 | 2C | 2F |
| Octal | 253 | 103 | 155 | 0 | 75 | 44 | 41 | 520 | 54 | 57 |
| Binary | 10101011 | 1000011 | 1101101 | 0 | 111101 | 100100 | 100001 | 101010000 | 101100 | 101111 |
Color Harmonies of #AB436D
Complementary color
Monochromatic Colors of #AB436D
Black with #AB436D
Text Example
Text Example
White with #AB436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB436D; }
p { color: rgb(171,67,109); }
H1.HeaderClassName
{
color: #AB436D;
}
.AnyTagClassName
{
color: #AB436D;
}
</style>
background-color css
<style>
a { background-color: #AB436D; }
a { background-color: rgb(171,67,109); }
div.DivClassName
{
background-color: #AB436D;
}
.BgClassName
{
background-color: #AB436D;
}
</style>
border-color css
<style>
span { border-color: #AB436D; }
span { border-color: rgb(171,67,109); }
td.TdClassName
{
border-color: #AB436D;
}
.TagClassName
{
border-color: #AB436D;
}
</style>