Shades of Rouge #A5446A
Tints of Rouge #A5446A
RGB
CMYK
RGB Variations
Color information
#A5446A (or 0xA5446A) is known color: Rouge. HEX triplet: A5, 44 and 6A. RGB value is (165,68,106). Sum of RGB (Red+Green+Blue) = 165+68+106=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5446A is #5ABB95. Grayscale: #656565. Windows color (decimal): -5946262 or 6964389. OLE color: 6964389.
HSL color Cylindrical-coordinate representation of color #A5446A: hue angle of 336.49º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5446A is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 106 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.35 |
| HSL | 336.49º | 0.42% | 0.46% | - |
| HSV(B) | 336.49º | 0.59% | 0.65% | - |
| XYZ | 20.19 | 13.17 | 15.11 | - |
| YUV | 101.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 106 | 0 | 0.59 | 0.36 | 0.35 | 336.49 | 0.42 | 0.46 |
| Hex | A5 | 44 | 6A | 0 | 3B | 24 | 23 | 150 | 2A | 2E |
| Octal | 245 | 104 | 152 | 0 | 73 | 44 | 43 | 520 | 52 | 56 |
| Binary | 10100101 | 1000100 | 1101010 | 0 | 111011 | 100100 | 100011 | 101010000 | 101010 | 101110 |
Color Harmonies of #A5446A
Complementary color
Monochromatic Colors of #A5446A
Black with #A5446A
Text Example
Text Example
White with #A5446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5446A; }
p { color: rgb(165,68,106); }
H1.HeaderClassName
{
color: #A5446A;
}
.AnyTagClassName
{
color: #A5446A;
}
</style>
background-color css
<style>
a { background-color: #A5446A; }
a { background-color: rgb(165,68,106); }
div.DivClassName
{
background-color: #A5446A;
}
.BgClassName
{
background-color: #A5446A;
}
</style>
border-color css
<style>
span { border-color: #A5446A; }
span { border-color: rgb(165,68,106); }
td.TdClassName
{
border-color: #A5446A;
}
.TagClassName
{
border-color: #A5446A;
}
</style>