Shades of Rouge #A94060
Tints of Rouge #A94060
RGB
CMYK
RGB Variations
Color information
#A94060 (or 0xA94060) is known color: Rouge. HEX triplet: A9, 40 and 60. RGB value is (169,64,96). Sum of RGB (Red+Green+Blue) = 169+64+96=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A94060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94060 is #56BF9F. Grayscale: #636363. Windows color (decimal): -5685152 or 6308009. OLE color: 6308009.
HSL color Cylindrical-coordinate representation of color #A94060: hue angle of 341.71º 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 #A94060 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 96 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.34 |
| HSL | 341.71º | 0.45% | 0.46% | - |
| HSV(B) | 341.71º | 0.62% | 0.66% | - |
| XYZ | 20.31 | 12.95 | 12.49 | - |
| YUV | 99.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 96 | 0 | 0.62 | 0.43 | 0.34 | 341.71 | 0.45 | 0.46 |
| Hex | A9 | 40 | 60 | 0 | 3E | 2B | 22 | 156 | 2D | 2E |
| Octal | 251 | 100 | 140 | 0 | 76 | 53 | 42 | 526 | 55 | 56 |
| Binary | 10101001 | 1000000 | 1100000 | 0 | 111110 | 101011 | 100010 | 101010110 | 101101 | 101110 |
Color Harmonies of #A94060
Complementary color
Monochromatic Colors of #A94060
Black with #A94060
Text Example
Text Example
White with #A94060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94060; }
p { color: rgb(169,64,96); }
H1.HeaderClassName
{
color: #A94060;
}
.AnyTagClassName
{
color: #A94060;
}
</style>
background-color css
<style>
a { background-color: #A94060; }
a { background-color: rgb(169,64,96); }
div.DivClassName
{
background-color: #A94060;
}
.BgClassName
{
background-color: #A94060;
}
</style>
border-color css
<style>
span { border-color: #A94060; }
span { border-color: rgb(169,64,96); }
td.TdClassName
{
border-color: #A94060;
}
.TagClassName
{
border-color: #A94060;
}
</style>