Shades of Rouge #A8376A
Tints of Rouge #A8376A
RGB
CMYK
RGB Variations
Color information
#A8376A (or 0xA8376A) is known color: Rouge. HEX triplet: A8, 37 and 6A. RGB value is (168,55,106). Sum of RGB (Red+Green+Blue) = 168+55+106=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8376A is #57C895. Grayscale: #5E5E5E. Windows color (decimal): -5752982 or 6961064. OLE color: 6961064.
HSL color Cylindrical-coordinate representation of color #A8376A: hue angle of 332.92º 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 #A8376A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 106 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.34 |
| HSL | 332.92º | 0.51% | 0.44% | - |
| HSV(B) | 332.92º | 0.67% | 0.66% | - |
| XYZ | 20.12 | 12.1 | 14.91 | - |
| YUV | 94.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 106 | 0 | 0.67 | 0.37 | 0.34 | 332.92 | 0.51 | 0.44 |
| Hex | A8 | 37 | 6A | 0 | 43 | 25 | 22 | 14D | 33 | 2C |
| Octal | 250 | 67 | 152 | 0 | 103 | 45 | 42 | 515 | 63 | 54 |
| Binary | 10101000 | 110111 | 1101010 | 0 | 1000011 | 100101 | 100010 | 101001101 | 110011 | 101100 |
Color Harmonies of #A8376A
Complementary color
Monochromatic Colors of #A8376A
Black with #A8376A
Text Example
Text Example
White with #A8376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8376A; }
p { color: rgb(168,55,106); }
H1.HeaderClassName
{
color: #A8376A;
}
.AnyTagClassName
{
color: #A8376A;
}
</style>
background-color css
<style>
a { background-color: #A8376A; }
a { background-color: rgb(168,55,106); }
div.DivClassName
{
background-color: #A8376A;
}
.BgClassName
{
background-color: #A8376A;
}
</style>
border-color css
<style>
span { border-color: #A8376A; }
span { border-color: rgb(168,55,106); }
td.TdClassName
{
border-color: #A8376A;
}
.TagClassName
{
border-color: #A8376A;
}
</style>