Shades of Rouge #A8355C
Tints of Rouge #A8355C
RGB
CMYK
RGB Variations
Color information
#A8355C (or 0xA8355C) is known color: Rouge. HEX triplet: A8, 35 and 5C. RGB value is (168,53,92). Sum of RGB (Red+Green+Blue) = 168+53+92=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8355C is #57CAA3. Grayscale: #5B5B5B. Windows color (decimal): -5753508 or 6043048. OLE color: 6043048.
HSL color Cylindrical-coordinate representation of color #A8355C: hue angle of 339.65º 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 #A8355C is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 92 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.34 |
| HSL | 339.65º | 0.52% | 0.43% | - |
| HSV(B) | 339.65º | 0.68% | 0.66% | - |
| XYZ | 19.35 | 11.64 | 11.35 | - |
| YUV | 91.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 92 | 0 | 0.68 | 0.45 | 0.34 | 339.65 | 0.52 | 0.43 |
| Hex | A8 | 35 | 5C | 0 | 44 | 2D | 22 | 154 | 34 | 2B |
| Octal | 250 | 65 | 134 | 0 | 104 | 55 | 42 | 524 | 64 | 53 |
| Binary | 10101000 | 110101 | 1011100 | 0 | 1000100 | 101101 | 100010 | 101010100 | 110100 | 101011 |
Color Harmonies of #A8355C
Complementary color
Monochromatic Colors of #A8355C
Black with #A8355C
Text Example
Text Example
White with #A8355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8355C; }
p { color: rgb(168,53,92); }
H1.HeaderClassName
{
color: #A8355C;
}
.AnyTagClassName
{
color: #A8355C;
}
</style>
background-color css
<style>
a { background-color: #A8355C; }
a { background-color: rgb(168,53,92); }
div.DivClassName
{
background-color: #A8355C;
}
.BgClassName
{
background-color: #A8355C;
}
</style>
border-color css
<style>
span { border-color: #A8355C; }
span { border-color: rgb(168,53,92); }
td.TdClassName
{
border-color: #A8355C;
}
.TagClassName
{
border-color: #A8355C;
}
</style>