Shades of Rouge #A44469
Tints of Rouge #A44469
RGB
CMYK
RGB Variations
Color information
#A44469 (or 0xA44469) is known color: Rouge. HEX triplet: A4, 44 and 69. RGB value is (164,68,105). Sum of RGB (Red+Green+Blue) = 164+68+105=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44469 is #5BBB96. Grayscale: #646464. Windows color (decimal): -6011799 or 6898852. OLE color: 6898852.
HSL color Cylindrical-coordinate representation of color #A44469: hue angle of 336.88º degrees, saturation: 0.41, 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 #A44469 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 105 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.36 |
| HSL | 336.88º | 0.41% | 0.45% | - |
| HSV(B) | 336.88º | 0.59% | 0.64% | - |
| XYZ | 19.93 | 13.05 | 14.83 | - |
| YUV | 100.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 105 | 0 | 0.59 | 0.36 | 0.36 | 336.88 | 0.41 | 0.45 |
| Hex | A4 | 44 | 69 | 0 | 3B | 24 | 24 | 151 | 29 | 2D |
| Octal | 244 | 104 | 151 | 0 | 73 | 44 | 44 | 521 | 51 | 55 |
| Binary | 10100100 | 1000100 | 1101001 | 0 | 111011 | 100100 | 100100 | 101010001 | 101001 | 101101 |
Color Harmonies of #A44469
Complementary color
Monochromatic Colors of #A44469
Black with #A44469
Text Example
Text Example
White with #A44469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44469; }
p { color: rgb(164,68,105); }
H1.HeaderClassName
{
color: #A44469;
}
.AnyTagClassName
{
color: #A44469;
}
</style>
background-color css
<style>
a { background-color: #A44469; }
a { background-color: rgb(164,68,105); }
div.DivClassName
{
background-color: #A44469;
}
.BgClassName
{
background-color: #A44469;
}
</style>
border-color css
<style>
span { border-color: #A44469; }
span { border-color: rgb(164,68,105); }
td.TdClassName
{
border-color: #A44469;
}
.TagClassName
{
border-color: #A44469;
}
</style>