Shades of Rouge #A94162
Tints of Rouge #A94162
RGB
CMYK
RGB Variations
Color information
#A94162 (or 0xA94162) is known color: Rouge. HEX triplet: A9, 41 and 62. RGB value is (169,65,98). Sum of RGB (Red+Green+Blue) = 169+65+98=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A94162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94162 is #56BE9D. Grayscale: #636363. Windows color (decimal): -5684894 or 6439337. OLE color: 6439337.
HSL color Cylindrical-coordinate representation of color #A94162: hue angle of 340.96º degrees, saturation: 0.44, 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 #A94162 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 98 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.34 |
| HSL | 340.96º | 0.44% | 0.46% | - |
| HSV(B) | 340.96º | 0.62% | 0.66% | - |
| XYZ | 20.46 | 13.1 | 13.01 | - |
| YUV | 99.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 98 | 0 | 0.62 | 0.42 | 0.34 | 340.96 | 0.44 | 0.46 |
| Hex | A9 | 41 | 62 | 0 | 3E | 2A | 22 | 155 | 2C | 2E |
| Octal | 251 | 101 | 142 | 0 | 76 | 52 | 42 | 525 | 54 | 56 |
| Binary | 10101001 | 1000001 | 1100010 | 0 | 111110 | 101010 | 100010 | 101010101 | 101100 | 101110 |
Color Harmonies of #A94162
Complementary color
Monochromatic Colors of #A94162
Black with #A94162
Text Example
Text Example
White with #A94162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94162; }
p { color: rgb(169,65,98); }
H1.HeaderClassName
{
color: #A94162;
}
.AnyTagClassName
{
color: #A94162;
}
</style>
background-color css
<style>
a { background-color: #A94162; }
a { background-color: rgb(169,65,98); }
div.DivClassName
{
background-color: #A94162;
}
.BgClassName
{
background-color: #A94162;
}
</style>
border-color css
<style>
span { border-color: #A94162; }
span { border-color: rgb(169,65,98); }
td.TdClassName
{
border-color: #A94162;
}
.TagClassName
{
border-color: #A94162;
}
</style>