Shades of Rouge #A5456B
Tints of Rouge #A5456B
RGB
CMYK
RGB Variations
Color information
#A5456B (or 0xA5456B) is known color: Rouge. HEX triplet: A5, 45 and 6B. RGB value is (165,69,107). Sum of RGB (Red+Green+Blue) = 165+69+107=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5456B is #5ABA94. Grayscale: #656565. Windows color (decimal): -5946005 or 7030181. OLE color: 7030181.
HSL color Cylindrical-coordinate representation of color #A5456B: hue angle of 336.25º 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 #A5456B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 107 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.35 |
| HSL | 336.25º | 0.41% | 0.46% | - |
| HSV(B) | 336.25º | 0.58% | 0.65% | - |
| XYZ | 20.3 | 13.32 | 15.41 | - |
| YUV | 102.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 107 | 0 | 0.58 | 0.35 | 0.35 | 336.25 | 0.41 | 0.46 |
| Hex | A5 | 45 | 6B | 0 | 3A | 23 | 23 | 150 | 29 | 2E |
| Octal | 245 | 105 | 153 | 0 | 72 | 43 | 43 | 520 | 51 | 56 |
| Binary | 10100101 | 1000101 | 1101011 | 0 | 111010 | 100011 | 100011 | 101010000 | 101001 | 101110 |
Color Harmonies of #A5456B
Complementary color
Monochromatic Colors of #A5456B
Black with #A5456B
Text Example
Text Example
White with #A5456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5456B; }
p { color: rgb(165,69,107); }
H1.HeaderClassName
{
color: #A5456B;
}
.AnyTagClassName
{
color: #A5456B;
}
</style>
background-color css
<style>
a { background-color: #A5456B; }
a { background-color: rgb(165,69,107); }
div.DivClassName
{
background-color: #A5456B;
}
.BgClassName
{
background-color: #A5456B;
}
</style>
border-color css
<style>
span { border-color: #A5456B; }
span { border-color: rgb(165,69,107); }
td.TdClassName
{
border-color: #A5456B;
}
.TagClassName
{
border-color: #A5456B;
}
</style>