Shades of Rouge #A43269
Tints of Rouge #A43269
RGB
CMYK
RGB Variations
Color information
#A43269 (or 0xA43269) is known color: Rouge. HEX triplet: A4, 32 and 69. RGB value is (164,50,105). Sum of RGB (Red+Green+Blue) = 164+50+105=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A43269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43269 is #5BCD96. Grayscale: #5A5A5A. Windows color (decimal): -6016407 or 6894244. OLE color: 6894244.
HSL color Cylindrical-coordinate representation of color #A43269: hue angle of 331.05º 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 #A43269 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 105 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.36 |
| HSL | 331.05º | 0.53% | 0.42% | - |
| HSV(B) | 331.05º | 0.7% | 0.64% | - |
| XYZ | 19 | 11.19 | 14.52 | - |
| YUV | 90.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 105 | 0 | 0.70 | 0.36 | 0.36 | 331.05 | 0.53 | 0.42 |
| Hex | A4 | 32 | 69 | 0 | 46 | 24 | 24 | 14B | 35 | 2A |
| Octal | 244 | 62 | 151 | 0 | 106 | 44 | 44 | 513 | 65 | 52 |
| Binary | 10100100 | 110010 | 1101001 | 0 | 1000110 | 100100 | 100100 | 101001011 | 110101 | 101010 |
Color Harmonies of #A43269
Complementary color
Monochromatic Colors of #A43269
Black with #A43269
Text Example
Text Example
White with #A43269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43269; }
p { color: rgb(164,50,105); }
H1.HeaderClassName
{
color: #A43269;
}
.AnyTagClassName
{
color: #A43269;
}
</style>
background-color css
<style>
a { background-color: #A43269; }
a { background-color: rgb(164,50,105); }
div.DivClassName
{
background-color: #A43269;
}
.BgClassName
{
background-color: #A43269;
}
</style>
border-color css
<style>
span { border-color: #A43269; }
span { border-color: rgb(164,50,105); }
td.TdClassName
{
border-color: #A43269;
}
.TagClassName
{
border-color: #A43269;
}
</style>