Shades of Rouge #A8416D
Tints of Rouge #A8416D
RGB
CMYK
RGB Variations
Color information
#A8416D (or 0xA8416D) is known color: Rouge. HEX triplet: A8, 41 and 6D. RGB value is (168,65,109). Sum of RGB (Red+Green+Blue) = 168+65+109=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8416D is #57BE92. Grayscale: #646464. Windows color (decimal): -5750419 or 7160232. OLE color: 7160232.
HSL color Cylindrical-coordinate representation of color #A8416D: hue angle of 334.37º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8416D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 109 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.34 |
| HSL | 334.37º | 0.44% | 0.46% | - |
| HSV(B) | 334.37º | 0.61% | 0.66% | - |
| XYZ | 20.8 | 13.21 | 15.92 | - |
| YUV | 100.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 109 | 0 | 0.61 | 0.35 | 0.34 | 334.37 | 0.44 | 0.46 |
| Hex | A8 | 41 | 6D | 0 | 3D | 23 | 22 | 14E | 2C | 2E |
| Octal | 250 | 101 | 155 | 0 | 75 | 43 | 42 | 516 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1101101 | 0 | 111101 | 100011 | 100010 | 101001110 | 101100 | 101110 |
Color Harmonies of #A8416D
Complementary color
Monochromatic Colors of #A8416D
Black with #A8416D
Text Example
Text Example
White with #A8416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8416D; }
p { color: rgb(168,65,109); }
H1.HeaderClassName
{
color: #A8416D;
}
.AnyTagClassName
{
color: #A8416D;
}
</style>
background-color css
<style>
a { background-color: #A8416D; }
a { background-color: rgb(168,65,109); }
div.DivClassName
{
background-color: #A8416D;
}
.BgClassName
{
background-color: #A8416D;
}
</style>
border-color css
<style>
span { border-color: #A8416D; }
span { border-color: rgb(168,65,109); }
td.TdClassName
{
border-color: #A8416D;
}
.TagClassName
{
border-color: #A8416D;
}
</style>