Shades of Rouge #A83869
Tints of Rouge #A83869
RGB
CMYK
RGB Variations
Color information
#A83869 (or 0xA83869) is known color: Rouge. HEX triplet: A8, 38 and 69. RGB value is (168,56,105). Sum of RGB (Red+Green+Blue) = 168+56+105=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A83869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83869 is #57C796. Grayscale: #5E5E5E. Windows color (decimal): -5752727 or 6895784. OLE color: 6895784.
HSL color Cylindrical-coordinate representation of color #A83869: hue angle of 333.75º degrees, saturation: 0.5, 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 #A83869 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 105 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.34 |
| HSL | 333.75º | 0.5% | 0.44% | - |
| HSV(B) | 333.75º | 0.67% | 0.66% | - |
| XYZ | 20.11 | 12.17 | 14.65 | - |
| YUV | 95.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 105 | 0 | 0.67 | 0.38 | 0.34 | 333.75 | 0.5 | 0.44 |
| Hex | A8 | 38 | 69 | 0 | 43 | 26 | 22 | 14E | 32 | 2C |
| Octal | 250 | 70 | 151 | 0 | 103 | 46 | 42 | 516 | 62 | 54 |
| Binary | 10101000 | 111000 | 1101001 | 0 | 1000011 | 100110 | 100010 | 101001110 | 110010 | 101100 |
Color Harmonies of #A83869
Complementary color
Monochromatic Colors of #A83869
Black with #A83869
Text Example
Text Example
White with #A83869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83869; }
p { color: rgb(168,56,105); }
H1.HeaderClassName
{
color: #A83869;
}
.AnyTagClassName
{
color: #A83869;
}
</style>
background-color css
<style>
a { background-color: #A83869; }
a { background-color: rgb(168,56,105); }
div.DivClassName
{
background-color: #A83869;
}
.BgClassName
{
background-color: #A83869;
}
</style>
border-color css
<style>
span { border-color: #A83869; }
span { border-color: rgb(168,56,105); }
td.TdClassName
{
border-color: #A83869;
}
.TagClassName
{
border-color: #A83869;
}
</style>