Shades of Rouge #A82F62
Tints of Rouge #A82F62
RGB
CMYK
RGB Variations
Color information
#A82F62 (or 0xA82F62) is known color: Rouge. HEX triplet: A8, 2F and 62. RGB value is (168,47,98). Sum of RGB (Red+Green+Blue) = 168+47+98=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82F62 is #57D09D. Grayscale: #585858. Windows color (decimal): -5755038 or 6434728. OLE color: 6434728.
HSL color Cylindrical-coordinate representation of color #A82F62: hue angle of 334.71º 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 #A82F62 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 47 | 98 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.34 |
| HSL | 334.71º | 0.56% | 0.42% | - |
| HSV(B) | 334.71º | 0.72% | 0.66% | - |
| XYZ | 19.37 | 11.24 | 12.7 | - |
| YUV | 88.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 98 | 0 | 0.72 | 0.42 | 0.34 | 334.71 | 0.56 | 0.42 |
| Hex | A8 | 2F | 62 | 0 | 48 | 2A | 22 | 14F | 38 | 2A |
| Octal | 250 | 57 | 142 | 0 | 110 | 52 | 42 | 517 | 70 | 52 |
| Binary | 10101000 | 101111 | 1100010 | 0 | 1001000 | 101010 | 100010 | 101001111 | 111000 | 101010 |
Color Harmonies of #A82F62
Complementary color
Monochromatic Colors of #A82F62
Black with #A82F62
Text Example
Text Example
White with #A82F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82F62; }
p { color: rgb(168,47,98); }
H1.HeaderClassName
{
color: #A82F62;
}
.AnyTagClassName
{
color: #A82F62;
}
</style>
background-color css
<style>
a { background-color: #A82F62; }
a { background-color: rgb(168,47,98); }
div.DivClassName
{
background-color: #A82F62;
}
.BgClassName
{
background-color: #A82F62;
}
</style>
border-color css
<style>
span { border-color: #A82F62; }
span { border-color: rgb(168,47,98); }
td.TdClassName
{
border-color: #A82F62;
}
.TagClassName
{
border-color: #A82F62;
}
</style>