Shades of Rouge #A04075
Tints of Rouge #A04075
RGB
CMYK
RGB Variations
Color information
#A04075 (or 0xA04075) is known color: Rouge. HEX triplet: A0, 40 and 75. RGB value is (160,64,117). Sum of RGB (Red+Green+Blue) = 160+64+117=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A04075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04075 is #5FBF8A. Grayscale: #626262. Windows color (decimal): -6274955 or 7684256. OLE color: 7684256.
HSL color Cylindrical-coordinate representation of color #A04075: hue angle of 326.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04075 is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 117 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.37 |
| HSL | 326.88º | 0.43% | 0.44% | - |
| HSV(B) | 326.88º | 0.6% | 0.63% | - |
| XYZ | 19.54 | 12.42 | 18.2 | - |
| YUV | 98.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 117 | 0 | 0.6 | 0.27 | 0.37 | 326.88 | 0.43 | 0.44 |
| Hex | A0 | 40 | 75 | 0 | 3C | 1B | 25 | 147 | 2B | 2C |
| Octal | 240 | 100 | 165 | 0 | 74 | 33 | 45 | 507 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1110101 | 0 | 111100 | 11011 | 100101 | 101000111 | 101011 | 101100 |
Color Harmonies of #A04075
Complementary color
Monochromatic Colors of #A04075
Black with #A04075
Text Example
Text Example
White with #A04075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04075; }
p { color: rgb(160,64,117); }
H1.HeaderClassName
{
color: #A04075;
}
.AnyTagClassName
{
color: #A04075;
}
</style>
background-color css
<style>
a { background-color: #A04075; }
a { background-color: rgb(160,64,117); }
div.DivClassName
{
background-color: #A04075;
}
.BgClassName
{
background-color: #A04075;
}
</style>
border-color css
<style>
span { border-color: #A04075; }
span { border-color: rgb(160,64,117); }
td.TdClassName
{
border-color: #A04075;
}
.TagClassName
{
border-color: #A04075;
}
</style>