Shades of Rouge #A8496E
Tints of Rouge #A8496E
RGB
CMYK
RGB Variations
Color information
#A8496E (or 0xA8496E) is known color: Rouge. HEX triplet: A8, 49 and 6E. RGB value is (168,73,110). Sum of RGB (Red+Green+Blue) = 168+73+110=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8496E is #57B691. Grayscale: #696969. Windows color (decimal): -5748370 or 7227816. OLE color: 7227816.
HSL color Cylindrical-coordinate representation of color #A8496E: hue angle of 336.63º degrees, saturation: 0.39, 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 #A8496E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 110 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.34 |
| HSL | 336.63º | 0.39% | 0.47% | - |
| HSV(B) | 336.63º | 0.57% | 0.66% | - |
| XYZ | 21.35 | 14.22 | 16.37 | - |
| YUV | 105.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 110 | 0 | 0.57 | 0.35 | 0.34 | 336.63 | 0.39 | 0.47 |
| Hex | A8 | 49 | 6E | 0 | 39 | 23 | 22 | 151 | 27 | 2F |
| Octal | 250 | 111 | 156 | 0 | 71 | 43 | 42 | 521 | 47 | 57 |
| Binary | 10101000 | 1001001 | 1101110 | 0 | 111001 | 100011 | 100010 | 101010001 | 100111 | 101111 |
Color Harmonies of #A8496E
Complementary color
Monochromatic Colors of #A8496E
Black with #A8496E
Text Example
Text Example
White with #A8496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8496E; }
p { color: rgb(168,73,110); }
H1.HeaderClassName
{
color: #A8496E;
}
.AnyTagClassName
{
color: #A8496E;
}
</style>
background-color css
<style>
a { background-color: #A8496E; }
a { background-color: rgb(168,73,110); }
div.DivClassName
{
background-color: #A8496E;
}
.BgClassName
{
background-color: #A8496E;
}
</style>
border-color css
<style>
span { border-color: #A8496E; }
span { border-color: rgb(168,73,110); }
td.TdClassName
{
border-color: #A8496E;
}
.TagClassName
{
border-color: #A8496E;
}
</style>