Shades of Rouge #A8446D
Tints of Rouge #A8446D
RGB
CMYK
RGB Variations
Color information
#A8446D (or 0xA8446D) is known color: Rouge. HEX triplet: A8, 44 and 6D. RGB value is (168,68,109). Sum of RGB (Red+Green+Blue) = 168+68+109=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8446D is #57BB92. Grayscale: #666666. Windows color (decimal): -5749651 or 7161000. OLE color: 7161000.
HSL color Cylindrical-coordinate representation of color #A8446D: hue angle of 335.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8446D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 109 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.34 |
| HSL | 335.4º | 0.42% | 0.46% | - |
| HSV(B) | 335.4º | 0.6% | 0.66% | - |
| XYZ | 20.98 | 13.56 | 15.98 | - |
| YUV | 102.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 109 | 0 | 0.60 | 0.35 | 0.34 | 335.4 | 0.42 | 0.46 |
| Hex | A8 | 44 | 6D | 0 | 3C | 23 | 22 | 14F | 2A | 2E |
| Octal | 250 | 104 | 155 | 0 | 74 | 43 | 42 | 517 | 52 | 56 |
| Binary | 10101000 | 1000100 | 1101101 | 0 | 111100 | 100011 | 100010 | 101001111 | 101010 | 101110 |
Color Harmonies of #A8446D
Complementary color
Monochromatic Colors of #A8446D
Black with #A8446D
Text Example
Text Example
White with #A8446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8446D; }
p { color: rgb(168,68,109); }
H1.HeaderClassName
{
color: #A8446D;
}
.AnyTagClassName
{
color: #A8446D;
}
</style>
background-color css
<style>
a { background-color: #A8446D; }
a { background-color: rgb(168,68,109); }
div.DivClassName
{
background-color: #A8446D;
}
.BgClassName
{
background-color: #A8446D;
}
</style>
border-color css
<style>
span { border-color: #A8446D; }
span { border-color: rgb(168,68,109); }
td.TdClassName
{
border-color: #A8446D;
}
.TagClassName
{
border-color: #A8446D;
}
</style>