Shades of Rouge #A4366F
Tints of Rouge #A4366F
RGB
CMYK
RGB Variations
Color information
#A4366F (or 0xA4366F) is known color: Rouge. HEX triplet: A4, 36 and 6F. RGB value is (164,54,111). Sum of RGB (Red+Green+Blue) = 164+54+111=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4366F is #5BC990. Grayscale: #5D5D5D. Windows color (decimal): -6015377 or 7288484. OLE color: 7288484.
HSL color Cylindrical-coordinate representation of color #A4366F: hue angle of 328.91º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4366F is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 111 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.36 |
| HSL | 328.91º | 0.5% | 0.43% | - |
| HSV(B) | 328.91º | 0.67% | 0.64% | - |
| XYZ | 19.5 | 11.68 | 16.27 | - |
| YUV | 93.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 111 | 0 | 0.67 | 0.32 | 0.36 | 328.91 | 0.5 | 0.43 |
| Hex | A4 | 36 | 6F | 0 | 43 | 20 | 24 | 149 | 32 | 2B |
| Octal | 244 | 66 | 157 | 0 | 103 | 40 | 44 | 511 | 62 | 53 |
| Binary | 10100100 | 110110 | 1101111 | 0 | 1000011 | 100000 | 100100 | 101001001 | 110010 | 101011 |
Color Harmonies of #A4366F
Complementary color
Monochromatic Colors of #A4366F
Black with #A4366F
Text Example
Text Example
White with #A4366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4366F; }
p { color: rgb(164,54,111); }
H1.HeaderClassName
{
color: #A4366F;
}
.AnyTagClassName
{
color: #A4366F;
}
</style>
background-color css
<style>
a { background-color: #A4366F; }
a { background-color: rgb(164,54,111); }
div.DivClassName
{
background-color: #A4366F;
}
.BgClassName
{
background-color: #A4366F;
}
</style>
border-color css
<style>
span { border-color: #A4366F; }
span { border-color: rgb(164,54,111); }
td.TdClassName
{
border-color: #A4366F;
}
.TagClassName
{
border-color: #A4366F;
}
</style>