Shades of Rouge #A4355F
Tints of Rouge #A4355F
RGB
CMYK
RGB Variations
Color information
#A4355F (or 0xA4355F) is known color: Rouge. HEX triplet: A4, 35 and 5F. RGB value is (164,53,95). Sum of RGB (Red+Green+Blue) = 164+53+95=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4355F is #5BCAA0. Grayscale: #5A5A5A. Windows color (decimal): -6015649 or 6239652. OLE color: 6239652.
HSL color Cylindrical-coordinate representation of color #A4355F: hue angle of 337.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4355F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 95 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.36 |
| HSL | 337.3º | 0.51% | 0.43% | - |
| HSV(B) | 337.3º | 0.68% | 0.64% | - |
| XYZ | 18.65 | 11.26 | 12.02 | - |
| YUV | 90.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 95 | 0 | 0.68 | 0.42 | 0.36 | 337.3 | 0.51 | 0.43 |
| Hex | A4 | 35 | 5F | 0 | 44 | 2A | 24 | 151 | 33 | 2B |
| Octal | 244 | 65 | 137 | 0 | 104 | 52 | 44 | 521 | 63 | 53 |
| Binary | 10100100 | 110101 | 1011111 | 0 | 1000100 | 101010 | 100100 | 101010001 | 110011 | 101011 |
Color Harmonies of #A4355F
Complementary color
Monochromatic Colors of #A4355F
Black with #A4355F
Text Example
Text Example
White with #A4355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4355F; }
p { color: rgb(164,53,95); }
H1.HeaderClassName
{
color: #A4355F;
}
.AnyTagClassName
{
color: #A4355F;
}
</style>
background-color css
<style>
a { background-color: #A4355F; }
a { background-color: rgb(164,53,95); }
div.DivClassName
{
background-color: #A4355F;
}
.BgClassName
{
background-color: #A4355F;
}
</style>
border-color css
<style>
span { border-color: #A4355F; }
span { border-color: rgb(164,53,95); }
td.TdClassName
{
border-color: #A4355F;
}
.TagClassName
{
border-color: #A4355F;
}
</style>