Shades of Orange Roughy #A84C31
Tints of Orange Roughy #A84C31
RGB
CMYK
RGB Variations
Color information
#A84C31 (or 0xA84C31) is known color: Orange Roughy. HEX triplet: A8, 4C and 31. RGB value is (168,76,49). Sum of RGB (Red+Green+Blue) = 168+76+49=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C31 is #57B3CE. Grayscale: #646464. Windows color (decimal): -5747663 or 3230888. OLE color: 3230888.
HSL color Cylindrical-coordinate representation of color #A84C31: hue angle of 13.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84C31 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 49 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.34 |
| HSL | 13.61º | 0.55% | 0.43% | - |
| HSV(B) | 13.61º | 0.71% | 0.66% | - |
| XYZ | 19.29 | 13.72 | 4.54 | - |
| YUV | 100.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 49 | 0 | 0.55 | 0.71 | 0.34 | 13.61 | 0.55 | 0.43 |
| Hex | A8 | 4C | 31 | 0 | 37 | 47 | 22 | E | 37 | 2B |
| Octal | 250 | 114 | 61 | 0 | 67 | 107 | 42 | 16 | 67 | 53 |
| Binary | 10101000 | 1001100 | 110001 | 0 | 110111 | 1000111 | 100010 | 1110 | 110111 | 101011 |
Color Harmonies of #A84C31
Complementary color
Monochromatic Colors of #A84C31
Black with #A84C31
Text Example
Text Example
White with #A84C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C31; }
p { color: rgb(168,76,49); }
H1.HeaderClassName
{
color: #A84C31;
}
.AnyTagClassName
{
color: #A84C31;
}
</style>
background-color css
<style>
a { background-color: #A84C31; }
a { background-color: rgb(168,76,49); }
div.DivClassName
{
background-color: #A84C31;
}
.BgClassName
{
background-color: #A84C31;
}
</style>
border-color css
<style>
span { border-color: #A84C31; }
span { border-color: rgb(168,76,49); }
td.TdClassName
{
border-color: #A84C31;
}
.TagClassName
{
border-color: #A84C31;
}
</style>