Shades of Rouge #A8496A
Tints of Rouge #A8496A
RGB
CMYK
RGB Variations
Color information
#A8496A (or 0xA8496A) is known color: Rouge. HEX triplet: A8, 49 and 6A. RGB value is (168,73,106). Sum of RGB (Red+Green+Blue) = 168+73+106=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8496A is #57B695. Grayscale: #696969. Windows color (decimal): -5748374 or 6965672. OLE color: 6965672.
HSL color Cylindrical-coordinate representation of color #A8496A: hue angle of 339.16º 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 #A8496A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 106 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.34 |
| HSL | 339.16º | 0.39% | 0.47% | - |
| HSV(B) | 339.16º | 0.57% | 0.66% | - |
| XYZ | 21.13 | 14.13 | 15.25 | - |
| YUV | 105.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 106 | 0 | 0.57 | 0.37 | 0.34 | 339.16 | 0.39 | 0.47 |
| Hex | A8 | 49 | 6A | 0 | 39 | 25 | 22 | 153 | 27 | 2F |
| Octal | 250 | 111 | 152 | 0 | 71 | 45 | 42 | 523 | 47 | 57 |
| Binary | 10101000 | 1001001 | 1101010 | 0 | 111001 | 100101 | 100010 | 101010011 | 100111 | 101111 |
Color Harmonies of #A8496A
Complementary color
Monochromatic Colors of #A8496A
Black with #A8496A
Text Example
Text Example
White with #A8496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8496A; }
p { color: rgb(168,73,106); }
H1.HeaderClassName
{
color: #A8496A;
}
.AnyTagClassName
{
color: #A8496A;
}
</style>
background-color css
<style>
a { background-color: #A8496A; }
a { background-color: rgb(168,73,106); }
div.DivClassName
{
background-color: #A8496A;
}
.BgClassName
{
background-color: #A8496A;
}
</style>
border-color css
<style>
span { border-color: #A8496A; }
span { border-color: rgb(168,73,106); }
td.TdClassName
{
border-color: #A8496A;
}
.TagClassName
{
border-color: #A8496A;
}
</style>