Shades of Rouge #A04367
Tints of Rouge #A04367
RGB
CMYK
RGB Variations
Color information
#A04367 (or 0xA04367) is known color: Rouge. HEX triplet: A0, 43 and 67. RGB value is (160,67,103). Sum of RGB (Red+Green+Blue) = 160+67+103=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A04367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04367 is #5FBC98. Grayscale: #626262. Windows color (decimal): -6274201 or 6767520. OLE color: 6767520.
HSL color Cylindrical-coordinate representation of color #A04367: hue angle of 336.77º 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 #A04367 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 103 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.37 |
| HSL | 336.77º | 0.41% | 0.45% | - |
| HSV(B) | 336.77º | 0.58% | 0.63% | - |
| XYZ | 18.95 | 12.47 | 14.24 | - |
| YUV | 98.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 103 | 0 | 0.58 | 0.36 | 0.37 | 336.77 | 0.41 | 0.45 |
| Hex | A0 | 43 | 67 | 0 | 3A | 24 | 25 | 151 | 29 | 2D |
| Octal | 240 | 103 | 147 | 0 | 72 | 44 | 45 | 521 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1100111 | 0 | 111010 | 100100 | 100101 | 101010001 | 101001 | 101101 |
Color Harmonies of #A04367
Complementary color
Monochromatic Colors of #A04367
Black with #A04367
Text Example
Text Example
White with #A04367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04367; }
p { color: rgb(160,67,103); }
H1.HeaderClassName
{
color: #A04367;
}
.AnyTagClassName
{
color: #A04367;
}
</style>
background-color css
<style>
a { background-color: #A04367; }
a { background-color: rgb(160,67,103); }
div.DivClassName
{
background-color: #A04367;
}
.BgClassName
{
background-color: #A04367;
}
</style>
border-color css
<style>
span { border-color: #A04367; }
span { border-color: rgb(160,67,103); }
td.TdClassName
{
border-color: #A04367;
}
.TagClassName
{
border-color: #A04367;
}
</style>