Shades of Rouge #A5446C
Tints of Rouge #A5446C
RGB
CMYK
RGB Variations
Color information
#A5446C (or 0xA5446C) is known color: Rouge. HEX triplet: A5, 44 and 6C. RGB value is (165,68,108). Sum of RGB (Red+Green+Blue) = 165+68+108=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5446C is #5ABB93. Grayscale: #656565. Windows color (decimal): -5946260 or 7095461. OLE color: 7095461.
HSL color Cylindrical-coordinate representation of color #A5446C: hue angle of 335.26º 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 #A5446C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 108 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.35 |
| HSL | 335.26º | 0.42% | 0.46% | - |
| HSV(B) | 335.26º | 0.59% | 0.65% | - |
| XYZ | 20.29 | 13.22 | 15.67 | - |
| YUV | 101.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 108 | 0 | 0.59 | 0.35 | 0.35 | 335.26 | 0.42 | 0.46 |
| Hex | A5 | 44 | 6C | 0 | 3B | 23 | 23 | 14F | 2A | 2E |
| Octal | 245 | 104 | 154 | 0 | 73 | 43 | 43 | 517 | 52 | 56 |
| Binary | 10100101 | 1000100 | 1101100 | 0 | 111011 | 100011 | 100011 | 101001111 | 101010 | 101110 |
Color Harmonies of #A5446C
Complementary color
Monochromatic Colors of #A5446C
Black with #A5446C
Text Example
Text Example
White with #A5446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5446C; }
p { color: rgb(165,68,108); }
H1.HeaderClassName
{
color: #A5446C;
}
.AnyTagClassName
{
color: #A5446C;
}
</style>
background-color css
<style>
a { background-color: #A5446C; }
a { background-color: rgb(165,68,108); }
div.DivClassName
{
background-color: #A5446C;
}
.BgClassName
{
background-color: #A5446C;
}
</style>
border-color css
<style>
span { border-color: #A5446C; }
span { border-color: rgb(165,68,108); }
td.TdClassName
{
border-color: #A5446C;
}
.TagClassName
{
border-color: #A5446C;
}
</style>