Shades of Rouge #A8376D
Tints of Rouge #A8376D
RGB
CMYK
RGB Variations
Color information
#A8376D (or 0xA8376D) is known color: Rouge. HEX triplet: A8, 37 and 6D. RGB value is (168,55,109). Sum of RGB (Red+Green+Blue) = 168+55+109=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8376D is #57C892. Grayscale: #5E5E5E. Windows color (decimal): -5752979 or 7157672. OLE color: 7157672.
HSL color Cylindrical-coordinate representation of color #A8376D: hue angle of 331.33º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8376D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 109 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.34 |
| HSL | 331.33º | 0.51% | 0.44% | - |
| HSV(B) | 331.33º | 0.67% | 0.66% | - |
| XYZ | 20.27 | 12.16 | 15.75 | - |
| YUV | 94.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 109 | 0 | 0.67 | 0.35 | 0.34 | 331.33 | 0.51 | 0.44 |
| Hex | A8 | 37 | 6D | 0 | 43 | 23 | 22 | 14B | 33 | 2C |
| Octal | 250 | 67 | 155 | 0 | 103 | 43 | 42 | 513 | 63 | 54 |
| Binary | 10101000 | 110111 | 1101101 | 0 | 1000011 | 100011 | 100010 | 101001011 | 110011 | 101100 |
Color Harmonies of #A8376D
Complementary color
Monochromatic Colors of #A8376D
Black with #A8376D
Text Example
Text Example
White with #A8376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8376D; }
p { color: rgb(168,55,109); }
H1.HeaderClassName
{
color: #A8376D;
}
.AnyTagClassName
{
color: #A8376D;
}
</style>
background-color css
<style>
a { background-color: #A8376D; }
a { background-color: rgb(168,55,109); }
div.DivClassName
{
background-color: #A8376D;
}
.BgClassName
{
background-color: #A8376D;
}
</style>
border-color css
<style>
span { border-color: #A8376D; }
span { border-color: rgb(168,55,109); }
td.TdClassName
{
border-color: #A8376D;
}
.TagClassName
{
border-color: #A8376D;
}
</style>