Shades of Rouge #A82E6A
Tints of Rouge #A82E6A
RGB
CMYK
RGB Variations
Color information
#A82E6A (or 0xA82E6A) is known color: Rouge. HEX triplet: A8, 2E and 6A. RGB value is (168,46,106). Sum of RGB (Red+Green+Blue) = 168+46+106=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82E6A is #57D195. Grayscale: #595959. Windows color (decimal): -5755286 or 6958760. OLE color: 6958760.
HSL color Cylindrical-coordinate representation of color #A82E6A: hue angle of 330.49º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82E6A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 106 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.34 |
| HSL | 330.49º | 0.57% | 0.42% | - |
| HSV(B) | 330.49º | 0.73% | 0.66% | - |
| XYZ | 19.73 | 11.32 | 14.78 | - |
| YUV | 89.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 106 | 0 | 0.73 | 0.37 | 0.34 | 330.49 | 0.57 | 0.42 |
| Hex | A8 | 2E | 6A | 0 | 49 | 25 | 22 | 14A | 39 | 2A |
| Octal | 250 | 56 | 152 | 0 | 111 | 45 | 42 | 512 | 71 | 52 |
| Binary | 10101000 | 101110 | 1101010 | 0 | 1001001 | 100101 | 100010 | 101001010 | 111001 | 101010 |
Color Harmonies of #A82E6A
Complementary color
Monochromatic Colors of #A82E6A
Black with #A82E6A
Text Example
Text Example
White with #A82E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E6A; }
p { color: rgb(168,46,106); }
H1.HeaderClassName
{
color: #A82E6A;
}
.AnyTagClassName
{
color: #A82E6A;
}
</style>
background-color css
<style>
a { background-color: #A82E6A; }
a { background-color: rgb(168,46,106); }
div.DivClassName
{
background-color: #A82E6A;
}
.BgClassName
{
background-color: #A82E6A;
}
</style>
border-color css
<style>
span { border-color: #A82E6A; }
span { border-color: rgb(168,46,106); }
td.TdClassName
{
border-color: #A82E6A;
}
.TagClassName
{
border-color: #A82E6A;
}
</style>