Shades of Rouge #A8425E
Tints of Rouge #A8425E
RGB
CMYK
RGB Variations
Color information
#A8425E (or 0xA8425E) is known color: Rouge. HEX triplet: A8, 42 and 5E. RGB value is (168,66,94). Sum of RGB (Red+Green+Blue) = 168+66+94=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8425E is #57BDA1. Grayscale: #636363. Windows color (decimal): -5750178 or 6177448. OLE color: 6177448.
HSL color Cylindrical-coordinate representation of color #A8425E: hue angle of 343.53º 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 #A8425E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 94 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.34 |
| HSL | 343.53º | 0.44% | 0.46% | - |
| HSV(B) | 343.53º | 0.61% | 0.66% | - |
| XYZ | 20.12 | 13.03 | 12.04 | - |
| YUV | 99.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 94 | 0 | 0.61 | 0.44 | 0.34 | 343.53 | 0.44 | 0.46 |
| Hex | A8 | 42 | 5E | 0 | 3D | 2C | 22 | 158 | 2C | 2E |
| Octal | 250 | 102 | 136 | 0 | 75 | 54 | 42 | 530 | 54 | 56 |
| Binary | 10101000 | 1000010 | 1011110 | 0 | 111101 | 101100 | 100010 | 101011000 | 101100 | 101110 |
Color Harmonies of #A8425E
Complementary color
Monochromatic Colors of #A8425E
Black with #A8425E
Text Example
Text Example
White with #A8425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8425E; }
p { color: rgb(168,66,94); }
H1.HeaderClassName
{
color: #A8425E;
}
.AnyTagClassName
{
color: #A8425E;
}
</style>
background-color css
<style>
a { background-color: #A8425E; }
a { background-color: rgb(168,66,94); }
div.DivClassName
{
background-color: #A8425E;
}
.BgClassName
{
background-color: #A8425E;
}
</style>
border-color css
<style>
span { border-color: #A8425E; }
span { border-color: rgb(168,66,94); }
td.TdClassName
{
border-color: #A8425E;
}
.TagClassName
{
border-color: #A8425E;
}
</style>