Shades of Rouge #A54369
Tints of Rouge #A54369
RGB
CMYK
RGB Variations
Color information
#A54369 (or 0xA54369) is known color: Rouge. HEX triplet: A5, 43 and 69. RGB value is (165,67,105). Sum of RGB (Red+Green+Blue) = 165+67+105=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54369 is #5ABC96. Grayscale: #646464. Windows color (decimal): -5946519 or 6898597. OLE color: 6898597.
HSL color Cylindrical-coordinate representation of color #A54369: hue angle of 336.73º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54369 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 105 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.35 |
| HSL | 336.73º | 0.42% | 0.45% | - |
| HSV(B) | 336.73º | 0.59% | 0.65% | - |
| XYZ | 20.07 | 13.03 | 14.82 | - |
| YUV | 100.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 105 | 0 | 0.59 | 0.36 | 0.35 | 336.73 | 0.42 | 0.45 |
| Hex | A5 | 43 | 69 | 0 | 3B | 24 | 23 | 151 | 2A | 2D |
| Octal | 245 | 103 | 151 | 0 | 73 | 44 | 43 | 521 | 52 | 55 |
| Binary | 10100101 | 1000011 | 1101001 | 0 | 111011 | 100100 | 100011 | 101010001 | 101010 | 101101 |
Color Harmonies of #A54369
Complementary color
Monochromatic Colors of #A54369
Black with #A54369
Text Example
Text Example
White with #A54369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54369; }
p { color: rgb(165,67,105); }
H1.HeaderClassName
{
color: #A54369;
}
.AnyTagClassName
{
color: #A54369;
}
</style>
background-color css
<style>
a { background-color: #A54369; }
a { background-color: rgb(165,67,105); }
div.DivClassName
{
background-color: #A54369;
}
.BgClassName
{
background-color: #A54369;
}
</style>
border-color css
<style>
span { border-color: #A54369; }
span { border-color: rgb(165,67,105); }
td.TdClassName
{
border-color: #A54369;
}
.TagClassName
{
border-color: #A54369;
}
</style>