Shades of Rouge #A4486E
Tints of Rouge #A4486E
RGB
CMYK
RGB Variations
Color information
#A4486E (or 0xA4486E) is known color: Rouge. HEX triplet: A4, 48 and 6E. RGB value is (164,72,110). Sum of RGB (Red+Green+Blue) = 164+72+110=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4486E is #5BB791. Grayscale: #676767. Windows color (decimal): -6010770 or 7227556. OLE color: 7227556.
HSL color Cylindrical-coordinate representation of color #A4486E: hue angle of 335.22º 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 #A4486E is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 110 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.36 |
| HSL | 335.22º | 0.39% | 0.46% | - |
| HSV(B) | 335.22º | 0.56% | 0.64% | - |
| XYZ | 20.44 | 13.65 | 16.31 | - |
| YUV | 103.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 110 | 0 | 0.56 | 0.33 | 0.36 | 335.22 | 0.39 | 0.46 |
| Hex | A4 | 48 | 6E | 0 | 38 | 21 | 24 | 14F | 27 | 2E |
| Octal | 244 | 110 | 156 | 0 | 70 | 41 | 44 | 517 | 47 | 56 |
| Binary | 10100100 | 1001000 | 1101110 | 0 | 111000 | 100001 | 100100 | 101001111 | 100111 | 101110 |
Color Harmonies of #A4486E
Complementary color
Monochromatic Colors of #A4486E
Black with #A4486E
Text Example
Text Example
White with #A4486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4486E; }
p { color: rgb(164,72,110); }
H1.HeaderClassName
{
color: #A4486E;
}
.AnyTagClassName
{
color: #A4486E;
}
</style>
background-color css
<style>
a { background-color: #A4486E; }
a { background-color: rgb(164,72,110); }
div.DivClassName
{
background-color: #A4486E;
}
.BgClassName
{
background-color: #A4486E;
}
</style>
border-color css
<style>
span { border-color: #A4486E; }
span { border-color: rgb(164,72,110); }
td.TdClassName
{
border-color: #A4486E;
}
.TagClassName
{
border-color: #A4486E;
}
</style>