Shades of Rouge #A8305C
Tints of Rouge #A8305C
RGB
CMYK
RGB Variations
Color information
#A8305C (or 0xA8305C) is known color: Rouge. HEX triplet: A8, 30 and 5C. RGB value is (168,48,92). Sum of RGB (Red+Green+Blue) = 168+48+92=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8305C is #57CFA3. Grayscale: #585858. Windows color (decimal): -5754788 or 6041768. OLE color: 6041768.
HSL color Cylindrical-coordinate representation of color #A8305C: hue angle of 338º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8305C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 92 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.34 |
| HSL | 338º | 0.56% | 0.42% | - |
| HSV(B) | 338º | 0.71% | 0.66% | - |
| XYZ | 19.14 | 11.21 | 11.28 | - |
| YUV | 88.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 92 | 0 | 0.71 | 0.45 | 0.34 | 338 | 0.56 | 0.42 |
| Hex | A8 | 30 | 5C | 0 | 47 | 2D | 22 | 152 | 38 | 2A |
| Octal | 250 | 60 | 134 | 0 | 107 | 55 | 42 | 522 | 70 | 52 |
| Binary | 10101000 | 110000 | 1011100 | 0 | 1000111 | 101101 | 100010 | 101010010 | 111000 | 101010 |
Color Harmonies of #A8305C
Complementary color
Monochromatic Colors of #A8305C
Black with #A8305C
Text Example
Text Example
White with #A8305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8305C; }
p { color: rgb(168,48,92); }
H1.HeaderClassName
{
color: #A8305C;
}
.AnyTagClassName
{
color: #A8305C;
}
</style>
background-color css
<style>
a { background-color: #A8305C; }
a { background-color: rgb(168,48,92); }
div.DivClassName
{
background-color: #A8305C;
}
.BgClassName
{
background-color: #A8305C;
}
</style>
border-color css
<style>
span { border-color: #A8305C; }
span { border-color: rgb(168,48,92); }
td.TdClassName
{
border-color: #A8305C;
}
.TagClassName
{
border-color: #A8305C;
}
</style>