Shades of Rouge #A94967
Tints of Rouge #A94967
RGB
CMYK
RGB Variations
Color information
#A94967 (or 0xA94967) is known color: Rouge. HEX triplet: A9, 49 and 67. RGB value is (169,73,103). Sum of RGB (Red+Green+Blue) = 169+73+103=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A94967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94967 is #56B698. Grayscale: #696969. Windows color (decimal): -5682841 or 6769065. OLE color: 6769065.
HSL color Cylindrical-coordinate representation of color #A94967: hue angle of 341.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94967 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 103 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.34 |
| HSL | 341.25º | 0.4% | 0.47% | - |
| HSV(B) | 341.25º | 0.57% | 0.66% | - |
| XYZ | 21.19 | 14.18 | 14.45 | - |
| YUV | 105.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 103 | 0 | 0.57 | 0.39 | 0.34 | 341.25 | 0.4 | 0.47 |
| Hex | A9 | 49 | 67 | 0 | 39 | 27 | 22 | 155 | 28 | 2F |
| Octal | 251 | 111 | 147 | 0 | 71 | 47 | 42 | 525 | 50 | 57 |
| Binary | 10101001 | 1001001 | 1100111 | 0 | 111001 | 100111 | 100010 | 101010101 | 101000 | 101111 |
Color Harmonies of #A94967
Complementary color
Monochromatic Colors of #A94967
Black with #A94967
Text Example
Text Example
White with #A94967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94967; }
p { color: rgb(169,73,103); }
H1.HeaderClassName
{
color: #A94967;
}
.AnyTagClassName
{
color: #A94967;
}
</style>
background-color css
<style>
a { background-color: #A94967; }
a { background-color: rgb(169,73,103); }
div.DivClassName
{
background-color: #A94967;
}
.BgClassName
{
background-color: #A94967;
}
</style>
border-color css
<style>
span { border-color: #A94967; }
span { border-color: rgb(169,73,103); }
td.TdClassName
{
border-color: #A94967;
}
.TagClassName
{
border-color: #A94967;
}
</style>