Shades of Rouge #A8405F
Tints of Rouge #A8405F
RGB
CMYK
RGB Variations
Color information
#A8405F (or 0xA8405F) is known color: Rouge. HEX triplet: A8, 40 and 5F. RGB value is (168,64,95). Sum of RGB (Red+Green+Blue) = 168+64+95=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8405F is #57BFA0. Grayscale: #626262. Windows color (decimal): -5750689 or 6242472. OLE color: 6242472.
HSL color Cylindrical-coordinate representation of color #A8405F: hue angle of 342.12º 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 #A8405F is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 95 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.34 |
| HSL | 342.12º | 0.45% | 0.45% | - |
| HSV(B) | 342.12º | 0.62% | 0.66% | - |
| XYZ | 20.05 | 12.82 | 12.24 | - |
| YUV | 98.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 95 | 0 | 0.62 | 0.43 | 0.34 | 342.12 | 0.45 | 0.45 |
| Hex | A8 | 40 | 5F | 0 | 3E | 2B | 22 | 156 | 2D | 2D |
| Octal | 250 | 100 | 137 | 0 | 76 | 53 | 42 | 526 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1011111 | 0 | 111110 | 101011 | 100010 | 101010110 | 101101 | 101101 |
Color Harmonies of #A8405F
Complementary color
Monochromatic Colors of #A8405F
Black with #A8405F
Text Example
Text Example
White with #A8405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8405F; }
p { color: rgb(168,64,95); }
H1.HeaderClassName
{
color: #A8405F;
}
.AnyTagClassName
{
color: #A8405F;
}
</style>
background-color css
<style>
a { background-color: #A8405F; }
a { background-color: rgb(168,64,95); }
div.DivClassName
{
background-color: #A8405F;
}
.BgClassName
{
background-color: #A8405F;
}
</style>
border-color css
<style>
span { border-color: #A8405F; }
span { border-color: rgb(168,64,95); }
td.TdClassName
{
border-color: #A8405F;
}
.TagClassName
{
border-color: #A8405F;
}
</style>