Shades of Rouge #A8366D
Tints of Rouge #A8366D
RGB
CMYK
RGB Variations
Color information
#A8366D (or 0xA8366D) is known color: Rouge. HEX triplet: A8, 36 and 6D. RGB value is (168,54,109). Sum of RGB (Red+Green+Blue) = 168+54+109=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8366D is #57C992. Grayscale: #5E5E5E. Windows color (decimal): -5753235 or 7157416. OLE color: 7157416.
HSL color Cylindrical-coordinate representation of color #A8366D: hue angle of 331.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8366D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 109 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.34 |
| HSL | 331.05º | 0.51% | 0.44% | - |
| HSV(B) | 331.05º | 0.68% | 0.66% | - |
| XYZ | 20.23 | 12.07 | 15.73 | - |
| YUV | 94.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 109 | 0 | 0.68 | 0.35 | 0.34 | 331.05 | 0.51 | 0.44 |
| Hex | A8 | 36 | 6D | 0 | 44 | 23 | 22 | 14B | 33 | 2C |
| Octal | 250 | 66 | 155 | 0 | 104 | 43 | 42 | 513 | 63 | 54 |
| Binary | 10101000 | 110110 | 1101101 | 0 | 1000100 | 100011 | 100010 | 101001011 | 110011 | 101100 |
Color Harmonies of #A8366D
Complementary color
Monochromatic Colors of #A8366D
Black with #A8366D
Text Example
Text Example
White with #A8366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8366D; }
p { color: rgb(168,54,109); }
H1.HeaderClassName
{
color: #A8366D;
}
.AnyTagClassName
{
color: #A8366D;
}
</style>
background-color css
<style>
a { background-color: #A8366D; }
a { background-color: rgb(168,54,109); }
div.DivClassName
{
background-color: #A8366D;
}
.BgClassName
{
background-color: #A8366D;
}
</style>
border-color css
<style>
span { border-color: #A8366D; }
span { border-color: rgb(168,54,109); }
td.TdClassName
{
border-color: #A8366D;
}
.TagClassName
{
border-color: #A8366D;
}
</style>