Shades of Rouge #A94D6B
Tints of Rouge #A94D6B
RGB
CMYK
RGB Variations
Color information
#A94D6B (or 0xA94D6B) is known color: Rouge. HEX triplet: A9, 4D and 6B. RGB value is (169,77,107). Sum of RGB (Red+Green+Blue) = 169+77+107=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D6B is #56B294. Grayscale: #6B6B6B. Windows color (decimal): -5681813 or 7032233. OLE color: 7032233.
HSL color Cylindrical-coordinate representation of color #A94D6B: hue angle of 340.43º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94D6B is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 107 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.34 |
| HSL | 340.43º | 0.37% | 0.48% | - |
| HSV(B) | 340.43º | 0.54% | 0.66% | - |
| XYZ | 21.67 | 14.8 | 15.63 | - |
| YUV | 107.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 107 | 0 | 0.54 | 0.37 | 0.34 | 340.43 | 0.37 | 0.48 |
| Hex | A9 | 4D | 6B | 0 | 36 | 25 | 22 | 154 | 25 | 30 |
| Octal | 251 | 115 | 153 | 0 | 66 | 45 | 42 | 524 | 45 | 60 |
| Binary | 10101001 | 1001101 | 1101011 | 0 | 110110 | 100101 | 100010 | 101010100 | 100101 | 110000 |
Color Harmonies of #A94D6B
Complementary color
Monochromatic Colors of #A94D6B
Black with #A94D6B
Text Example
Text Example
White with #A94D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D6B; }
p { color: rgb(169,77,107); }
H1.HeaderClassName
{
color: #A94D6B;
}
.AnyTagClassName
{
color: #A94D6B;
}
</style>
background-color css
<style>
a { background-color: #A94D6B; }
a { background-color: rgb(169,77,107); }
div.DivClassName
{
background-color: #A94D6B;
}
.BgClassName
{
background-color: #A94D6B;
}
</style>
border-color css
<style>
span { border-color: #A94D6B; }
span { border-color: rgb(169,77,107); }
td.TdClassName
{
border-color: #A94D6B;
}
.TagClassName
{
border-color: #A94D6B;
}
</style>