Shades of Rouge #A8446B
Tints of Rouge #A8446B
RGB
CMYK
RGB Variations
Color information
#A8446B (or 0xA8446B) is known color: Rouge. HEX triplet: A8, 44 and 6B. RGB value is (168,68,107). Sum of RGB (Red+Green+Blue) = 168+68+107=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8446B is #57BB94. Grayscale: #666666. Windows color (decimal): -5749653 or 7029928. OLE color: 7029928.
HSL color Cylindrical-coordinate representation of color #A8446B: hue angle of 336.6º 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 #A8446B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 107 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.34 |
| HSL | 336.6º | 0.42% | 0.46% | - |
| HSV(B) | 336.6º | 0.6% | 0.66% | - |
| XYZ | 20.87 | 13.52 | 15.42 | - |
| YUV | 102.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 107 | 0 | 0.60 | 0.36 | 0.34 | 336.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 6B | 0 | 3C | 24 | 22 | 151 | 2A | 2E |
| Octal | 250 | 104 | 153 | 0 | 74 | 44 | 42 | 521 | 52 | 56 |
| Binary | 10101000 | 1000100 | 1101011 | 0 | 111100 | 100100 | 100010 | 101010001 | 101010 | 101110 |
Color Harmonies of #A8446B
Complementary color
Monochromatic Colors of #A8446B
Black with #A8446B
Text Example
Text Example
White with #A8446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8446B; }
p { color: rgb(168,68,107); }
H1.HeaderClassName
{
color: #A8446B;
}
.AnyTagClassName
{
color: #A8446B;
}
</style>
background-color css
<style>
a { background-color: #A8446B; }
a { background-color: rgb(168,68,107); }
div.DivClassName
{
background-color: #A8446B;
}
.BgClassName
{
background-color: #A8446B;
}
</style>
border-color css
<style>
span { border-color: #A8446B; }
span { border-color: rgb(168,68,107); }
td.TdClassName
{
border-color: #A8446B;
}
.TagClassName
{
border-color: #A8446B;
}
</style>