Shades of Rouge #A84368
Tints of Rouge #A84368
RGB
CMYK
RGB Variations
Color information
#A84368 (or 0xA84368) is known color: Rouge. HEX triplet: A8, 43 and 68. RGB value is (168,67,104). Sum of RGB (Red+Green+Blue) = 168+67+104=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A84368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84368 is #57BC97. Grayscale: #656565. Windows color (decimal): -5749912 or 6833064. OLE color: 6833064.
HSL color Cylindrical-coordinate representation of color #A84368: hue angle of 338.02º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84368 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 104 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.34 |
| HSL | 338.02º | 0.43% | 0.46% | - |
| HSV(B) | 338.02º | 0.6% | 0.66% | - |
| XYZ | 20.65 | 13.34 | 14.58 | - |
| YUV | 101.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 104 | 0 | 0.60 | 0.38 | 0.34 | 338.02 | 0.43 | 0.46 |
| Hex | A8 | 43 | 68 | 0 | 3C | 26 | 22 | 152 | 2B | 2E |
| Octal | 250 | 103 | 150 | 0 | 74 | 46 | 42 | 522 | 53 | 56 |
| Binary | 10101000 | 1000011 | 1101000 | 0 | 111100 | 100110 | 100010 | 101010010 | 101011 | 101110 |
Color Harmonies of #A84368
Complementary color
Monochromatic Colors of #A84368
Black with #A84368
Text Example
Text Example
White with #A84368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84368; }
p { color: rgb(168,67,104); }
H1.HeaderClassName
{
color: #A84368;
}
.AnyTagClassName
{
color: #A84368;
}
</style>
background-color css
<style>
a { background-color: #A84368; }
a { background-color: rgb(168,67,104); }
div.DivClassName
{
background-color: #A84368;
}
.BgClassName
{
background-color: #A84368;
}
</style>
border-color css
<style>
span { border-color: #A84368; }
span { border-color: rgb(168,67,104); }
td.TdClassName
{
border-color: #A84368;
}
.TagClassName
{
border-color: #A84368;
}
</style>