Shades of Rouge #A83969
Tints of Rouge #A83969
RGB
CMYK
RGB Variations
Color information
#A83969 (or 0xA83969) is known color: Rouge. HEX triplet: A8, 39 and 69. RGB value is (168,57,105). Sum of RGB (Red+Green+Blue) = 168+57+105=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A83969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83969 is #57C696. Grayscale: #5F5F5F. Windows color (decimal): -5752471 or 6896040. OLE color: 6896040.
HSL color Cylindrical-coordinate representation of color #A83969: hue angle of 334.05º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83969 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 105 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.34 |
| HSL | 334.05º | 0.49% | 0.44% | - |
| HSV(B) | 334.05º | 0.66% | 0.66% | - |
| XYZ | 20.16 | 12.27 | 14.67 | - |
| YUV | 95.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 105 | 0 | 0.66 | 0.38 | 0.34 | 334.05 | 0.49 | 0.44 |
| Hex | A8 | 39 | 69 | 0 | 42 | 26 | 22 | 14E | 31 | 2C |
| Octal | 250 | 71 | 151 | 0 | 102 | 46 | 42 | 516 | 61 | 54 |
| Binary | 10101000 | 111001 | 1101001 | 0 | 1000010 | 100110 | 100010 | 101001110 | 110001 | 101100 |
Color Harmonies of #A83969
Complementary color
Monochromatic Colors of #A83969
Black with #A83969
Text Example
Text Example
White with #A83969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83969; }
p { color: rgb(168,57,105); }
H1.HeaderClassName
{
color: #A83969;
}
.AnyTagClassName
{
color: #A83969;
}
</style>
background-color css
<style>
a { background-color: #A83969; }
a { background-color: rgb(168,57,105); }
div.DivClassName
{
background-color: #A83969;
}
.BgClassName
{
background-color: #A83969;
}
</style>
border-color css
<style>
span { border-color: #A83969; }
span { border-color: rgb(168,57,105); }
td.TdClassName
{
border-color: #A83969;
}
.TagClassName
{
border-color: #A83969;
}
</style>