Shades of Rouge #A43669
Tints of Rouge #A43669
RGB
CMYK
RGB Variations
Color information
#A43669 (or 0xA43669) is known color: Rouge. HEX triplet: A4, 36 and 69. RGB value is (164,54,105). Sum of RGB (Red+Green+Blue) = 164+54+105=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A43669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43669 is #5BC996. Grayscale: #5C5C5C. Windows color (decimal): -6015383 or 6895268. OLE color: 6895268.
HSL color Cylindrical-coordinate representation of color #A43669: hue angle of 332.18º 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 #A43669 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 105 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.36 |
| HSL | 332.18º | 0.5% | 0.43% | - |
| HSV(B) | 332.18º | 0.67% | 0.64% | - |
| XYZ | 19.18 | 11.55 | 14.58 | - |
| YUV | 92.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 105 | 0 | 0.67 | 0.36 | 0.36 | 332.18 | 0.5 | 0.43 |
| Hex | A4 | 36 | 69 | 0 | 43 | 24 | 24 | 14C | 32 | 2B |
| Octal | 244 | 66 | 151 | 0 | 103 | 44 | 44 | 514 | 62 | 53 |
| Binary | 10100100 | 110110 | 1101001 | 0 | 1000011 | 100100 | 100100 | 101001100 | 110010 | 101011 |
Color Harmonies of #A43669
Complementary color
Monochromatic Colors of #A43669
Black with #A43669
Text Example
Text Example
White with #A43669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43669; }
p { color: rgb(164,54,105); }
H1.HeaderClassName
{
color: #A43669;
}
.AnyTagClassName
{
color: #A43669;
}
</style>
background-color css
<style>
a { background-color: #A43669; }
a { background-color: rgb(164,54,105); }
div.DivClassName
{
background-color: #A43669;
}
.BgClassName
{
background-color: #A43669;
}
</style>
border-color css
<style>
span { border-color: #A43669; }
span { border-color: rgb(164,54,105); }
td.TdClassName
{
border-color: #A43669;
}
.TagClassName
{
border-color: #A43669;
}
</style>