Shades of Rouge #A54569
Tints of Rouge #A54569
RGB
CMYK
RGB Variations
Color information
#A54569 (or 0xA54569) is known color: Rouge. HEX triplet: A5, 45 and 69. RGB value is (165,69,105). Sum of RGB (Red+Green+Blue) = 165+69+105=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54569 is #5ABA96. Grayscale: #656565. Windows color (decimal): -5946007 or 6899109. OLE color: 6899109.
HSL color Cylindrical-coordinate representation of color #A54569: hue angle of 337.5º degrees, saturation: 0.41, 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 #A54569 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 105 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.35 |
| HSL | 337.5º | 0.41% | 0.46% | - |
| HSV(B) | 337.5º | 0.58% | 0.65% | - |
| XYZ | 20.19 | 13.28 | 14.86 | - |
| YUV | 101.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 105 | 0 | 0.58 | 0.36 | 0.35 | 337.5 | 0.41 | 0.46 |
| Hex | A5 | 45 | 69 | 0 | 3A | 24 | 23 | 152 | 29 | 2E |
| Octal | 245 | 105 | 151 | 0 | 72 | 44 | 43 | 522 | 51 | 56 |
| Binary | 10100101 | 1000101 | 1101001 | 0 | 111010 | 100100 | 100011 | 101010010 | 101001 | 101110 |
Color Harmonies of #A54569
Complementary color
Monochromatic Colors of #A54569
Black with #A54569
Text Example
Text Example
White with #A54569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54569; }
p { color: rgb(165,69,105); }
H1.HeaderClassName
{
color: #A54569;
}
.AnyTagClassName
{
color: #A54569;
}
</style>
background-color css
<style>
a { background-color: #A54569; }
a { background-color: rgb(165,69,105); }
div.DivClassName
{
background-color: #A54569;
}
.BgClassName
{
background-color: #A54569;
}
</style>
border-color css
<style>
span { border-color: #A54569; }
span { border-color: rgb(165,69,105); }
td.TdClassName
{
border-color: #A54569;
}
.TagClassName
{
border-color: #A54569;
}
</style>