Shades of Rouge #A94465
Tints of Rouge #A94465
RGB
CMYK
RGB Variations
Color information
#A94465 (or 0xA94465) is known color: Rouge. HEX triplet: A9, 44 and 65. RGB value is (169,68,101). Sum of RGB (Red+Green+Blue) = 169+68+101=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94465 is #56BB9A. Grayscale: #656565. Windows color (decimal): -5684123 or 6636713. OLE color: 6636713.
HSL color Cylindrical-coordinate representation of color #A94465: hue angle of 340.4º 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 #A94465 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 101 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.34 |
| HSL | 340.4º | 0.43% | 0.46% | - |
| HSV(B) | 340.4º | 0.6% | 0.66% | - |
| XYZ | 20.78 | 13.51 | 13.82 | - |
| YUV | 101.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 101 | 0 | 0.60 | 0.40 | 0.34 | 340.4 | 0.43 | 0.46 |
| Hex | A9 | 44 | 65 | 0 | 3C | 28 | 22 | 154 | 2B | 2E |
| Octal | 251 | 104 | 145 | 0 | 74 | 50 | 42 | 524 | 53 | 56 |
| Binary | 10101001 | 1000100 | 1100101 | 0 | 111100 | 101000 | 100010 | 101010100 | 101011 | 101110 |
Color Harmonies of #A94465
Complementary color
Monochromatic Colors of #A94465
Black with #A94465
Text Example
Text Example
White with #A94465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94465; }
p { color: rgb(169,68,101); }
H1.HeaderClassName
{
color: #A94465;
}
.AnyTagClassName
{
color: #A94465;
}
</style>
background-color css
<style>
a { background-color: #A94465; }
a { background-color: rgb(169,68,101); }
div.DivClassName
{
background-color: #A94465;
}
.BgClassName
{
background-color: #A94465;
}
</style>
border-color css
<style>
span { border-color: #A94465; }
span { border-color: rgb(169,68,101); }
td.TdClassName
{
border-color: #A94465;
}
.TagClassName
{
border-color: #A94465;
}
</style>