Shades of Rouge #A04375
Tints of Rouge #A04375
RGB
CMYK
RGB Variations
Color information
#A04375 (or 0xA04375) is known color: Rouge. HEX triplet: A0, 43 and 75. RGB value is (160,67,117). Sum of RGB (Red+Green+Blue) = 160+67+117=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04375 is #5FBC8A. Grayscale: #646464. Windows color (decimal): -6274187 or 7685024. OLE color: 7685024.
HSL color Cylindrical-coordinate representation of color #A04375: hue angle of 327.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04375 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 117 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.37 |
| HSL | 327.74º | 0.41% | 0.45% | - |
| HSV(B) | 327.74º | 0.58% | 0.63% | - |
| XYZ | 19.72 | 12.77 | 18.26 | - |
| YUV | 100.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 117 | 0 | 0.58 | 0.27 | 0.37 | 327.74 | 0.41 | 0.45 |
| Hex | A0 | 43 | 75 | 0 | 3A | 1B | 25 | 148 | 29 | 2D |
| Octal | 240 | 103 | 165 | 0 | 72 | 33 | 45 | 510 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1110101 | 0 | 111010 | 11011 | 100101 | 101001000 | 101001 | 101101 |
Color Harmonies of #A04375
Complementary color
Monochromatic Colors of #A04375
Black with #A04375
Text Example
Text Example
White with #A04375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04375; }
p { color: rgb(160,67,117); }
H1.HeaderClassName
{
color: #A04375;
}
.AnyTagClassName
{
color: #A04375;
}
</style>
background-color css
<style>
a { background-color: #A04375; }
a { background-color: rgb(160,67,117); }
div.DivClassName
{
background-color: #A04375;
}
.BgClassName
{
background-color: #A04375;
}
</style>
border-color css
<style>
span { border-color: #A04375; }
span { border-color: rgb(160,67,117); }
td.TdClassName
{
border-color: #A04375;
}
.TagClassName
{
border-color: #A04375;
}
</style>