Shades of Rouge #A43362
Tints of Rouge #A43362
RGB
CMYK
RGB Variations
Color information
#A43362 (or 0xA43362) is known color: Rouge. HEX triplet: A4, 33 and 62. RGB value is (164,51,98). Sum of RGB (Red+Green+Blue) = 164+51+98=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43362 is #5BCC9D. Grayscale: #5A5A5A. Windows color (decimal): -6016158 or 6435748. OLE color: 6435748.
HSL color Cylindrical-coordinate representation of color #A43362: hue angle of 335.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43362 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 98 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.36 |
| HSL | 335.04º | 0.53% | 0.42% | - |
| HSV(B) | 335.04º | 0.69% | 0.64% | - |
| XYZ | 18.7 | 11.14 | 12.72 | - |
| YUV | 90.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 98 | 0 | 0.69 | 0.40 | 0.36 | 335.04 | 0.53 | 0.42 |
| Hex | A4 | 33 | 62 | 0 | 45 | 28 | 24 | 14F | 35 | 2A |
| Octal | 244 | 63 | 142 | 0 | 105 | 50 | 44 | 517 | 65 | 52 |
| Binary | 10100100 | 110011 | 1100010 | 0 | 1000101 | 101000 | 100100 | 101001111 | 110101 | 101010 |
Color Harmonies of #A43362
Complementary color
Monochromatic Colors of #A43362
Black with #A43362
Text Example
Text Example
White with #A43362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43362; }
p { color: rgb(164,51,98); }
H1.HeaderClassName
{
color: #A43362;
}
.AnyTagClassName
{
color: #A43362;
}
</style>
background-color css
<style>
a { background-color: #A43362; }
a { background-color: rgb(164,51,98); }
div.DivClassName
{
background-color: #A43362;
}
.BgClassName
{
background-color: #A43362;
}
</style>
border-color css
<style>
span { border-color: #A43362; }
span { border-color: rgb(164,51,98); }
td.TdClassName
{
border-color: #A43362;
}
.TagClassName
{
border-color: #A43362;
}
</style>