Shades of Rouge #A4476F
Tints of Rouge #A4476F
RGB
CMYK
RGB Variations
Color information
#A4476F (or 0xA4476F) is known color: Rouge. HEX triplet: A4, 47 and 6F. RGB value is (164,71,111). Sum of RGB (Red+Green+Blue) = 164+71+111=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4476F is #5BB890. Grayscale: #676767. Windows color (decimal): -6011025 or 7292836. OLE color: 7292836.
HSL color Cylindrical-coordinate representation of color #A4476F: hue angle of 334.19º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4476F is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 111 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.36 |
| HSL | 334.19º | 0.4% | 0.46% | - |
| HSV(B) | 334.19º | 0.57% | 0.64% | - |
| XYZ | 20.43 | 13.55 | 16.58 | - |
| YUV | 103.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 111 | 0 | 0.57 | 0.32 | 0.36 | 334.19 | 0.4 | 0.46 |
| Hex | A4 | 47 | 6F | 0 | 39 | 20 | 24 | 14E | 28 | 2E |
| Octal | 244 | 107 | 157 | 0 | 71 | 40 | 44 | 516 | 50 | 56 |
| Binary | 10100100 | 1000111 | 1101111 | 0 | 111001 | 100000 | 100100 | 101001110 | 101000 | 101110 |
Color Harmonies of #A4476F
Complementary color
Monochromatic Colors of #A4476F
Black with #A4476F
Text Example
Text Example
White with #A4476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4476F; }
p { color: rgb(164,71,111); }
H1.HeaderClassName
{
color: #A4476F;
}
.AnyTagClassName
{
color: #A4476F;
}
</style>
background-color css
<style>
a { background-color: #A4476F; }
a { background-color: rgb(164,71,111); }
div.DivClassName
{
background-color: #A4476F;
}
.BgClassName
{
background-color: #A4476F;
}
</style>
border-color css
<style>
span { border-color: #A4476F; }
span { border-color: rgb(164,71,111); }
td.TdClassName
{
border-color: #A4476F;
}
.TagClassName
{
border-color: #A4476F;
}
</style>