Shades of Rouge #A43267
Tints of Rouge #A43267
RGB
CMYK
RGB Variations
Color information
#A43267 (or 0xA43267) is known color: Rouge. HEX triplet: A4, 32 and 67. RGB value is (164,50,103). Sum of RGB (Red+Green+Blue) = 164+50+103=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A43267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43267 is #5BCD98. Grayscale: #5A5A5A. Windows color (decimal): -6016409 or 6763172. OLE color: 6763172.
HSL color Cylindrical-coordinate representation of color #A43267: hue angle of 332.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43267 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 103 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.36 |
| HSL | 332.11º | 0.53% | 0.42% | - |
| HSV(B) | 332.11º | 0.7% | 0.64% | - |
| XYZ | 18.9 | 11.15 | 13.99 | - |
| YUV | 90.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 103 | 0 | 0.70 | 0.37 | 0.36 | 332.11 | 0.53 | 0.42 |
| Hex | A4 | 32 | 67 | 0 | 46 | 25 | 24 | 14C | 35 | 2A |
| Octal | 244 | 62 | 147 | 0 | 106 | 45 | 44 | 514 | 65 | 52 |
| Binary | 10100100 | 110010 | 1100111 | 0 | 1000110 | 100101 | 100100 | 101001100 | 110101 | 101010 |
Color Harmonies of #A43267
Complementary color
Monochromatic Colors of #A43267
Black with #A43267
Text Example
Text Example
White with #A43267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43267; }
p { color: rgb(164,50,103); }
H1.HeaderClassName
{
color: #A43267;
}
.AnyTagClassName
{
color: #A43267;
}
</style>
background-color css
<style>
a { background-color: #A43267; }
a { background-color: rgb(164,50,103); }
div.DivClassName
{
background-color: #A43267;
}
.BgClassName
{
background-color: #A43267;
}
</style>
border-color css
<style>
span { border-color: #A43267; }
span { border-color: rgb(164,50,103); }
td.TdClassName
{
border-color: #A43267;
}
.TagClassName
{
border-color: #A43267;
}
</style>