Shades of Rouge #A8355E
Tints of Rouge #A8355E
RGB
CMYK
RGB Variations
Color information
#A8355E (or 0xA8355E) is known color: Rouge. HEX triplet: A8, 35 and 5E. RGB value is (168,53,94). Sum of RGB (Red+Green+Blue) = 168+53+94=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8355E is #57CAA1. Grayscale: #5C5C5C. Windows color (decimal): -5753506 or 6174120. OLE color: 6174120.
HSL color Cylindrical-coordinate representation of color #A8355E: hue angle of 338.61º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8355E is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 94 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.34 |
| HSL | 338.61º | 0.52% | 0.43% | - |
| HSV(B) | 338.61º | 0.68% | 0.66% | - |
| XYZ | 19.44 | 11.68 | 11.82 | - |
| YUV | 92.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 94 | 0 | 0.68 | 0.44 | 0.34 | 338.61 | 0.52 | 0.43 |
| Hex | A8 | 35 | 5E | 0 | 44 | 2C | 22 | 153 | 34 | 2B |
| Octal | 250 | 65 | 136 | 0 | 104 | 54 | 42 | 523 | 64 | 53 |
| Binary | 10101000 | 110101 | 1011110 | 0 | 1000100 | 101100 | 100010 | 101010011 | 110100 | 101011 |
Color Harmonies of #A8355E
Complementary color
Monochromatic Colors of #A8355E
Black with #A8355E
Text Example
Text Example
White with #A8355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8355E; }
p { color: rgb(168,53,94); }
H1.HeaderClassName
{
color: #A8355E;
}
.AnyTagClassName
{
color: #A8355E;
}
</style>
background-color css
<style>
a { background-color: #A8355E; }
a { background-color: rgb(168,53,94); }
div.DivClassName
{
background-color: #A8355E;
}
.BgClassName
{
background-color: #A8355E;
}
</style>
border-color css
<style>
span { border-color: #A8355E; }
span { border-color: rgb(168,53,94); }
td.TdClassName
{
border-color: #A8355E;
}
.TagClassName
{
border-color: #A8355E;
}
</style>