Shades of Rouge #A5385F
Tints of Rouge #A5385F
RGB
CMYK
RGB Variations
Color information
#A5385F (or 0xA5385F) is known color: Rouge. HEX triplet: A5, 38 and 5F. RGB value is (165,56,95). Sum of RGB (Red+Green+Blue) = 165+56+95=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A5385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5385F is #5AC7A0. Grayscale: #5C5C5C. Windows color (decimal): -5949345 or 6240421. OLE color: 6240421.
HSL color Cylindrical-coordinate representation of color #A5385F: hue angle of 338.53º 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 #A5385F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 56 | 95 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.35 |
| HSL | 338.53º | 0.49% | 0.43% | - |
| HSV(B) | 338.53º | 0.66% | 0.65% | - |
| XYZ | 19 | 11.65 | 12.07 | - |
| YUV | 93.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 95 | 0 | 0.66 | 0.42 | 0.35 | 338.53 | 0.49 | 0.43 |
| Hex | A5 | 38 | 5F | 0 | 42 | 2A | 23 | 153 | 31 | 2B |
| Octal | 245 | 70 | 137 | 0 | 102 | 52 | 43 | 523 | 61 | 53 |
| Binary | 10100101 | 111000 | 1011111 | 0 | 1000010 | 101010 | 100011 | 101010011 | 110001 | 101011 |
Color Harmonies of #A5385F
Complementary color
Monochromatic Colors of #A5385F
Black with #A5385F
Text Example
Text Example
White with #A5385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5385F; }
p { color: rgb(165,56,95); }
H1.HeaderClassName
{
color: #A5385F;
}
.AnyTagClassName
{
color: #A5385F;
}
</style>
background-color css
<style>
a { background-color: #A5385F; }
a { background-color: rgb(165,56,95); }
div.DivClassName
{
background-color: #A5385F;
}
.BgClassName
{
background-color: #A5385F;
}
</style>
border-color css
<style>
span { border-color: #A5385F; }
span { border-color: rgb(165,56,95); }
td.TdClassName
{
border-color: #A5385F;
}
.TagClassName
{
border-color: #A5385F;
}
</style>