Shades of Rouge #A2476B
Tints of Rouge #A2476B
RGB
CMYK
RGB Variations
Color information
#A2476B (or 0xA2476B) is known color: Rouge. HEX triplet: A2, 47 and 6B. RGB value is (162,71,107). Sum of RGB (Red+Green+Blue) = 162+71+107=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2476B is #5DB894. Grayscale: #666666. Windows color (decimal): -6142101 or 7030690. OLE color: 7030690.
HSL color Cylindrical-coordinate representation of color #A2476B: hue angle of 336.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2476B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 107 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.36 |
| HSL | 336.26º | 0.39% | 0.46% | - |
| HSV(B) | 336.26º | 0.56% | 0.64% | - |
| XYZ | 19.81 | 13.25 | 15.42 | - |
| YUV | 102.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 107 | 0 | 0.56 | 0.34 | 0.36 | 336.26 | 0.39 | 0.46 |
| Hex | A2 | 47 | 6B | 0 | 38 | 22 | 24 | 150 | 27 | 2E |
| Octal | 242 | 107 | 153 | 0 | 70 | 42 | 44 | 520 | 47 | 56 |
| Binary | 10100010 | 1000111 | 1101011 | 0 | 111000 | 100010 | 100100 | 101010000 | 100111 | 101110 |
Color Harmonies of #A2476B
Complementary color
Monochromatic Colors of #A2476B
Black with #A2476B
Text Example
Text Example
White with #A2476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2476B; }
p { color: rgb(162,71,107); }
H1.HeaderClassName
{
color: #A2476B;
}
.AnyTagClassName
{
color: #A2476B;
}
</style>
background-color css
<style>
a { background-color: #A2476B; }
a { background-color: rgb(162,71,107); }
div.DivClassName
{
background-color: #A2476B;
}
.BgClassName
{
background-color: #A2476B;
}
</style>
border-color css
<style>
span { border-color: #A2476B; }
span { border-color: rgb(162,71,107); }
td.TdClassName
{
border-color: #A2476B;
}
.TagClassName
{
border-color: #A2476B;
}
</style>