Shades of Rouge #A4426D
Tints of Rouge #A4426D
RGB
CMYK
RGB Variations
Color information
#A4426D (or 0xA4426D) is known color: Rouge. HEX triplet: A4, 42 and 6D. RGB value is (164,66,109). Sum of RGB (Red+Green+Blue) = 164+66+109=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4426D is #5BBD92. Grayscale: #646464. Windows color (decimal): -6012307 or 7160484. OLE color: 7160484.
HSL color Cylindrical-coordinate representation of color #A4426D: hue angle of 333.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4426D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 109 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.36 |
| HSL | 333.67º | 0.43% | 0.45% | - |
| HSV(B) | 333.67º | 0.6% | 0.64% | - |
| XYZ | 20.02 | 12.89 | 15.9 | - |
| YUV | 100.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 109 | 0 | 0.60 | 0.34 | 0.36 | 333.67 | 0.43 | 0.45 |
| Hex | A4 | 42 | 6D | 0 | 3C | 22 | 24 | 14E | 2B | 2D |
| Octal | 244 | 102 | 155 | 0 | 74 | 42 | 44 | 516 | 53 | 55 |
| Binary | 10100100 | 1000010 | 1101101 | 0 | 111100 | 100010 | 100100 | 101001110 | 101011 | 101101 |
Color Harmonies of #A4426D
Complementary color
Monochromatic Colors of #A4426D
Black with #A4426D
Text Example
Text Example
White with #A4426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4426D; }
p { color: rgb(164,66,109); }
H1.HeaderClassName
{
color: #A4426D;
}
.AnyTagClassName
{
color: #A4426D;
}
</style>
background-color css
<style>
a { background-color: #A4426D; }
a { background-color: rgb(164,66,109); }
div.DivClassName
{
background-color: #A4426D;
}
.BgClassName
{
background-color: #A4426D;
}
</style>
border-color css
<style>
span { border-color: #A4426D; }
span { border-color: rgb(164,66,109); }
td.TdClassName
{
border-color: #A4426D;
}
.TagClassName
{
border-color: #A4426D;
}
</style>