Shades of Rouge #A9426B
Tints of Rouge #A9426B
RGB
CMYK
RGB Variations
Color information
#A9426B (or 0xA9426B) is known color: Rouge. HEX triplet: A9, 42 and 6B. RGB value is (169,66,107). Sum of RGB (Red+Green+Blue) = 169+66+107=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A9426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9426B is #56BD94. Grayscale: #656565. Windows color (decimal): -5684629 or 7029417. OLE color: 7029417.
HSL color Cylindrical-coordinate representation of color #A9426B: hue angle of 336.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9426B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 107 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.34 |
| HSL | 336.12º | 0.44% | 0.46% | - |
| HSV(B) | 336.12º | 0.61% | 0.66% | - |
| XYZ | 20.96 | 13.39 | 15.39 | - |
| YUV | 101.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 107 | 0 | 0.61 | 0.37 | 0.34 | 336.12 | 0.44 | 0.46 |
| Hex | A9 | 42 | 6B | 0 | 3D | 25 | 22 | 150 | 2C | 2E |
| Octal | 251 | 102 | 153 | 0 | 75 | 45 | 42 | 520 | 54 | 56 |
| Binary | 10101001 | 1000010 | 1101011 | 0 | 111101 | 100101 | 100010 | 101010000 | 101100 | 101110 |
Color Harmonies of #A9426B
Complementary color
Monochromatic Colors of #A9426B
Black with #A9426B
Text Example
Text Example
White with #A9426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9426B; }
p { color: rgb(169,66,107); }
H1.HeaderClassName
{
color: #A9426B;
}
.AnyTagClassName
{
color: #A9426B;
}
</style>
background-color css
<style>
a { background-color: #A9426B; }
a { background-color: rgb(169,66,107); }
div.DivClassName
{
background-color: #A9426B;
}
.BgClassName
{
background-color: #A9426B;
}
</style>
border-color css
<style>
span { border-color: #A9426B; }
span { border-color: rgb(169,66,107); }
td.TdClassName
{
border-color: #A9426B;
}
.TagClassName
{
border-color: #A9426B;
}
</style>