Shades of Rouge #A94067
Tints of Rouge #A94067
RGB
CMYK
RGB Variations
Color information
#A94067 (or 0xA94067) is known color: Rouge. HEX triplet: A9, 40 and 67. RGB value is (169,64,103). Sum of RGB (Red+Green+Blue) = 169+64+103=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A94067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94067 is #56BF98. Grayscale: #636363. Windows color (decimal): -5685145 or 6766761. OLE color: 6766761.
HSL color Cylindrical-coordinate representation of color #A94067: hue angle of 337.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 #A94067 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 103 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.34 |
| HSL | 337.71º | 0.45% | 0.46% | - |
| HSV(B) | 337.71º | 0.62% | 0.66% | - |
| XYZ | 20.64 | 13.08 | 14.27 | - |
| YUV | 99.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 103 | 0 | 0.62 | 0.39 | 0.34 | 337.71 | 0.45 | 0.46 |
| Hex | A9 | 40 | 67 | 0 | 3E | 27 | 22 | 152 | 2D | 2E |
| Octal | 251 | 100 | 147 | 0 | 76 | 47 | 42 | 522 | 55 | 56 |
| Binary | 10101001 | 1000000 | 1100111 | 0 | 111110 | 100111 | 100010 | 101010010 | 101101 | 101110 |
Color Harmonies of #A94067
Complementary color
Monochromatic Colors of #A94067
Black with #A94067
Text Example
Text Example
White with #A94067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94067; }
p { color: rgb(169,64,103); }
H1.HeaderClassName
{
color: #A94067;
}
.AnyTagClassName
{
color: #A94067;
}
</style>
background-color css
<style>
a { background-color: #A94067; }
a { background-color: rgb(169,64,103); }
div.DivClassName
{
background-color: #A94067;
}
.BgClassName
{
background-color: #A94067;
}
</style>
border-color css
<style>
span { border-color: #A94067; }
span { border-color: rgb(169,64,103); }
td.TdClassName
{
border-color: #A94067;
}
.TagClassName
{
border-color: #A94067;
}
</style>