Shades of Rouge #A8405C
Tints of Rouge #A8405C
RGB
CMYK
RGB Variations
Color information
#A8405C (or 0xA8405C) is known color: Rouge. HEX triplet: A8, 40 and 5C. RGB value is (168,64,92). Sum of RGB (Red+Green+Blue) = 168+64+92=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8405C is #57BFA3. Grayscale: #626262. Windows color (decimal): -5750692 or 6045864. OLE color: 6045864.
HSL color Cylindrical-coordinate representation of color #A8405C: hue angle of 343.85º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8405C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 92 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.34 |
| HSL | 343.85º | 0.45% | 0.45% | - |
| HSV(B) | 343.85º | 0.62% | 0.66% | - |
| XYZ | 19.91 | 12.76 | 11.54 | - |
| YUV | 98.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 92 | 0 | 0.62 | 0.45 | 0.34 | 343.85 | 0.45 | 0.45 |
| Hex | A8 | 40 | 5C | 0 | 3E | 2D | 22 | 158 | 2D | 2D |
| Octal | 250 | 100 | 134 | 0 | 76 | 55 | 42 | 530 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1011100 | 0 | 111110 | 101101 | 100010 | 101011000 | 101101 | 101101 |
Color Harmonies of #A8405C
Complementary color
Monochromatic Colors of #A8405C
Black with #A8405C
Text Example
Text Example
White with #A8405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8405C; }
p { color: rgb(168,64,92); }
H1.HeaderClassName
{
color: #A8405C;
}
.AnyTagClassName
{
color: #A8405C;
}
</style>
background-color css
<style>
a { background-color: #A8405C; }
a { background-color: rgb(168,64,92); }
div.DivClassName
{
background-color: #A8405C;
}
.BgClassName
{
background-color: #A8405C;
}
</style>
border-color css
<style>
span { border-color: #A8405C; }
span { border-color: rgb(168,64,92); }
td.TdClassName
{
border-color: #A8405C;
}
.TagClassName
{
border-color: #A8405C;
}
</style>