Shades of Rouge #A84A65
Tints of Rouge #A84A65
RGB
CMYK
RGB Variations
Color information
#A84A65 (or 0xA84A65) is known color: Rouge. HEX triplet: A8, 4A and 65. RGB value is (168,74,101). Sum of RGB (Red+Green+Blue) = 168+74+101=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A65 is #57B59A. Grayscale: #696969. Windows color (decimal): -5748123 or 6638248. OLE color: 6638248.
HSL color Cylindrical-coordinate representation of color #A84A65: hue angle of 342.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A65 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 101 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.34 |
| HSL | 342.77º | 0.39% | 0.47% | - |
| HSV(B) | 342.77º | 0.56% | 0.66% | - |
| XYZ | 20.95 | 14.16 | 13.94 | - |
| YUV | 105.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 101 | 0 | 0.56 | 0.40 | 0.34 | 342.77 | 0.39 | 0.47 |
| Hex | A8 | 4A | 65 | 0 | 38 | 28 | 22 | 157 | 27 | 2F |
| Octal | 250 | 112 | 145 | 0 | 70 | 50 | 42 | 527 | 47 | 57 |
| Binary | 10101000 | 1001010 | 1100101 | 0 | 111000 | 101000 | 100010 | 101010111 | 100111 | 101111 |
Color Harmonies of #A84A65
Complementary color
Monochromatic Colors of #A84A65
Black with #A84A65
Text Example
Text Example
White with #A84A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A65; }
p { color: rgb(168,74,101); }
H1.HeaderClassName
{
color: #A84A65;
}
.AnyTagClassName
{
color: #A84A65;
}
</style>
background-color css
<style>
a { background-color: #A84A65; }
a { background-color: rgb(168,74,101); }
div.DivClassName
{
background-color: #A84A65;
}
.BgClassName
{
background-color: #A84A65;
}
</style>
border-color css
<style>
span { border-color: #A84A65; }
span { border-color: rgb(168,74,101); }
td.TdClassName
{
border-color: #A84A65;
}
.TagClassName
{
border-color: #A84A65;
}
</style>