Shades of Rouge #A5385E
Tints of Rouge #A5385E
RGB
CMYK
RGB Variations
Color information
#A5385E (or 0xA5385E) is known color: Rouge. HEX triplet: A5, 38 and 5E. RGB value is (165,56,94). Sum of RGB (Red+Green+Blue) = 165+56+94=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5385E is #5AC7A1. Grayscale: #5C5C5C. Windows color (decimal): -5949346 or 6174885. OLE color: 6174885.
HSL color Cylindrical-coordinate representation of color #A5385E: hue angle of 339.08º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5385E is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 56 | 94 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.35 |
| HSL | 339.08º | 0.49% | 0.43% | - |
| HSV(B) | 339.08º | 0.66% | 0.65% | - |
| XYZ | 18.95 | 11.64 | 11.84 | - |
| YUV | 92.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 94 | 0 | 0.66 | 0.43 | 0.35 | 339.08 | 0.49 | 0.43 |
| Hex | A5 | 38 | 5E | 0 | 42 | 2B | 23 | 153 | 31 | 2B |
| Octal | 245 | 70 | 136 | 0 | 102 | 53 | 43 | 523 | 61 | 53 |
| Binary | 10100101 | 111000 | 1011110 | 0 | 1000010 | 101011 | 100011 | 101010011 | 110001 | 101011 |
Color Harmonies of #A5385E
Complementary color
Monochromatic Colors of #A5385E
Black with #A5385E
Text Example
Text Example
White with #A5385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5385E; }
p { color: rgb(165,56,94); }
H1.HeaderClassName
{
color: #A5385E;
}
.AnyTagClassName
{
color: #A5385E;
}
</style>
background-color css
<style>
a { background-color: #A5385E; }
a { background-color: rgb(165,56,94); }
div.DivClassName
{
background-color: #A5385E;
}
.BgClassName
{
background-color: #A5385E;
}
</style>
border-color css
<style>
span { border-color: #A5385E; }
span { border-color: rgb(165,56,94); }
td.TdClassName
{
border-color: #A5385E;
}
.TagClassName
{
border-color: #A5385E;
}
</style>