Shades of Rouge #A94362
Tints of Rouge #A94362
RGB
CMYK
RGB Variations
Color information
#A94362 (or 0xA94362) is known color: Rouge. HEX triplet: A9, 43 and 62. RGB value is (169,67,98). Sum of RGB (Red+Green+Blue) = 169+67+98=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A94362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94362 is #56BC9D. Grayscale: #656565. Windows color (decimal): -5684382 or 6439849. OLE color: 6439849.
HSL color Cylindrical-coordinate representation of color #A94362: hue angle of 341.76º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94362 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 98 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.34 |
| HSL | 341.76º | 0.43% | 0.46% | - |
| HSV(B) | 341.76º | 0.6% | 0.66% | - |
| XYZ | 20.57 | 13.33 | 13.04 | - |
| YUV | 101.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 98 | 0 | 0.60 | 0.42 | 0.34 | 341.76 | 0.43 | 0.46 |
| Hex | A9 | 43 | 62 | 0 | 3C | 2A | 22 | 156 | 2B | 2E |
| Octal | 251 | 103 | 142 | 0 | 74 | 52 | 42 | 526 | 53 | 56 |
| Binary | 10101001 | 1000011 | 1100010 | 0 | 111100 | 101010 | 100010 | 101010110 | 101011 | 101110 |
Color Harmonies of #A94362
Complementary color
Monochromatic Colors of #A94362
Black with #A94362
Text Example
Text Example
White with #A94362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94362; }
p { color: rgb(169,67,98); }
H1.HeaderClassName
{
color: #A94362;
}
.AnyTagClassName
{
color: #A94362;
}
</style>
background-color css
<style>
a { background-color: #A94362; }
a { background-color: rgb(169,67,98); }
div.DivClassName
{
background-color: #A94362;
}
.BgClassName
{
background-color: #A94362;
}
</style>
border-color css
<style>
span { border-color: #A94362; }
span { border-color: rgb(169,67,98); }
td.TdClassName
{
border-color: #A94362;
}
.TagClassName
{
border-color: #A94362;
}
</style>