Shades of Rouge #A83867
Tints of Rouge #A83867
RGB
CMYK
RGB Variations
Color information
#A83867 (or 0xA83867) is known color: Rouge. HEX triplet: A8, 38 and 67. RGB value is (168,56,103). Sum of RGB (Red+Green+Blue) = 168+56+103=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A83867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83867 is #57C798. Grayscale: #5E5E5E. Windows color (decimal): -5752729 or 6764712. OLE color: 6764712.
HSL color Cylindrical-coordinate representation of color #A83867: hue angle of 334.82º 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 #A83867 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 103 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.34 |
| HSL | 334.82º | 0.5% | 0.44% | - |
| HSV(B) | 334.82º | 0.67% | 0.66% | - |
| XYZ | 20.01 | 12.13 | 14.12 | - |
| YUV | 94.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 103 | 0 | 0.67 | 0.39 | 0.34 | 334.82 | 0.5 | 0.44 |
| Hex | A8 | 38 | 67 | 0 | 43 | 27 | 22 | 14F | 32 | 2C |
| Octal | 250 | 70 | 147 | 0 | 103 | 47 | 42 | 517 | 62 | 54 |
| Binary | 10101000 | 111000 | 1100111 | 0 | 1000011 | 100111 | 100010 | 101001111 | 110010 | 101100 |
Color Harmonies of #A83867
Complementary color
Monochromatic Colors of #A83867
Black with #A83867
Text Example
Text Example
White with #A83867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83867; }
p { color: rgb(168,56,103); }
H1.HeaderClassName
{
color: #A83867;
}
.AnyTagClassName
{
color: #A83867;
}
</style>
background-color css
<style>
a { background-color: #A83867; }
a { background-color: rgb(168,56,103); }
div.DivClassName
{
background-color: #A83867;
}
.BgClassName
{
background-color: #A83867;
}
</style>
border-color css
<style>
span { border-color: #A83867; }
span { border-color: rgb(168,56,103); }
td.TdClassName
{
border-color: #A83867;
}
.TagClassName
{
border-color: #A83867;
}
</style>