Shades of Rouge #A04365
Tints of Rouge #A04365
RGB
CMYK
RGB Variations
Color information
#A04365 (or 0xA04365) is known color: Rouge. HEX triplet: A0, 43 and 65. RGB value is (160,67,101). Sum of RGB (Red+Green+Blue) = 160+67+101=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A04365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04365 is #5FBC9A. Grayscale: #626262. Windows color (decimal): -6274203 or 6636448. OLE color: 6636448.
HSL color Cylindrical-coordinate representation of color #A04365: hue angle of 338.06º 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 #A04365 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 101 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.37 |
| HSL | 338.06º | 0.41% | 0.45% | - |
| HSV(B) | 338.06º | 0.58% | 0.63% | - |
| XYZ | 18.85 | 12.43 | 13.72 | - |
| YUV | 98.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 101 | 0 | 0.58 | 0.37 | 0.37 | 338.06 | 0.41 | 0.45 |
| Hex | A0 | 43 | 65 | 0 | 3A | 25 | 25 | 152 | 29 | 2D |
| Octal | 240 | 103 | 145 | 0 | 72 | 45 | 45 | 522 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1100101 | 0 | 111010 | 100101 | 100101 | 101010010 | 101001 | 101101 |
Color Harmonies of #A04365
Complementary color
Monochromatic Colors of #A04365
Black with #A04365
Text Example
Text Example
White with #A04365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04365; }
p { color: rgb(160,67,101); }
H1.HeaderClassName
{
color: #A04365;
}
.AnyTagClassName
{
color: #A04365;
}
</style>
background-color css
<style>
a { background-color: #A04365; }
a { background-color: rgb(160,67,101); }
div.DivClassName
{
background-color: #A04365;
}
.BgClassName
{
background-color: #A04365;
}
</style>
border-color css
<style>
span { border-color: #A04365; }
span { border-color: rgb(160,67,101); }
td.TdClassName
{
border-color: #A04365;
}
.TagClassName
{
border-color: #A04365;
}
</style>