Shades of Rouge #A34072
Tints of Rouge #A34072
RGB
CMYK
RGB Variations
Color information
#A34072 (or 0xA34072) is known color: Rouge. HEX triplet: A3, 40 and 72. RGB value is (163,64,114). Sum of RGB (Red+Green+Blue) = 163+64+114=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A34072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34072 is #5CBF8D. Grayscale: #636363. Windows color (decimal): -6078350 or 7487651. OLE color: 7487651.
HSL color Cylindrical-coordinate representation of color #A34072: hue angle of 329.7º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34072 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 114 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.36 |
| HSL | 329.7º | 0.44% | 0.45% | - |
| HSV(B) | 329.7º | 0.61% | 0.64% | - |
| XYZ | 19.97 | 12.67 | 17.31 | - |
| YUV | 99.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 114 | 0 | 0.61 | 0.30 | 0.36 | 329.7 | 0.44 | 0.45 |
| Hex | A3 | 40 | 72 | 0 | 3D | 1E | 24 | 14A | 2C | 2D |
| Octal | 243 | 100 | 162 | 0 | 75 | 36 | 44 | 512 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1110010 | 0 | 111101 | 11110 | 100100 | 101001010 | 101100 | 101101 |
Color Harmonies of #A34072
Complementary color
Monochromatic Colors of #A34072
Black with #A34072
Text Example
Text Example
White with #A34072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34072; }
p { color: rgb(163,64,114); }
H1.HeaderClassName
{
color: #A34072;
}
.AnyTagClassName
{
color: #A34072;
}
</style>
background-color css
<style>
a { background-color: #A34072; }
a { background-color: rgb(163,64,114); }
div.DivClassName
{
background-color: #A34072;
}
.BgClassName
{
background-color: #A34072;
}
</style>
border-color css
<style>
span { border-color: #A34072; }
span { border-color: rgb(163,64,114); }
td.TdClassName
{
border-color: #A34072;
}
.TagClassName
{
border-color: #A34072;
}
</style>