Shades of Rouge #A03675
Tints of Rouge #A03675
RGB
CMYK
RGB Variations
Color information
#A03675 (or 0xA03675) is known color: Rouge. HEX triplet: A0, 36 and 75. RGB value is (160,54,117). Sum of RGB (Red+Green+Blue) = 160+54+117=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03675 is #5FC98A. Grayscale: #5C5C5C. Windows color (decimal): -6277515 or 7681696. OLE color: 7681696.
HSL color Cylindrical-coordinate representation of color #A03675: hue angle of 324.34º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03675 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 117 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.37 |
| HSL | 324.34º | 0.5% | 0.42% | - |
| HSV(B) | 324.34º | 0.66% | 0.63% | - |
| XYZ | 19.03 | 11.4 | 18.03 | - |
| YUV | 92.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 117 | 0 | 0.66 | 0.27 | 0.37 | 324.34 | 0.5 | 0.42 |
| Hex | A0 | 36 | 75 | 0 | 42 | 1B | 25 | 144 | 32 | 2A |
| Octal | 240 | 66 | 165 | 0 | 102 | 33 | 45 | 504 | 62 | 52 |
| Binary | 10100000 | 110110 | 1110101 | 0 | 1000010 | 11011 | 100101 | 101000100 | 110010 | 101010 |
Color Harmonies of #A03675
Complementary color
Monochromatic Colors of #A03675
Black with #A03675
Text Example
Text Example
White with #A03675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03675; }
p { color: rgb(160,54,117); }
H1.HeaderClassName
{
color: #A03675;
}
.AnyTagClassName
{
color: #A03675;
}
</style>
background-color css
<style>
a { background-color: #A03675; }
a { background-color: rgb(160,54,117); }
div.DivClassName
{
background-color: #A03675;
}
.BgClassName
{
background-color: #A03675;
}
</style>
border-color css
<style>
span { border-color: #A03675; }
span { border-color: rgb(160,54,117); }
td.TdClassName
{
border-color: #A03675;
}
.TagClassName
{
border-color: #A03675;
}
</style>