Shades of Rouge #A44367
Tints of Rouge #A44367
RGB
CMYK
RGB Variations
Color information
#A44367 (or 0xA44367) is known color: Rouge. HEX triplet: A4, 43 and 67. RGB value is (164,67,103). Sum of RGB (Red+Green+Blue) = 164+67+103=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A44367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44367 is #5BBC98. Grayscale: #646464. Windows color (decimal): -6012057 or 6767524. OLE color: 6767524.
HSL color Cylindrical-coordinate representation of color #A44367: hue angle of 337.73º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44367 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 103 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.36 |
| HSL | 337.73º | 0.42% | 0.45% | - |
| HSV(B) | 337.73º | 0.59% | 0.64% | - |
| XYZ | 19.77 | 12.89 | 14.28 | - |
| YUV | 100.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 103 | 0 | 0.59 | 0.37 | 0.36 | 337.73 | 0.42 | 0.45 |
| Hex | A4 | 43 | 67 | 0 | 3B | 25 | 24 | 152 | 2A | 2D |
| Octal | 244 | 103 | 147 | 0 | 73 | 45 | 44 | 522 | 52 | 55 |
| Binary | 10100100 | 1000011 | 1100111 | 0 | 111011 | 100101 | 100100 | 101010010 | 101010 | 101101 |
Color Harmonies of #A44367
Complementary color
Monochromatic Colors of #A44367
Black with #A44367
Text Example
Text Example
White with #A44367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44367; }
p { color: rgb(164,67,103); }
H1.HeaderClassName
{
color: #A44367;
}
.AnyTagClassName
{
color: #A44367;
}
</style>
background-color css
<style>
a { background-color: #A44367; }
a { background-color: rgb(164,67,103); }
div.DivClassName
{
background-color: #A44367;
}
.BgClassName
{
background-color: #A44367;
}
</style>
border-color css
<style>
span { border-color: #A44367; }
span { border-color: rgb(164,67,103); }
td.TdClassName
{
border-color: #A44367;
}
.TagClassName
{
border-color: #A44367;
}
</style>