Shades of Rouge #A3435E
Tints of Rouge #A3435E
RGB
CMYK
RGB Variations
Color information
#A3435E (or 0xA3435E) is known color: Rouge. HEX triplet: A3, 43 and 5E. RGB value is (163,67,94). Sum of RGB (Red+Green+Blue) = 163+67+94=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3435E is #5CBCA1. Grayscale: #626262. Windows color (decimal): -6077602 or 6177699. OLE color: 6177699.
HSL color Cylindrical-coordinate representation of color #A3435E: hue angle of 343.12º 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 #A3435E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 94 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.36 |
| HSL | 343.13º | 0.42% | 0.45% | - |
| HSV(B) | 343.13º | 0.59% | 0.64% | - |
| XYZ | 19.13 | 12.61 | 12.02 | - |
| YUV | 98.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 94 | 0 | 0.59 | 0.42 | 0.36 | 343.13 | 0.42 | 0.45 |
| Hex | A3 | 43 | 5E | 0 | 3B | 2A | 24 | 157 | 2A | 2D |
| Octal | 243 | 103 | 136 | 0 | 73 | 52 | 44 | 527 | 52 | 55 |
| Binary | 10100011 | 1000011 | 1011110 | 0 | 111011 | 101010 | 100100 | 101010111 | 101010 | 101101 |
Color Harmonies of #A3435E
Complementary color
Monochromatic Colors of #A3435E
Black with #A3435E
Text Example
Text Example
White with #A3435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3435E; }
p { color: rgb(163,67,94); }
H1.HeaderClassName
{
color: #A3435E;
}
.AnyTagClassName
{
color: #A3435E;
}
</style>
background-color css
<style>
a { background-color: #A3435E; }
a { background-color: rgb(163,67,94); }
div.DivClassName
{
background-color: #A3435E;
}
.BgClassName
{
background-color: #A3435E;
}
</style>
border-color css
<style>
span { border-color: #A3435E; }
span { border-color: rgb(163,67,94); }
td.TdClassName
{
border-color: #A3435E;
}
.TagClassName
{
border-color: #A3435E;
}
</style>