Shades of Rouge #A8345F
Tints of Rouge #A8345F
RGB
CMYK
RGB Variations
Color information
#A8345F (or 0xA8345F) is known color: Rouge. HEX triplet: A8, 34 and 5F. RGB value is (168,52,95). Sum of RGB (Red+Green+Blue) = 168+52+95=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8345F is #57CBA0. Grayscale: #5B5B5B. Windows color (decimal): -5753761 or 6239400. OLE color: 6239400.
HSL color Cylindrical-coordinate representation of color #A8345F: hue angle of 337.76º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8345F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 95 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.34 |
| HSL | 337.76º | 0.53% | 0.43% | - |
| HSV(B) | 337.76º | 0.69% | 0.66% | - |
| XYZ | 19.44 | 11.61 | 12.04 | - |
| YUV | 91.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 95 | 0 | 0.69 | 0.43 | 0.34 | 337.76 | 0.53 | 0.43 |
| Hex | A8 | 34 | 5F | 0 | 45 | 2B | 22 | 152 | 35 | 2B |
| Octal | 250 | 64 | 137 | 0 | 105 | 53 | 42 | 522 | 65 | 53 |
| Binary | 10101000 | 110100 | 1011111 | 0 | 1000101 | 101011 | 100010 | 101010010 | 110101 | 101011 |
Color Harmonies of #A8345F
Complementary color
Monochromatic Colors of #A8345F
Black with #A8345F
Text Example
Text Example
White with #A8345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8345F; }
p { color: rgb(168,52,95); }
H1.HeaderClassName
{
color: #A8345F;
}
.AnyTagClassName
{
color: #A8345F;
}
</style>
background-color css
<style>
a { background-color: #A8345F; }
a { background-color: rgb(168,52,95); }
div.DivClassName
{
background-color: #A8345F;
}
.BgClassName
{
background-color: #A8345F;
}
</style>
border-color css
<style>
span { border-color: #A8345F; }
span { border-color: rgb(168,52,95); }
td.TdClassName
{
border-color: #A8345F;
}
.TagClassName
{
border-color: #A8345F;
}
</style>