Shades of Rouge #A83770
Tints of Rouge #A83770
RGB
CMYK
RGB Variations
Color information
#A83770 (or 0xA83770) is known color: Rouge. HEX triplet: A8, 37 and 70. RGB value is (168,55,112). Sum of RGB (Red+Green+Blue) = 168+55+112=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A83770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83770 is #57C88F. Grayscale: #5F5F5F. Windows color (decimal): -5752976 or 7354280. OLE color: 7354280.
HSL color Cylindrical-coordinate representation of color #A83770: hue angle of 329.73º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83770 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 112 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.34 |
| HSL | 329.73º | 0.51% | 0.44% | - |
| HSV(B) | 329.73º | 0.67% | 0.66% | - |
| XYZ | 20.44 | 12.23 | 16.61 | - |
| YUV | 95.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 112 | 0 | 0.67 | 0.33 | 0.34 | 329.73 | 0.51 | 0.44 |
| Hex | A8 | 37 | 70 | 0 | 43 | 21 | 22 | 14A | 33 | 2C |
| Octal | 250 | 67 | 160 | 0 | 103 | 41 | 42 | 512 | 63 | 54 |
| Binary | 10101000 | 110111 | 1110000 | 0 | 1000011 | 100001 | 100010 | 101001010 | 110011 | 101100 |
Color Harmonies of #A83770
Complementary color
Monochromatic Colors of #A83770
Black with #A83770
Text Example
Text Example
White with #A83770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83770; }
p { color: rgb(168,55,112); }
H1.HeaderClassName
{
color: #A83770;
}
.AnyTagClassName
{
color: #A83770;
}
</style>
background-color css
<style>
a { background-color: #A83770; }
a { background-color: rgb(168,55,112); }
div.DivClassName
{
background-color: #A83770;
}
.BgClassName
{
background-color: #A83770;
}
</style>
border-color css
<style>
span { border-color: #A83770; }
span { border-color: rgb(168,55,112); }
td.TdClassName
{
border-color: #A83770;
}
.TagClassName
{
border-color: #A83770;
}
</style>