Shades of Rouge #A5466B
Tints of Rouge #A5466B
RGB
CMYK
RGB Variations
Color information
#A5466B (or 0xA5466B) is known color: Rouge. HEX triplet: A5, 46 and 6B. RGB value is (165,70,107). Sum of RGB (Red+Green+Blue) = 165+70+107=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5466B is #5AB994. Grayscale: #666666. Windows color (decimal): -5945749 or 7030437. OLE color: 7030437.
HSL color Cylindrical-coordinate representation of color #A5466B: hue angle of 336.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5466B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 107 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.35 |
| HSL | 336.63º | 0.4% | 0.46% | - |
| HSV(B) | 336.63º | 0.58% | 0.65% | - |
| XYZ | 20.36 | 13.44 | 15.43 | - |
| YUV | 102.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 107 | 0 | 0.58 | 0.35 | 0.35 | 336.63 | 0.4 | 0.46 |
| Hex | A5 | 46 | 6B | 0 | 3A | 23 | 23 | 151 | 28 | 2E |
| Octal | 245 | 106 | 153 | 0 | 72 | 43 | 43 | 521 | 50 | 56 |
| Binary | 10100101 | 1000110 | 1101011 | 0 | 111010 | 100011 | 100011 | 101010001 | 101000 | 101110 |
Color Harmonies of #A5466B
Complementary color
Monochromatic Colors of #A5466B
Black with #A5466B
Text Example
Text Example
White with #A5466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5466B; }
p { color: rgb(165,70,107); }
H1.HeaderClassName
{
color: #A5466B;
}
.AnyTagClassName
{
color: #A5466B;
}
</style>
background-color css
<style>
a { background-color: #A5466B; }
a { background-color: rgb(165,70,107); }
div.DivClassName
{
background-color: #A5466B;
}
.BgClassName
{
background-color: #A5466B;
}
</style>
border-color css
<style>
span { border-color: #A5466B; }
span { border-color: rgb(165,70,107); }
td.TdClassName
{
border-color: #A5466B;
}
.TagClassName
{
border-color: #A5466B;
}
</style>