Shades of Rouge #A82F66
Tints of Rouge #A82F66
RGB
CMYK
RGB Variations
Color information
#A82F66 (or 0xA82F66) is known color: Rouge. HEX triplet: A8, 2F and 66. RGB value is (168,47,102). Sum of RGB (Red+Green+Blue) = 168+47+102=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82F66 is #57D099. Grayscale: #595959. Windows color (decimal): -5755034 or 6696872. OLE color: 6696872.
HSL color Cylindrical-coordinate representation of color #A82F66: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A82F66 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 47 | 102 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.34 |
| HSL | 332.73º | 0.56% | 0.42% | - |
| HSV(B) | 332.73º | 0.72% | 0.66% | - |
| XYZ | 19.56 | 11.32 | 13.72 | - |
| YUV | 89.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 102 | 0 | 0.72 | 0.39 | 0.34 | 332.73 | 0.56 | 0.42 |
| Hex | A8 | 2F | 66 | 0 | 48 | 27 | 22 | 14D | 38 | 2A |
| Octal | 250 | 57 | 146 | 0 | 110 | 47 | 42 | 515 | 70 | 52 |
| Binary | 10101000 | 101111 | 1100110 | 0 | 1001000 | 100111 | 100010 | 101001101 | 111000 | 101010 |
Color Harmonies of #A82F66
Complementary color
Monochromatic Colors of #A82F66
Black with #A82F66
Text Example
Text Example
White with #A82F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82F66; }
p { color: rgb(168,47,102); }
H1.HeaderClassName
{
color: #A82F66;
}
.AnyTagClassName
{
color: #A82F66;
}
</style>
background-color css
<style>
a { background-color: #A82F66; }
a { background-color: rgb(168,47,102); }
div.DivClassName
{
background-color: #A82F66;
}
.BgClassName
{
background-color: #A82F66;
}
</style>
border-color css
<style>
span { border-color: #A82F66; }
span { border-color: rgb(168,47,102); }
td.TdClassName
{
border-color: #A82F66;
}
.TagClassName
{
border-color: #A82F66;
}
</style>