Shades of Rouge #A9406F
Tints of Rouge #A9406F
RGB
CMYK
RGB Variations
Color information
#A9406F (or 0xA9406F) is known color: Rouge. HEX triplet: A9, 40 and 6F. RGB value is (169,64,111). Sum of RGB (Red+Green+Blue) = 169+64+111=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9406F is #56BF90. Grayscale: #646464. Windows color (decimal): -5685137 or 7291049. OLE color: 7291049.
HSL color Cylindrical-coordinate representation of color #A9406F: hue angle of 333.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9406F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 111 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.34 |
| HSL | 333.14º | 0.45% | 0.46% | - |
| HSV(B) | 333.14º | 0.62% | 0.66% | - |
| XYZ | 21.06 | 13.25 | 16.49 | - |
| YUV | 100.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 111 | 0 | 0.62 | 0.34 | 0.34 | 333.14 | 0.45 | 0.46 |
| Hex | A9 | 40 | 6F | 0 | 3E | 22 | 22 | 14D | 2D | 2E |
| Octal | 251 | 100 | 157 | 0 | 76 | 42 | 42 | 515 | 55 | 56 |
| Binary | 10101001 | 1000000 | 1101111 | 0 | 111110 | 100010 | 100010 | 101001101 | 101101 | 101110 |
Color Harmonies of #A9406F
Complementary color
Monochromatic Colors of #A9406F
Black with #A9406F
Text Example
Text Example
White with #A9406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9406F; }
p { color: rgb(169,64,111); }
H1.HeaderClassName
{
color: #A9406F;
}
.AnyTagClassName
{
color: #A9406F;
}
</style>
background-color css
<style>
a { background-color: #A9406F; }
a { background-color: rgb(169,64,111); }
div.DivClassName
{
background-color: #A9406F;
}
.BgClassName
{
background-color: #A9406F;
}
</style>
border-color css
<style>
span { border-color: #A9406F; }
span { border-color: rgb(169,64,111); }
td.TdClassName
{
border-color: #A9406F;
}
.TagClassName
{
border-color: #A9406F;
}
</style>